@@ -46,25 +46,31 @@ The `proj` prefix is short for "projection", and is not a reference to the PROJ/
4646A Coordinate Reference System (CRS) is the data reference system (sometimes called a
4747'projection') used by the asset data, and can usually be referenced using an
4848[ EPSG code] ( https://en.wikipedia.org/wiki/EPSG_Geodetic_Parameter_Dataset ) .
49- If the asset data does not have a CRS, such as in the case of non-rectified imagery with Ground Control
50- Points, ` proj:epsg ` should be set to null. It should also be set to null if a CRS exists, but for which
51- there is no valid EPSG code. A great tool to help find EPSG codes is [ epsg.io] ( http://epsg.io/ ) .
49+ A great tool to help find EPSG codes is [ epsg.io] ( http://epsg.io/ ) .
50+
51+ This field must be set to ` null ` in the following cases:
52+ - The asset data does not have a CRS, such as in the case of non-rectified imagery with Ground Control Points.
53+ - 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 ` .
54+ Clients can prefer to take either, although there may be discrepancies in how each might be interpreted.
5255
5356#### proj: wkt2
5457
55- A Coordinate Reference System (CRS) is the data reference system (sometimes called a
56- 'projection') used by the asset data. This value is a [ WKT2] ( http://docs.opengeospatial.org/is/12-063r5/12-063r5.html ) string.
57- If the data does not have a CRS, such as in the case of non-rectified imagery with Ground Control
58- Points, proj: wkt2 should be set to null. It should also be set to null if a CRS exists, but for which
59- a WKT2 string does not exist.
58+ A Coordinate Reference System (CRS) is the data reference system (sometimes called a 'projection')
59+ used by the asset data. This value is a [ WKT2] ( http://docs.opengeospatial.org/is/12-063r5/12-063r5.html ) string.
60+
61+ This field should be set to ` null ` in the following cases:
62+ - The asset data does not have a CRS, such as in the case of non-rectified imagery with Ground Control Points.
63+ - A CRS exists, but there is no valid WKT2 string for it.
6064
6165#### proj: projjson
6266
63- A Coordinate Reference System (CRS) is the data reference system (sometimes called a
64- 'projection') used by the asset data. This value is a [ PROJJSON] ( https://proj.org/specifications/projjson.html ) object.
65- If the data does not have a CRS, such as in the case of non-rectified imagery with Ground Control
66- Points, proj: projjson should be set to null. It should also be set to null if a CRS exists, but for which
67- a PROJJSON string does not exist. The schema for this object can be found [ here] ( https://proj.org/schemas/v0.2/projjson.schema.json ) .
67+ A Coordinate Reference System (CRS) is the data reference system (sometimes called a 'projection')
68+ used by the asset data. This value is a [ PROJJSON] ( https://proj.org/specifications/projjson.html ) object,
69+ see the [ JSON Schema] ( https://proj.org/schemas/v0.5/projjson.schema.json ) for details.
70+
71+ This field should be set to ` null ` in the following cases:
72+ - The asset data does not have a CRS, such as in the case of non-rectified imagery with Ground Control Points.
73+ - A CRS exists, but there is no valid WKT2 string for it.
6874
6975#### proj: geometry
7076
0 commit comments