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

pyshp-demo.json is not rendering #1

Closed
paulopperman opened this issue Apr 2, 2017 · 3 comments
Closed

pyshp-demo.json is not rendering #1

paulopperman opened this issue Apr 2, 2017 · 3 comments
Labels

Comments

@paulopperman
Copy link
Owner

Using fileconverter.py, the output geojson formatted file is populated, but not rendering.

@paulopperman
Copy link
Owner Author

coordinates seem to be messed up in the conversion - (345276.0076861456, 234096.52315343916) is listed as a coordinate, but I think it should be mapping to lat-lon coordinates.

@paulopperman
Copy link
Owner Author

The dataset is in a projected coordinate system (NAD83). Need to convert it to lon,lat (WGS84) to work.

@paulopperman
Copy link
Owner Author

When converting, make sure to initiate the Proj object with parameter preserve_units=True. See this issue's resolution.

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

No branches or pull requests

1 participant