Closed yunjunz closed 1 year ago
Description of proposed changes
readfile:
readfile
read_gdal()
.cos
read_binary_file()
datasetName=complex
cpx_band
resample: adjust size calculation in block-by-block IO for complex data type
resample
save_gdal:
save_gdal
array2raster()
write_gdal()
utils.writefile.write()
readfile.DATA_TYPE_NUMPY2GDAL
docs:
Reminders
Description of proposed changes
readfile
:read_gdal()
: add.cos
to the know list (for TerraSAR-X SLC data)read_binary_file()
: support returning complex data usingdatasetName=complex
.read_binary_file()
: movecpx_band
checking to expand its applicability from isce2 to generic files, including GDAL complex files.resample
: adjust size calculation in block-by-block IO for complex data typesave_gdal
:array2raster()
towrite_gdal()
, to be consistent withutils.writefile.write()
in terms of input args.readfile.DATA_TYPE_NUMPY2GDAL
to support non-float32 types, such as complex64docs:
Reminders