Skip to content

Commit fea2e98

Browse files
m-mohrjlaura
authored andcommitted
Clarify that proj:wkt2 or proj:projjson should be used for complex (non-EPSG) CRS #6 (#13)
1 parent eb2ad79 commit fea2e98

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Added
1212
- Definition for authority and code instead of a hard coded EPSG. The EPSG code field was maintained for backwards compatibility.
1313

14-
- `proj:epsg` is not required in Item properties anymore. `proj:epsg` is recommended now, but not required in any scope.
1514
- Updated the PROJJSON schema to v0.5
1615

16+
### Deprecated
17+
18+
### Removed
19+
1720
### Fixed
1821

1922
- Added missing scope "Collection" to Readme. The scope was already supported in JSON Schemas.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ A Coordinate Reference System (CRS) is the data reference system (sometimes call
7272
[EPSG code](https://en.wikipedia.org/wiki/EPSG_Geodetic_Parameter_Dataset).
7373
A great tool to help find EPSG codes is [epsg.io](http://epsg.io/).
7474

75-
This field SHOULD be set to `null` in the following cases:
75+
This field must be set to `null` in the following cases:
7676
- The asset data does not have a CRS, such as in the case of non-rectified imagery with Ground Control Points.
7777
- A CRS exists, but there is no valid EPSG code for it. In this case, the CRS should be provided in `proj:wkt2` and/or `proj:projjson`.
7878
Clients can prefer to take either, although there may be discrepancies in how each might be interpreted.
@@ -82,7 +82,7 @@ This field SHOULD be set to `null` in the following cases:
8282
A Coordinate Reference System (CRS) is the data reference system (sometimes called a 'projection')
8383
used by the asset data. This value is a [WKT2](http://docs.opengeospatial.org/is/12-063r5/12-063r5.html) string.
8484

85-
This field SHOULD be set to `null` in the following cases:
85+
This field should be set to `null` in the following cases:
8686
- The asset data does not have a CRS, such as in the case of non-rectified imagery with Ground Control Points.
8787
- A CRS exists, but there is no valid WKT2 string for it.
8888

@@ -92,7 +92,7 @@ A Coordinate Reference System (CRS) is the data reference system (sometimes call
9292
used by the asset data. This value is a [PROJJSON](https://proj.org/specifications/projjson.html) object,
9393
see the [JSON Schema](https://proj.org/schemas/v0.5/projjson.schema.json) for details.
9494

95-
This field SHOULD be set to `null` in the following cases:
95+
This field should be set to `null` in the following cases:
9696
- The asset data does not have a CRS, such as in the case of non-rectified imagery with Ground Control Points.
9797
- A CRS exists, but there is no valid WKT2 string for it.
9898

0 commit comments

Comments
 (0)