Skip to content

Instantly share code, notes, and snippets.

@lmeulen
Last active May 27, 2021 18:40
Show Gist options
  • Save lmeulen/07315b14b3854d66ae1e1228c2d17ac2 to your computer and use it in GitHub Desktop.
Save lmeulen/07315b14b3854d66ae1e1228c2d17ac2 to your computer and use it in GitHub Desktop.
UT2ALL_with_basemap
ax = geodata.plot(figsize=(15,15))
import contextily as ctx
ctx.add_basemap(ax, crs='EPSG:4326', source=ctx.providers.OpenStreetMap.Mapnik)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment