Skip to content

Commit

Permalink
Merge pull request #65 from UnclearCoder/main
Browse files Browse the repository at this point in the history
Update URL for `pygis/docs/c_features.md`
  • Loading branch information
mmann1123 authored May 23, 2024
2 parents e6b8152 + 0e79c1e commit 3b210db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygis/docs/c_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ from rasterio.plot import show
import matplotlib.pyplot as plt
# Open a web location with a demo raster dataset
url = 'https://github.com/mapbox/rasterio/raw/master/tests/data/RGB.byte.tif'
url = 'https://github.com/rasterio/rasterio/raw/main/tests/data/RGB.byte.tif'
with rasterio.open(url) as src:
fig, ax = plt.subplots(figsize=(10,10))
show(src.read(), ax=ax, transform=src.transform)
Expand Down

0 comments on commit 3b210db

Please sign in to comment.