Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hydrogr

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydrogr

Hydrogr is a Python package that implement GR hydrological models in Rust

  • 1.2.1
  • PyPI
  • Socket score

Maintainers
1

PyPi version GitHub Actions Workflow Status GitHub issues GitHub License

HydroGR Python Rust

Hydrogr is a python language software package for hydrological modelling, that implement several conceptual rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A). It is inspired from Irstea R language package: airGR.

Getting Started

Installation

The package can be installed with pip :

python -m pip install hydrogr

Test the installation by importing the package in Python :

import hydrogr
print(hydrogr.__version__)

Examples

Examples based on the examples in the airGR package are available in the example folder for the different models.

An example for calibrating models using spotpy is also available.

gr4h

License

This project is licensed under the GLP-2.0 License - see the LICENSE.md file for details.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc