You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add preloading options for resampling parameters
- use `load_in_resampling_params` to load and provide parameters for
input parameter loading
- use `load_out_resampling_params` to load and provide parameters for
output parameter loading
Fix handling legacy scale as `scale_factor` string tag
- We now detect if a legacy formatted GeoTif has its scale factor
specified with the correct name, but as a string
Support latest rioxarray version & change raster loading interface
- Support tags parsing via rioxarray and allow upgrade to latest version
- Tags are now part of the top xarray.attrs property and not nested
inside a special 'tag' dictionary, to match rioxarray
- Removed the special rasterio open kwargs parameter from all raster
loading function, as this is all now handled via
rioxarray.open_rasterio interface
Provide masking capabilities and tif loading functions
- Implement `MaskWhere` to produce masks in a simple and general way
- Extract the load tif functionality into functions
- Introduce TransformerOfDataset protocol
- Provide `ApplyToDataVar` transformer to transform specific variables
of a dataset
Use orbit coordinates to determine plia in sig0 norm
- `NormalizeSig0ToRefLiaBySlope` uses and requires now orbit coordinates
for the plia array stack and for the sig0 input instead of attributes
and dictionaries
Add meta data to normalization & fix LIA per orbit
- `NormalizeSig0ToRefLiaBySlope` adds now appropriate metadata to the
transformed array to be able to track sources and process of
normalization
- `NormalizeSig0ToRefLiaBySlope` requires now that LIA maps are
specified per orbit and inputs must provide their orbit to be able to
select the correct LIA map