We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa8c11 commit 3accf02Copy full SHA for 3accf02
1 file changed
sensors/06-list-datasets-by-plot.md
@@ -34,6 +34,11 @@ properties: {
34
35
The source_dataset URL can be used to view the dataset in Clowder.
36
37
+You can also filter the datapoints by date:
38
+```
39
+GET https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id={STREAM_ID}&since=2017-01-02&until=2017-06-10
40
41
+
42
## Getting ROGER file path from dataset
43
Given a source dataset URL, we can call the API to get the files and their paths.
44
```
0 commit comments