Skip to content

Commit 3accf02

Browse files
author
Max Burnette
committed
add date filter
1 parent faa8c11 commit 3accf02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sensors/06-list-datasets-by-plot.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ properties: {
3434

3535
The source_dataset URL can be used to view the dataset in Clowder.
3636

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+
3742
## Getting ROGER file path from dataset
3843
Given a source dataset URL, we can call the API to get the files and their paths.
3944
```

0 commit comments

Comments
 (0)