-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The STAC transform should allow items with no Proj information #297
Comments
Problem DescriptionEO3 metadata format expects one to define native projection information for each band. Unlike STAC, EO3 expects an extra indirection layer: each band is assigned to some named grid (shared across several bands), this way if 10 bands share common grid (footprint), then grid information is recorded once. One of the grids must be called "default". Bands that belong to "default" grid can omit grid specification as "default" grid is implied. This also means that a common case of "all bands in the dataset share the same footprint and resolution" has minimal textual representation in EO3 format. Each "grid" is basically The "essential" information needed by Proposed SolutionWhen native projection and resolution data is not available but bounding box or a geometry are defined we can produce a "fake" default grid. Such grid would have Only concern is that cc: @gadomski |
|
In ODC, the shape and transform (grid) information is optional. We should be able to handle assets without shape and transform, but currently we can't.
Errors look like this:
The text was updated successfully, but these errors were encountered: