Skip to content

Commit

Permalink
add overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jan 15, 2025
1 parent ccae371 commit e4c9b61
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 62 deletions.
Binary file added docs/images/general/main-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/general/packages-dependency.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/general/top-level-functionality.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 1 addition & 62 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,4 @@
# Welcome to Serapeum

Welcome to the Serapeum GitHub organization. Below is an overview of our repositories, categorized by their primary focus.

## Hydrological Modeling

- **[Hapi](https://github.com/Serapieum-of-alex/Hapi)**
A Python library for building conceptual distributed models using the HBV96 lumped model and Muskingum routing method.

- **[Digital Rivers](https://github.com/Serapieum-of-alex/digital-rivers)**
Tools for modeling and simulating river systems and their behaviors.

- **[Serapis](https://github.com/Serapieum-of-alex/Serapis)**
Tools to streamline data workflows and ensure data consistency across projects.

## Geospatial Analysis

- **[Pyramids](https://github.com/Serapieum-of-alex/pyramids)**
A geospatial data package for processing spatial data efficiently.

- **[Earth2Observe](https://github.com/Serapieum-of-alex/earth2observe)**
Facilitates access to and processing of Earth observation datasets.

- **[Digital Earth](https://github.com/Serapieum-of-alex/Digital-Earth)**
Enables the creation of maps, animations, and visual representations of spatial data.

- **[Geostatista](https://github.com/Serapieum-of-alex/geostatista)**
Tools for geostatistical analysis, including variogram modeling and spatial interpolation.

## Statistical Analysis

- **[Statista](https://github.com/Serapieum-of-alex/statista)**
Tools for statistical analysis of extreme events and distributions.

## Visualization

- **[Cleopatra](https://github.com/Serapieum-of-alex/cleopatra)**
Enhanced plotting capabilities for creating sophisticated visualizations in Python.

## Optimization and Algorithms

- **[Oasis](https://github.com/Serapieum-of-alex/Oasis)**
An optimization algorithm implemented in Python, utilizing harmony search techniques.

## Cloud Computing

- **[Unicloud](https://github.com/Serapieum-of-alex/unicloud)**
Tools and frameworks for deploying and managing cloud resources.

## Utility Libraries

- **[Serapeum Utils](https://github.com/Serapieum-of-alex/serapeum_utils)**
Utility functions and scripts supporting various tasks across different repositories.

## Machine Learning

- **[ML](https://github.com/Serapieum-of-alex/ml)**
Algorithms, models, and utilities for building and deploying machine learning solutions.

## High-Performance Computing

- **[HPC](https://github.com/Serapieum-of-alex/hpc)**
Tools and frameworks to leverage parallel computing resources for complex computations.


![main-image](/docs/images/general/main-image.jpg)
72 changes: 72 additions & 0 deletions docs/python-packages/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Serapeum

## Packages dependency
![dependency](/docs/images/general/packages-dependency.jpg)
## Top Level Functionality
![dependency](/docs/images/general/top-level-functionality.jpg)

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Serapieum-of-alex/Hapi,Serapieum-of-alex/pyramids,Serapieum-of-alex/statista&type=Date)](https://star-history.com/#Serapieum-of-alex/Hapi&Serapieum-of-alex/pyramids&Serapieum-of-alex/statista&Date)

Welcome to the Serapeum GitHub organization. Below is an overview of our repositories, categorized by their primary focus.

## Hydrological Modeling

- **[Hapi](https://github.com/Serapieum-of-alex/Hapi)**
A Python library for building conceptual distributed models using the HBV96 lumped model and Muskingum routing method.

- **[Digital Rivers](https://github.com/Serapieum-of-alex/digital-rivers)**
Tools for modeling and simulating river systems and their behaviors.

- **[Serapis](https://github.com/Serapieum-of-alex/Serapis)**
Tools to streamline data workflows and ensure data consistency across projects.

## Geospatial Analysis

- **[Pyramids](https://github.com/Serapieum-of-alex/pyramids)**
A geospatial data package for processing spatial data efficiently.

- **[Earth2Observe](https://github.com/Serapieum-of-alex/earth2observe)**
Facilitates access to and processing of Earth observation datasets.

- **[Digital Earth](https://github.com/Serapieum-of-alex/Digital-Earth)**
Enables the creation of maps, animations, and visual representations of spatial data.

- **[Geostatista](https://github.com/Serapieum-of-alex/geostatista)**
Tools for geostatistical analysis, including variogram modeling and spatial interpolation.

## Statistical Analysis

- **[Statista](https://github.com/Serapieum-of-alex/statista)**
Tools for statistical analysis of extreme events and distributions.

## Visualization

- **[Cleopatra](https://github.com/Serapieum-of-alex/cleopatra)**
Enhanced plotting capabilities for creating sophisticated visualizations in Python.

## Optimization and Algorithms

- **[Oasis](https://github.com/Serapieum-of-alex/Oasis)**
An optimization algorithm implemented in Python, utilizing harmony search techniques.

## Cloud Computing

- **[Unicloud](https://github.com/Serapieum-of-alex/unicloud)**
Tools and frameworks for deploying and managing cloud resources.

## Utility Libraries

- **[Serapeum Utils](https://github.com/Serapieum-of-alex/serapeum_utils)**
Utility functions and scripts supporting various tasks across different repositories.

## Machine Learning

- **[ML](https://github.com/Serapieum-of-alex/ml)**
Algorithms, models, and utilities for building and deploying machine learning solutions.

## High-Performance Computing

- **[HPC](https://github.com/Serapieum-of-alex/hpc)**
Tools and frameworks to leverage parallel computing resources for complex computations.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ theme:
nav:
- Home: index.md
- Python Packages:
- python-packages/overview.md
- hydrological-modeling:
- Hydrological model: python-packages/hydrological-modeling/hapi.md
- Hydrodynamic model: python-packages/hydrological-modeling/serapis.md
Expand Down

0 comments on commit e4c9b61

Please sign in to comment.