Alan D. Snow
Alan D. Snow
I would like the PROJ string stuff replaced by `pyproj.CRS` first since it is deprecated: https://github.com/carpentries-incubator/geospatial-python/issues/40
Also related: https://www.earthdatascience.org/search/?q=rioxarray
Also: https://gis.stackexchange.com/a/357878/144357
A PR with an example added is welcome.
It is that way because the `mask_and_scale` option doesn't exist in `xarray.open_rasterio`. Leaving it defaulted to `False` makes it less surprising for users who are transitioning to `rioxarray.open_rasterio`. If the...
Related: #69 & #281
> Probably a more logical way of working for people in the 2) category (like myself) is to use xarray.open_dataset(..., engine='rasterio'), ismask_and_scale=True by default in this case? Yes, it is.
> It seems that at the moment using mask_and_scale=True always converts the data to float (even if add_offset=0. and scale_factor=1. ) Yes, this is required. It is due to the...
Does `pad_xy` behave as expected?
> do we expect a box that is relative to the "pixel boundaries" I would assume that would be the behavior. What are your thoughts?