Skip to content

Commit 1c841b8

Browse files
committed
Adds support for IAU codes.
1 parent 32f8d1e commit 1c841b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
8+
### Changed
9+
- Definition for authority and code instead of a hard coded EPSG. The EPSG code field was maintained for backwards compatibility.
910
## [v1.1.0] - 2023-02-10
1011

1112
### Added
1213

1314
- Added examples for Collections and Assets (in Items)
1415

1516
### Changed
16-
1717
- `proj:epsg` is not required in Item properties anymore. `proj:epsg` is recommended now, but not required in any scope.
1818
- Updated the PROJJSON schema to v0.5
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ The fields in the table below can be used in these parts of STAC documents:
3737

3838
| Field Name | Type | Description |
3939
| ---------------- | ------------------------ | ----------- |
40+
| proj:epsg | integer\|null | [EPSG code](http://www.epsg-registry.org/) of the datasource; Maintained for backwards compatability. Please use `proj:authority` and `proj:code`. |
4041
| proj:code | integer\|null | **REQUIRED.** [EPSG code](http://www.epsg-registry.org/) or other code (e.g., [IAU](http://voparis-vespa-crs.obspm.fr:8080/web/2015.html)) of the datasource |
4142
| proj:authority | string\|null | The name of the authority that designated the proj:code of the datasource. Default: `epsg`. |
42-
| proj:epsg | integer\|null | [EPSG code](http://www.epsg-registry.org/) of the datasource; Maintained for backwards compatability. Please use `proj:authority` and `proj:code`. |
4343
| 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 |
4444
| 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 |
4545
| proj:geometry | [GeoJSON Geometry Object](https://tools.ietf.org/html/rfc7946#section-3.1) | Defines the footprint of this Item. |

0 commit comments

Comments
 (0)