microsoft / PlanetaryComputerDataCatalog

Data catalog for the Microsoft Planetary Computer
https://planetarycomputer.microsoft.com
MIT License
35 stars 15 forks source link

Metadata issues with the cil-gdpcir-cc0 collection #347

Closed m-mohr closed 1 year ago

m-mohr commented 2 years ago

The geoparquet-items asset in the cil-gdpcir-cc0 collection collection looks weird:

  1. uses media_type instead of type
  2. has an "extra_fields" which should probably be removed and instead the children should be at the asset level (looks like a PySTAC issue?)

Top-level:

  1. Also, the cube:dimensions has lat and lon dimensions, but both have the y axis assigned which sounds wrong to me.
  2. The description contains a Table, but CommonMark doesn't support tables
TomAugspurger commented 2 years ago

Thanks. The geoparquet-items issue also affects the cil-gdpcir-cc-by collection.

I did initially mess up the media_type / type and extra_assets field on every collection before fixing them. My fix must have missed these two collections.

The lat / y axis is indeed a bug from https://github.com/TomAugspurger/xstac/pull/32/files#diff-f8ae444356317c9383e62c6fb03f85370a84d6da649cc30baefd9925f45ae966R116. I'll get that fixed and reingested.