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
Currently when I perform gdal_cal.py on smaller raster files the output gets saved in databricks working directory and doesn't copy it to data lake natively.
The output of gdal_calc is stored in Databricks working directory.
To Reproduce
Steps to reproduce the behavior:
Run
%sh
gdal_calc.py -A 'file1.tif' -B 'file2.tif' --outfile='file3.tif' --calc'A+B'
The output is saved to the databricks working directory.
Expected behavior
Milos mentioned that there is a UDF that can do the move from working directoy to data lake directly.
Screenshots
attached screenshot for reference.
The text was updated successfully, but these errors were encountered:
Currently when I perform gdal_cal.py on smaller raster files the output gets saved in databricks working directory and doesn't copy it to data lake natively.
The output of gdal_calc is stored in Databricks working directory.
To Reproduce
Steps to reproduce the behavior:
%sh
gdal_calc.py -A 'file1.tif' -B 'file2.tif' --outfile='file3.tif' --calc'A+B'
Expected behavior
Milos mentioned that there is a UDF that can do the move from working directoy to data lake directly.
Screenshots
attached screenshot for reference.
The text was updated successfully, but these errors were encountered: