Closed anilnatha closed 9 months ago
Hey @mike-gangl I've made the necessary updates, and tested using both the unit tests (all passed) and the 5_working_with_chirp_data.ipynb
tutorial notebook. please review at your earliest.
I was being cautious with trying not to conflate the role and type information. The changes I've made work for CMR presently, and my hope is that they will also work if/when changes are made to CMR to adopt the usage of role information in the same manner that we will be using it with stac.
The information you provided through this effort really helped me better understand our usage of Collections, datasets, and datafiles. 👍🏽
Oh and the checks on Github are failing because calls to SPS are returning a status of 500
. will need to look into why that is happening.
Purpose
Updated dataset asset lists so that we now use the URI/HREF of the asset as the key in the list the assets. The role/type of the data (e.g. "metadata", "data", etc.) is now an attribute of the asset with a key of "roles".
Proposed Changes
Issues
67
69
Testing