Skip to content

Instantly share code, notes, and snippets.

@SebastianoF
Last active April 24, 2022 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SebastianoF/561ae530ca5b452190b24f7c6c7847f5 to your computer and use it in GitHub Desktop.
Save SebastianoF/561ae530ca5b452190b24f7c6c7847f5 to your computer and use it in GitHub Desktop.
b001_07.py
gdf_epsg = gdf.to_crs(epsg=3857)
ax = gdf_epsg.plot(figsize=(10, 10), alpha=0.5, edgecolor='k')
cx.add_basemap(ax)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment