You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,8 +37,7 @@ The fields in the table below can be used in these parts of STAC documents:
37
37
38
38
| Field Name | Type | Description |
39
39
| -------------- | ------------- | ----------- |
40
-
| proj:code| string\|null | Authority and specific code of the data source (e.g., ["EPSG:####"](https://epsg.org/), ["IAU:#####"](http://www.opengis.net/def/crs/IAU/2015)) |
41
-
| proj:epsg| integer\|null |**DEPRECATED.**[EPSG code](http://www.epsg-registry.org/) of the datasource |
40
+
| proj:code| string\|null | Authority and specific code of the data source (e.g., `EPSG:3857`) |
42
41
| proj:wkt2| string\|null |[WKT2](http://docs.opengeospatial.org/is/12-063r5/12-063r5.html) string representing the Coordinate Reference System (CRS) that the `proj:geometry` and `proj:bbox` fields represent |
43
42
| proj:projjson|[PROJJSON Object](https://proj.org/specifications/projjson.html)\|null | PROJJSON object representing the Coordinate Reference System (CRS) that the `proj:geometry` and `proj:bbox` fields represent |
44
43
| proj:geometry|[GeoJSON Geometry Object](https://tools.ietf.org/html/rfc7946#section-3.1)| Defines the footprint of this Item. |
@@ -57,28 +56,11 @@ would imply that the projection information also applies to the thumbnail if not
57
56
You may want to add the `proj:code` to the Item Properties though as this would provide an easy way to
58
57
filter for specific projection codes in an API. In this case you could override the `proj:code` for the thumbnail on the asset level.
59
58
60
-
### Additional Field Information
61
-
62
-
#### proj:epsg
63
-
64
-
This field has been deprecated in v1.2.0 in favor of `proj:code`.
65
-
`proj:epsg` will be removed in v2.0.0 of this extension.
59
+
> \[!WARNING]
60
+
> The field `proj:epsg` has been deprecated in v1.2.0 in favor of `proj:code` and has been removed in v2.0.0.
61
+
> For example, the former field `"proj:epsg": 32659` must be migrated to `"proj:code": "EPSG:32659"`.
66
62
67
-
For example, the following:
68
-
69
-
```json
70
-
{
71
-
"proj:epsg": 32659,
72
-
}
73
-
```
74
-
75
-
would be represented as:
76
-
77
-
```json
78
-
{
79
-
"proj:code": "EPSG:32659",
80
-
}
81
-
```
63
+
### Additional Field Information
82
64
83
65
#### proj:code
84
66
@@ -90,9 +72,9 @@ clients are likely to support are listed in the following table.
0 commit comments