planetlabs / stac-extension

STAC extension for Planet data
https://planetlabs.github.io/stac-extension/
Apache License 2.0
9 stars 1 forks source link

proj:transform and other proj requirements? #4

Open cholmes opened 1 year ago

cholmes commented 1 year ago

Looking at the readme I was expecting to see mention of proj:transform, but it didn't seem to be mentioned at all. Seems like it'd be good to include it?

I was also wondering about making it so the planet extension requires sufficient proj fields so that clients like gdal vrt, open data cube and others can get the full location information to make virtual catalogs without opening cogs. I think for that we'd need transform, shape and epsg - making them all required.

tschaub commented 1 year ago

I agree we can add something about the projection extension. We'll need to have different requirements for different item types / asset types. For example, basic assets won't have CRS info, MODIS assets are Sinusoidal (no EPSG code), etc.

m-mohr commented 1 year ago

A recommendation would be good, although I assume it's the same best practice/requirement as defined at https://github.com/stac-extensions/projection#best-practices , right? So maybe a link is enough? It's not Planet specific anyway...