Skip to content

Instantly share code, notes, and snippets.

@lmeulen
Created May 26, 2021 18:37
Show Gist options
  • Save lmeulen/2ee2defe54a4005c05cf6b61498584a1 to your computer and use it in GitHub Desktop.
Save lmeulen/2ee2defe54a4005c05cf6b61498584a1 to your computer and use it in GitHub Desktop.
UT2ALL_basemap
plt.figure(figsize=(15, 15))
ax = plt.gca()
geodata.plot(ax=ax)
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