EO-DataHub / eodh-training

A selection of training materials to aid users and developers of the Earth Observation Data Hub (EODH)
https://eo-datahub.github.io/eodh-training/
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

pyeodh search example shortcomings #8

Open pzaborowski opened 1 month ago

pzaborowski commented 1 month ago

in the example pyeodh notebook: https://github.com/EO-DataHub/eodh-training/blob/main/api-client/2_ResourceCatalog.ipynb 1.'rc' is not declared before use.

  1. required packages shall be declared
  2. data IDs are used directly like 'CMIP6.ScenarioMIP.THU.CIESM.ssp585.r1i1p1f1.Amon.rsus.gr.v20200806' which shall be either found in the catalog UI - but then ideally it shall be accessed easier (in one step, not repeating navigation through collection) or found based on search criteria though the pyeodh (like searching with AOI, time, collection)
ajgwords commented 1 month ago

Thanks - we will attend to this issue when we update the training materials.