- Notifications
You must be signed in to change notification settings - Fork0
A Python API for the Deltares FEWS PI REST Web Service
License
d2hydro/fewspy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Python API for theDeltares 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 usingAnaconda. You can build an environment ánd install fewspy by conda in one go using thisenvironment.yml from the command-line:
conda env create -f environment.yml
Fewspy is developed and maintained byD2Hydro and freely available under an Open SourceMIT license.
About
A Python API for the Deltares FEWS PI REST Web Service