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

Added WKT Parser to improve WKT.getEpsgCode #1931

Merged
merged 2 commits into from
Dec 21, 2016

Conversation

miafg
Copy link
Contributor

@miafg miafg commented Dec 20, 2016

Signed-off-by: miafg [email protected]

Fixes #1775

The parser takes in a WKT string and creates a WktCS object that follows the WKT specifications in order to improve the lookup of WKT strings in the EPSG.properties file. Uses Scala parser combinator to parse the file. Additionally, the WKT object hierarchy could be useful in inspecting the WKT structure or creating a representation.

@miafg miafg force-pushed the feature/WKTParser branch from 9f91e94 to caba9f6 Compare December 20, 2016 18:39
@echeipesh echeipesh self-requested a review December 20, 2016 18:39
Copy link
Contributor

@echeipesh echeipesh left a comment

Choose a reason for hiding this comment

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

Great PR, thank you for the contribution!

@lossyrob
Copy link
Member

Great job!

@lossyrob lossyrob added this to the 1.1 milestone Dec 21, 2016
@lossyrob lossyrob merged commit cfcedb2 into locationtech:master Dec 21, 2016
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.

3 participants