Skip to content

Instantly share code, notes, and snippets.

@ageller
Last active December 20, 2021 22:20
Show Gist options
  • Save ageller/352be0bf5df15e40b64e57e488c6a5ac to your computer and use it in GitHub Desktop.
Save ageller/352be0bf5df15e40b64e57e488c6a5ac to your computer and use it in GitHub Desktop.
plot the GeoTIFF image
import rasterio rasterio
import matplotlib
f,ax = matplotlib.pyplot.subplots()
rasterio.plot.show(chicago.read(), ax = ax, transform = chicago.transform)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment