VGuette

Results 1 issues of VGuette

I have a non-expected result when using this code (the raster used is attached to this message): ```python raster_path = '2019-06-15.tiff' with rasterio.open(raster_path) as src: raster_data = src.read(1) bounds =...