Related to #2
@pibion it would be useful if one of your students can create a Jupyter Notebook that shows what querying functionality the DID Finder API should have.
Structure of the notebook
- A cell at the top that defines all the input parameters for the query, for example experiment run, site, date.
- Then a call to
CDMSDataCatalog.findData to gather the requested dataset, possibly with some logic to automatically set other parameters in the query.
- Finally access the actual data array and make a simple plot.