Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RFC 2: Initial integration of "GDAL SRS barn" work #1175

Merged
merged 1 commit into from
Nov 15, 2018

Conversation

rouault
Copy link
Member

@rouault rouault commented Nov 14, 2018

This work mostly consists of:

  • a C++ implementation of the ISO-19111:2018 / OGC Topic 2
    "Referencing by coordinates" classes to represent Datums,
    Coordinate systems, CRSs (Coordinate Reference Systems) and
    Coordinate Operations.
  • methods to convert between this C++ modeling and WKT1, WKT2
    and PROJ string representations of those objects
  • management and query of a SQLite3 database of CRS and Coordinate Operation definition
  • a C API binding part of those capabilities

This is all-in-one squashed commit of the work of
#1040

@rouault
Copy link
Member Author

rouault commented Nov 14, 2018

@kbevers I will let you take the responsibility to press the "Merge" button if you're happy with that :-)

@kbevers
Copy link
Member

kbevers commented Nov 14, 2018

@kbevers I will let you take the responsibility to press the "Merge" button if you're happy with that :-)

I was going to write that you've already got the thumbs up from the PSC to merge this when you are happy with it, so please, go ahead and do it yourself. It seems fitting that you should get the honour since you've done all the work :-)

I'd like to congratulate and thank you for this massive effort. Everyone in GIS owe you a big one for tackling this enormous beast. I am looking forward to seing the next phase of the project unfold!

This work mostly consists of:
- a C++ implementation of the ISO-19111:2018 / OGC Topic 2
  "Referencing by coordinates" classes to represent Datums,
  Coordinate systems, CRSs (Coordinate Reference Systems) and
  Coordinate Operations.
- methods to convert between this C++ modeling and WKT1, WKT2
  and PROJ string representations of those objects
- management and query of a SQLite3 database of CRS and Coordinate Operation definition
- a C API binding part of those capabilities

This is all-in-one squashed commit of the work of
OSGeo#1040
@rouault rouault merged commit 4ad1477 into OSGeo:master Nov 15, 2018
@rouault
Copy link
Member Author

rouault commented Nov 15, 2018

Merged !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants