1) Ideally the down-sampling should be done fully in xsar (I think with rasterio the change of resolution is done only at opening, see https://github.com/rasterio/rasterio/issues/755). The reader should only map the files to python objects, "editing" operations should be done in xsar.
2) Ideally the down-sampling should let the user choose:
currently the default strategy of down-sampling is based on
rasterio.enums.Resampling.rms
.xsar
: https://github.com/umr-lops/xsar/blob/3412f47ece0ec9670dbb01c4878dd88e2cd5b48d/src/xsar/rcm_dataset.py#L8811) Ideally the down-sampling should be done fully in
xsar
(I think withrasterio
the change of resolution is done only at opening, see https://github.com/rasterio/rasterio/issues/755). The reader should only map the files to python objects, "editing" operations should be done inxsar
. 2) Ideally the down-sampling should let the user choose: