When trying to submit an ASCII raster file to create_coveragestyle, the ASCII file (.asc) is not a valid extension in the raster_value function in Calculation_gdal.py.
Running the commands as in gdal to get the necessary raster parameters (min value, max value, and file name) works fine, so I think this should be possible to allow this file type as well (and could be added to the valid_extension array.
If not, is there any other workaround to this other than generating a .tif file?
When trying to submit an ASCII raster file to create_coveragestyle, the ASCII file (.asc) is not a valid extension in the
raster_value
function inCalculation_gdal.py
.Running the commands as in gdal to get the necessary raster parameters (min value, max value, and file name) works fine, so I think this should be possible to allow this file type as well (and could be added to the
valid_extension
array.If not, is there any other workaround to this other than generating a .tif file?