rasterio icon indicating copy to clipboard operation
rasterio copied to clipboard

include example.tif with the repo?

Open raybellwaves opened this issue 3 years ago • 1 comments

Looking through the quick start https://rasterio.readthedocs.io/en/latest/quickstart.html it uses example.tif. It would be nice if that was provided by the repo which would make the quick start even quicker for somebody who doesn't have a .tif on-hand.

For example, xarray has https://github.com/pydata/xarray/blob/main/xarray/tutorial.py

Something like dataset = rasterio.tutorial.open('example.tif')

raybellwaves avatar Jun 01 '22 21:06 raybellwaves

That dataset is too big. Instead, I'll probably rewrite the quick start doc to use a smaller one that we do include.

sgillies avatar Dec 16 '22 02:12 sgillies