- using the latest Docker Image Docker hub and latest master version as on this issue's date
- execute the Cells in 05 raster data
- file
output_4326_cog.tif is generated
- btw
gdal.Warp('../data/output_4326_cog.tif','../data/world.rgb.tif',dstSRS='EPSG:4326',format='COG') should better create the COG file in the ../data/output/ dir to prevent pushing generated files to GH.
- only the background OSM map shows up
- error in browser, see image
(My general remark is also that this example is IMO too advanced for an intro into GDAL raster. Participants may not have any idea about COG HTTP Range requests, TIF in OpenLayers... etc. Better to move to an Advanced section. I would recommend sticking to GDAL basics. )
output_4326_cog.tifis generatedgdal.Warp('../data/output_4326_cog.tif','../data/world.rgb.tif',dstSRS='EPSG:4326',format='COG')should better create the COG file in the../data/output/dir to prevent pushing generated files to GH.(My general remark is also that this example is IMO too advanced for an intro into GDAL raster. Participants may not have any idea about COG HTTP Range requests, TIF in OpenLayers... etc. Better to move to an Advanced section. I would recommend sticking to GDAL basics. )