Skip to content
/ fewspy Public

A Python API for the Deltares FEWS PI REST Web Service

License

Notifications You must be signed in to change notification settings

d2hydro/fewspy

Repository files navigation

Fewspy

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.

test Coverage Code style: black Release: latest License: MIT

Documentation: https://d2hydro.github.io/fewspy

Source Code: 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. 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 and freely available under an Open Source MIT license.