Geo-reference metada

Hi @daveluo_gfdrr, Hi @emily, Hi all,

I am wondering how to embed the new geo-referencing metadata with along a tiled window.

Ali

This is covered in much better depth in the rasterio documentation on saving rasters:

https://rasterio.readthedocs.io/en/latest/quickstart.html#saving-raster-data
https://rasterio.readthedocs.io/en/latest/topics/windowed-rw.html#writing

I’ve also updated the STAC data intro tutorial with a bonus section demo’ing how to save the example chip we create as a georeferenced geotiff: https://nbviewer.jupyter.org/gist/daveluo/57ada6ba61ff7c947aad8d6aaeeeb9e4#Bonus-material-on-saving-chipped-images-and-labels-as-geotiffs

1 Like

Thank you @daveluo_gfdrr for your great support.