Skip to content

Commit a65d69a

Browse files
m-mohrmatthewhansontschaub
authored andcommitted
Update README.md (#14)
Co-authored-by: Matthew Hanson <[email protected]> Co-authored-by: Tim Schaub <[email protected]>
1 parent d9dfa8f commit a65d69a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
156156
the 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+
158165
None of these are necessary for 'search' of data, the main use case of STAC. But all enable more 'cloud native' use of data,
159166
as they describe the metadata needed to stream data for processing and/or display on the web. We do recommend including at least the
160167
EPSG code if it's available, as it's a fairly standard piece of metadata, and [see below](#crs-description-recommendations) for more

0 commit comments

Comments
 (0)