Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following paragraphs show some Some examples on how to connect to the FEWS PI-JSON REST Web Service:

Python

To get time series from FEWS using python the following example uses the requests module and reads the time series data into a dictionary. 

...