Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.3-incubating
-
None
-
None
Description
I will add another endpoint to: rcmed_helpers.py which will return the temporal and spatial bounds of all parameters that have a bounds value that is not NULL.
route('/parameters/bounds/') will return a JSON of format: (the number that is the key within "data" maps to the parameter_id, so easy access)
{ "38": { "start_date": "1901-01-15", "end_date": "2009-12-15", "latmax": 89.75, "latmin": -89.75, "lonmax": 179.75, "lonmin": -179.75 }, "39": { "start_date": "1901-01-15", "end_date": "2009-12-15", "latmax": 89.75, "latmin": -89.75, "lonmax": 179.75, "lonmin": -179.75 } }