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

Coord xform #7

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Coord xform #7

wants to merge 9 commits into from

Conversation

gxm
Copy link

@gxm gxm commented Dec 14, 2014

The File geodatabase I receive contains points in the Oregon Lambert plane coordinate system.
These coordinates look like "x":776252.7670898438,"y":1372831.180480957, and can't be converted into the radians expected by Angle.
To address this, I load the dataset definition of the Feature to get the Well Known Text, then use that with geotools to transform the coordinates into WSG84.
If the feature doesn't have a WKT, no transform is performed.
If the coordinates are already in WSG84, an identity transform is used, which should not change the results.

This PR also contains a fix for the issue my dataset was having with the Calendar without a TimeZone.

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.

1 participant