Flood simulation model
Project description
Current build status
| All platforms: |
|
Current release info
| Name | Downloads | Version | Platforms |
|---|---|---|---|
serapis - Hydrological library for Python
serapis is an open-source Python Framework for building raster-based conceptual distributed hydrological models using HBV96 lumped model & Muskingum routing method at a catchment scale (Farrag & Corzo, 2021), serapis gives a high degree of flexibility to all components of the model (spatial discretization - cell size, temporal resolution, parameterization approaches and calibration (Farrag et al., 2021)).
serapis
Installing serapis
Installing serapis from the conda-forge channel can be achieved by:
conda install -c conda-forge serapis
It is possible to list all of the versions of serapis available on your platform with:
conda search serapis --channel conda-forge
Install from Github
to install the last development to time you can install the library from github
pip install git+https://github.com/Serapieum-of-alex/serapis
pip
to install the last release you can easly use pip
pip install serapis==0.1.0
Quick start
>>> import serapis
Naming Convention
- module names: lower case word, preferably one word if not, separate words with underscores (module.py, my_module.py).
- class names: PascalCase (Model, MyClass).
- class method/function: CamelCase(getFile, readConfig).should have a verb one them, because they perform some action
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file serapis-0.2.0.tar.gz.
File metadata
- Download URL: serapis-0.2.0.tar.gz
- Upload date:
- Size: 110.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edad6f265da08e69d6fdab1ceb7fbe1130423d2cbe4850c0895cc0400071f0fc
|
|
| MD5 |
fa7358fd2f728b7ca4b0e7acff74378c
|
|
| BLAKE2b-256 |
fc505fa48b66600956c32c7c03ed58d5f20a836f3f9939db09956bc9d5e0c0cb
|
File details
Details for the file serapis-0.2.0-py3-none-any.whl.
File metadata
- Download URL: serapis-0.2.0-py3-none-any.whl
- Upload date:
- Size: 109.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c2264b0a630ed804e060f7e043c61226ab24e3b8fa4d11cf2c6a0a257440673
|
|
| MD5 |
8af06dcf158e97f7a626888a9cdf0da7
|
|
| BLAKE2b-256 |
5e1812aed7195630d4c6ff616ecd3b199c27c08a9251e686c245e15db7c3a599
|