Skip to content

adding an "epoch" column to gpkg_spatial_ref_sys#600

Merged
jyutzler merged 2 commits into
opengeospatial:masterfrom
jyutzler:i599
Jun 17, 2021
Merged

adding an "epoch" column to gpkg_spatial_ref_sys#600
jyutzler merged 2 commits into
opengeospatial:masterfrom
jyutzler:i599

Conversation

@jyutzler

Copy link
Copy Markdown
Contributor

Closes #599

@jyutzler jyutzler added the Substantive Change Requires a minor revision label May 19, 2021
@jyutzler jyutzler added this to the post 1.3.0 milestone May 19, 2021
|`definition` |TEXT |Well-known Text <<I32>> Representation of the Spatial Reference System |true|
|`description` |TEXT |Human readable description of this SRS |false|
|`definition_12_063` |TEXT |Well-known Text <<I34>> or <<I36>> Representation of the Spatial Reference System |true|
|`epoch` |TEXT |Coordinate epoch as per https://docs.opengeospatial.org/as/18-005r4/18-005r4.html#68 |false|

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The coordinate epoch is a decimal number, like 2017.53 , so:

Suggested change
|`epoch` |TEXT |Coordinate epoch as per https://docs.opengeospatial.org/as/18-005r4/18-005r4.html#68 |false|
|`epoch` |DOUBLE |Coordinate epoch as per https://docs.opengeospatial.org/as/18-005r4/18-005r4.html#68 |false|
@nyalldawson

Copy link
Copy Markdown

This is a great move, thank you! 👍

@jyutzler

Copy link
Copy Markdown
Contributor Author

Today the SWG passed a motion to approve this PR.

@jyutzler jyutzler merged commit 50a28dd into opengeospatial:master Jun 17, 2021
@jyutzler jyutzler deleted the i599 branch June 17, 2021 20:27
jyutzler added a commit that referenced this pull request Jun 21, 2021
@jyutzler jyutzler modified the milestones: post 1.3.0, CRS_WKT 1.1 Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Substantive Change Requires a minor revision

3 participants