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 @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717### Fixed
1818
1919- Added missing scope "Collection" to Readme. The scope was already supported in JSON Schemas.
20+ - Clarified which fields are required by GDAL
2021
2122## [ v1.0.0] - 2021-03-30
2223
Original file line number Diff line number Diff line change @@ -153,6 +153,13 @@ like GDAL's [VRT](https://gdal.org/drivers/raster/vrt.html) without having to op
153153[ transform] ( #projtransform ) together with the core description of the CRS provide enough information about the size and shape of
154154the data in the file so that tools don't have to open it.
155155
156+ For example, the GDAL implementation [ requires] ( https://twitter.com/EvenRouault/status/1419752806735568902 ) the following fields:
157+ 1 . ` proj:epsg ` , ` proj:wkt2 ` or ` proj:projjson ` (one of them filled with non-null values)
158+ 2 . Any of the following:
159+ - ` proj:transform ` and ` proj:shape `
160+ - ` proj:transform ` and ` proj:bbox `
161+ - ` proj:bbox ` and ` proj:shape `
162+
156163None of these are necessary for 'search' of data, the main use case of STAC. But all enable more 'cloud native' use of data,
157164as they describe the metadata needed to stream data for processing and/or display on the web. We do recommend including at least the
158165EPSG 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