Issue:
_dask_rio_reproject stopped passing **kwargs into rasterio.warp and hence gdal, which would cause problem when extra options required for gdal to be working as expected, specially the transform path between lat/lon (epsg:4326) and Australian Albers (epsg:3577). Since GDA2020 was introduced, the transform path is not unique and the default option has been changing arbitrarily when upgrade on either proj or gdal happened.
Expected behaviour:
Be able to pass **kwargs into rasterio.warp
Issue:
_dask_rio_reproject
stopped passing**kwargs
intorasterio.warp
and hencegdal
, which would cause problem when extra options required forgdal
to be working as expected, specially the transform path between lat/lon (epsg:4326) and Australian Albers (epsg:3577). Since GDA2020 was introduced, the transform path is not unique and the default option has been changing arbitrarily when upgrade on eitherproj
orgdal
happened.Expected behaviour: Be able to pass
**kwargs
intorasterio.warp