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

Use created layers as context maps in matplotlib plots #163

Open
marquesine opened this issue Jun 3, 2024 · 0 comments
Open

Use created layers as context maps in matplotlib plots #163

marquesine opened this issue Jun 3, 2024 · 0 comments

Comments

@marquesine
Copy link

Is it possible and easy to implement the use of created layers as context maps behind a plot in Python?

A common use case for GIS and Python users is to render static maps with interest data in matplotlib (usually together with geopandas or shapely).

There's a Python library, contextily, that already does this with ready-made and publicly available tile sets. However, there are two issues with it:

  • For zoom levels beyond the maximum available, the rasterized image becomes pixelated.
  • It lacks the ability to customize the style with the richness offered by your library.

I really like this project and what it is able to accomplish.

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

No branches or pull requests

1 participant