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

Support warping in the Places API #158

Open
darribas opened this issue Jun 10, 2020 · 0 comments
Open

Support warping in the Places API #158

darribas opened this issue Jun 10, 2020 · 0 comments

Comments

@darribas
Copy link
Collaborator

We currently do not support warping the tiles pulled within the Place API. It'd be good to add a crs parameter specifying the CRS for the data retrieved and "plottable".

This should be an easy fix to pass here:

https://github.com/geopandas/contextily/blob/cbd968eabefac598f5b975e957f0b1cb453b259f/contextily/place.py#L131:L138

I think we just need to make it an explicit parameter here:

self, search, zoom=None, path=None, zoom_adjust=None, source=None, url=None

and document it.

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

No branches or pull requests

1 participant