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

[Enhancement] automatically re-project GeoDataFrame to EPSG:4326 #1350

Merged
merged 2 commits into from Dec 8, 2020

Conversation

martinfleis
Copy link
Contributor

If you pass a GeoDataFrame to Jupyter widget it gets automatically re-projected to EPSG:4326 if crs is set and is different. That way user does not have to worry about projections when adding data to a map.

I haven't found a test suite for Jupyter plugin, can you point me to the right place so I can write tests?

Closes #1209

Signed-off-by: Martin Fleischmann <martin@martinfleischmann.net>
@heshan0131
Copy link
Contributor

Would be nice to add to documentation data format section explain what type of projection is supported:

https://github.com/keplergl/kepler.gl/tree/master/docs/keplergl-jupyter#3-data-format

Signed-off-by: Martin Fleischmann <martin@martinfleischmann.net>
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.

Automatically reproject GeoDataFrame to WGS84
2 participants