You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to sum the 2 raster files using gdal_calc.py and it fails giving an error - file too large
While summing 2 raster files the operation fails. I am using the gdal that gets installed as part of databricks-mosaic.
To Reproduce
Steps to reproduce the behavior:
Run
%sh
gdal_calc.py -A 'raster_file1.tif' -B 'raster_file2.tif' --outfile='file.tif' --calc='A+B'
See error
Expected behavior
The command should run and create the output tif file.
Screenshots
Attached the screenshot for reference
Additional context
Milos mentioned that there is a UDF that could distribute gdal operations on workers and that could resolve it.
The text was updated successfully, but these errors were encountered:
I am trying to sum the 2 raster files using gdal_calc.py and it fails giving an error - file too large
While summing 2 raster files the operation fails. I am using the gdal that gets installed as part of databricks-mosaic.
To Reproduce
Steps to reproduce the behavior:
%sh
gdal_calc.py -A 'raster_file1.tif' -B 'raster_file2.tif' --outfile='file.tif' --calc='A+B'
Expected behavior
The command should run and create the output tif file.
Screenshots
Attached the screenshot for reference
Additional context
Milos mentioned that there is a UDF that could distribute gdal operations on workers and that could resolve it.
The text was updated successfully, but these errors were encountered: