@@ -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 ) .
7373A great tool to help find EPSG codes is [ epsg.io] ( http://epsg.io/ ) .
7474
75- This field must be set to ` null ` in the following cases:
75+ This field SHOULD 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 must be set to `null` in the following cases:
8282A Coordinate Reference System (CRS) is the data reference system (sometimes called a 'projection')
8383used 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
9292used by the asset data. This value is a [ PROJJSON] ( https://proj.org/specifications/projjson.html ) object,
9393see 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