Skip to content

Instantly share code, notes, and snippets.

@ageller
Created November 19, 2021 20:28
Show Gist options
  • Save ageller/22b336763e9a1cefe4b2411e88cc5be0 to your computer and use it in GitHub Desktop.
Save ageller/22b336763e9a1cefe4b2411e88cc5be0 to your computer and use it in GitHub Desktop.
downloadChicagoMap block 3
f,ax = plt.subplots(figsize=(15,15))
chicago = rasterio.open('ChicagoGeoTIFF.tif')
showRasterio(chicago.read(), ax = ax, transform=chicago.transform)
chicago.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment