Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Python API for the Deltares FEWS PI REST Web Service

License

NotificationsYou must be signed in to change notification settings

d2hydro/fewspy

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.

testCoverageCode style: blackRelease: latestLicense: 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 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

About

Fewspy is developed and maintained byD2Hydro and freely available under an Open SourceMIT license.


[8]ページ先頭

©2009-2025 Movatter.jp