File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616### Fixed
1717
1818- Added missing scope "Collection" to Readme. The scope was already supported in JSON Schemas.
19+ - Clarified which fields are required by GDAL
1920
2021## [ v1.0.0] - 2021-03-30
2122
Original file line number Diff line number Diff line change @@ -155,6 +155,13 @@ like GDAL's [VRT](https://gdal.org/drivers/raster/vrt.html) without having to op
155155[ transform] ( #projtransform ) together with the core description of the CRS provide enough information about the size and shape of
156156the data in the file so that tools don't have to open it.
157157
158+ For example, the GDAL implementation [ requires] ( https://twitter.com/EvenRouault/status/1419752806735568902 ) the following fields:
159+ 1 . ` proj:epsg ` , ` proj:wkt2 ` or ` proj:projjson ` (one of them filled with non-null values)
160+ 2 . Any of the following:
161+ - ` proj:transform ` and ` proj:shape `
162+ - ` proj:transform ` and ` proj:bbox `
163+ - ` proj:bbox ` and ` proj:shape `
164+
158165None of these are necessary for 'search' of data, the main use case of STAC. But all enable more 'cloud native' use of data,
159166as they describe the metadata needed to stream data for processing and/or display on the web. We do recommend including at least the
160167EPSG code if it's available, as it's a fairly standard piece of metadata, and [ see below] ( #crs-description-recommendations ) for more
You can’t perform that action at this time.
0 commit comments