A Python API for the Deltares FEWS PI REST Web Service.
Fewspy is build for speed; time-series requests are handled asynchronous, giving the results you need much faster.
Documentation: https://d2hydro.github.io/fewspy
Source Code: https://github.com/d2hydro/fewspy
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. 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
Fewspy is developed and maintained by D2Hydro and freely available under an Open Source MIT license.