contextily icon indicating copy to clipboard operation
contextily copied to clipboard

Context geo-tiles in Python

Results 43 contextily issues
Sort by recently updated
recently updated
newest added

When a contextily basemap is added to an axis projected with cartopy, the map appears upside down. https://stackoverflow.com/questions/61737584/contextily-map-upside-down-when-used-with-cartopy

It'd be great to have a catchy, snappy logo for the brand new website (plust all the upcoming merch!). Opening this issue to pull suggestions, contributions from the community and...

Currently, downloaded tiles are implicitely converted to RGB images. https://github.com/geopandas/contextily/blob/37ac810a6f159be64855585c6fcab63a6f681673/contextily/tile.py#L305 However, since leaflet-providers supports maps with decomposed map and overlay labels, the maps with only labels need to be opened...

Currently, we have all the functionality of `add_basemap` covered across notebooks, but not centralised. It might be good to have a separate notebook that takes a deep dive into everything...

enhancement
good-first-contribution

I know this is a great deal of them, but when building a package there is no network available. It'd be nice to run the other tests at least, and...

Hello, I am having some trouble in generating a basic background map for some points on a map. The points were extracted from Flickr and are by default crs: 4326...

Hello all, A colleague showed me this via the geopandas docs, and this looks like an extremely neat package! I do nearly all my work in the Netherlands, so I...

It'd be great if the user could pass either: 1. the path to a local folder storing tiles in the XYZ format (the one we currently support over the wire)...

https://github.com/darribas/contextily/blob/master/contextily/tile_providers.py#L19-L22 specifies `OSM_A `to `OSM_C `with `a` to `b` as (sub-)subdomains. Please always just use the `tile.openstreetmap.org` as any request to it will automatically be shared between the sub-hosts.

Suggested by @jorisvandenbossche on https://github.com/darribas/contextily/pull/49#discussion_r309070246 > Although there you need to construct an empty result array first manually to pass to that function, so that might make it a bit...

enhancement
good-first-contribution