https://github.com/d2hydro/fewspy
A Python API for the Deltares FEWS PI REST Web Service
https://github.com/d2hydro/fewspy
data geopandas hydrology hydrometrics pandas python
Last synced: 2 months ago
JSON representation
A Python API for the Deltares FEWS PI REST Web Service
- Host: GitHub
- URL: https://github.com/d2hydro/fewspy
- Owner: d2hydro
- License: mit
- Created: 2022-06-13T19:57:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T14:59:08.000Z (3 months ago)
- Last Synced: 2026-03-12T19:46:05.312Z (3 months ago)
- Topics: data, geopandas, hydrology, hydrometrics, pandas, python
- Language: Python
- Homepage:
- Size: 3.92 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fewspy
A Python API for the [Deltares FEWS PI REST Web Service](https://publicwiki.deltares.nl/display/FEWSDOC/FEWS+PI+REST+Web+Service).
Fewspy is build for speed; time-series requests are handled asynchronous, giving the results you need much faster.
[](https://github.com/d2hydro/fewspy/actions/workflows/python-package-conda.yml)
[](https://app.codecov.io/github/d2hydro/fewspy)
[](https://github.com/psf/black)
[](https://pypi.org/project/fewspy)
[](https://opensource.org/licenses/MIT)
---
**Documentation**: [https://d2hydro.github.io/fewspy](https://d2hydro.github.io/fewspy)
**Source Code**: [https://github.com/d2hydro/fewspy](https://github.com/d2hydro/fewspy)
---
## Installation
Fewspy can be installed with pip in any environment with the following Python-packages properly installed:
* requests
* aiohttp
* nest-asyncio
* pandas
* geopandas
In that activated environment you can add fewspy via pip by:
```
pip install fewspy
```
We recommend to build your environment using [Anaconda](https://www.anaconda.com/). You can build an environment ánd install fewspy by conda in one go using this environment.yml from the command-line:
```
conda env create -f environment.yml
```
## About
Fewspy is developed and maintained by [D2Hydro](https://d2hydro.nl/) and freely available under an Open Source MIT license.