Skip to content
Snippets Groups Projects

introduced enhancements (especially AAI)

Merged Sabine Schröder requested to merge dev into testing
41 files
+ 1158
424
Compare changes
  • Side-by-side
  • Inline
Files
41
@@ -84,7 +84,7 @@ Type Of Change
[https://toar-data-dev.fz-juelich.de/api/v2/variables/[name][?QUERY-OPTIONS]](https://toar-data-dev.fz-juelich.de/api/v2/variables/)
or
[https://toar-data-dev.fz-juelich.de/api/v2/variables/id/[id][?QUERY-OPTIONS]](https://toar-data-dev.fz-juelich.de/api/v3/variables/)
[https://toar-data-dev.fz-juelich.de/api/v2/variables/id/[id][?QUERY-OPTIONS]](https://toar-data-dev.fz-juelich.de/api/v2/variables/)
where QUERY-OPTIONS are:
@@ -153,7 +153,7 @@ mean_population_density_250m_year1990 | number | mean value within a radius of 2
***Response:*** Each query result consists of all fields of station metadata.
If no no name is given, 10 stations will be returned (ordered by their internal id).
If no name is given, 10 stations will be returned (ordered by their internal id).
The second query format using a station id, works only with a given id.
@@ -207,7 +207,7 @@ If no QUERY-OPTIONS are given, 10 random time series will be returned.
[{"id":25,"label":"","order":1,"access_rights":"by attribution","sampling_frequency":"hourly","aggregation":"mean","data_start_date":"2009-01-01T00:00:00+00:00","data_end_date":"2010-12-31T23:00:00+00:00","data_origin":"ERA 5","data_origin_type":"model","version":"","data_license_accepted":"1900-01-01T00:00:00+00:00","sampling_height":2.0,"additional_metadata":{},"station":{"id":1021,"codes":["in_gad1379"],"name":"Gadanki","coordinates":{"lat":13.45,"lng":79.18,"alt":360.0},"coordinate_validation_status":"not checked","country":"India","state":"Andhra Pradesh","type_of_environment":"background","type_of_area":"rural","timezone":"Asia/Kolkata","additional_metadata":{}},"variable":{"name":"humidity","longname":"atmospheric humidity","displayname":"Humidity","cf_standardname":"specific_humidity","units":"g kg-1","chemical_formula":"","id":32},"programme":{"id":0,"name":"None","longname":"","homepage":"","description":""},"roles":[],"annotations":[],"changelog":[]}]
***Example:*** [https://toar-data-dev.fz-juelich.de/api/v2/timeseries/25/](https://toar-data-dev.fz-juelich.de/api/v2/timeseries/25/)
***Example:*** [https://toar-data-dev.fz-juelich.de/api/v2/timeseries/25](https://toar-data-dev.fz-juelich.de/api/v2/timeseries/25)
***Result:***
Loading