terraref / documentation

TERRAref documentation
https://docs.terraref.org
6 stars 7 forks source link

Fix broken links #116

Open ghost opened 7 years ago

ghost commented 7 years ago
craig-willis commented 7 years ago

I've removed these from the TOC and the empty page -- these were likely originally intended for someone else to fill in. I've done nothing with the hyperspectral pages.

dlebauer commented 6 years ago

blocked by https://github.com/terraref/computing-pipeline/issues/391

max-zilla commented 6 years ago

I will provide updated URLs soon. Mongo has been cleaned.

max-zilla commented 6 years ago

Root Level 1 collections:

max-zilla commented 6 years ago

EnvLogger - sensor_par https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=3207

EnvLogger - sensor_weather_station https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=3208

EnvLogger - sensor_co2 https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=3210

AZMET Weather Station - Weather Observations https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=3211

AZMET Weather Station - Irrigation Observations https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=3212

(other supported geostreams arguments) &since=2017-06-02 &until=2017-06-10 https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=3207&since=2017-06-02&until=2017-06-10

max-zilla commented 6 years ago

Also relevant for geostreams: https://github.com/terraref/tutorials/blob/master/sensors/06-list-datasets-by-plot.md

dlebauer commented 6 years ago
# find streams on "UIUC Energy Farm - SE" 
https://terraref.ncsa.illinois.edu/clowder/api/geostreams/sensors?sensor_name=UIUC%20Energy%20Farm%20-%20SE

# take sensor id from that response and find the streams:
https://terraref.ncsa.illinois.edu/clowder/api/geostreams/sensors/1304/streams

# take stream id from that and use in the datapoints query:

https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?key=SECRET&stream_id=4807&since=2017-01-02&until=2017-01-31
dlebauer commented 6 years ago

see also https://github.com/terraref/documentation/issues/156 and https://github.com/terraref/documentation/blob/master/technical-documentation/data-processing-pipeline/geospatial-time-series-structure.md