Metadata-Version: 2.1
Name: geoglows
Version: 1.2.0
Summary: Package for accessing data from the GEOGLOWS Hydrological Model
Home-page: https://data.geoglows.org
Author: Riley Hales PhD
License: BSD 3-Clause Clear License
Project-URL: Homepage, https://data.geoglows.org
Project-URL: Documentation, https://geoglows.readthedocs.io
Project-URL: Source, https://github.com/geoglows/pygeoglows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dask>=2024
Requires-Dist: fastparquet
Requires-Dist: requests
Requires-Dist: pandas>=1
Requires-Dist: plotly>=5
Requires-Dist: scipy>=1
Requires-Dist: s3fs>=2024
Requires-Dist: numpy>=1
Requires-Dist: hydrostats
Requires-Dist: HydroErr
Requires-Dist: xarray>=2024
Requires-Dist: zarr

# GEOGLOWS
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/geoglows.svg)](https://img.shields.io/conda/vn/conda-forge/geoglows.svg)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/geoglows.svg)](https://anaconda.org/conda-forge/geoglows)
[![PyPI](https://img.shields.io/pypi/v/geoglows)](https://pypi.org/project/geoglows)

[Visit the Conda Forge page](https://github.com/conda-forge/geoglows-feedstock)
```bash
conda install -c conda-forge geoglows
```

Also available on pypi

[Visit the PyPi page](https://pypi.org/project/geoglows)

```bash
pip install geoglows
```

Tools to access and process data coming from the GEOGLOWS initiative.

https://geoglows.readthedocs.io
