8000 Tags · TUW-GEO/eotransform-xarray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: TUW-GEO/eotransform-xarray

Tags

2.1.0

Toggle 2.1.0's commit message
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

2.0.1

Toggle 2.0.1's commit message
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

2.0.0

Toggle 2.0.0's commit message
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

1.12.1

Toggle 1.12.1's commit message
Fix numpy bool cast to use compatible np.bool_

1.12.0

Toggle 1.12.0's commit message
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

1.11.1

Toggle 1.11.1's commit message
Add `TransformerOfDataset` protocol

1.11.0

Toggle 1.11.0's commit message
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

1.10.0

Toggle 1.10.0's commit message
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

1.9.0

Toggle 1.9.0's commit message
Add sig0 normalization to reference angle trans

- Provide NormalizeSig0ToRefLiaBySlope to normalize sig0 to a given
reference angle

1.8.0

Toggle 1.8.0's commit message
Add AggregateAlongDim transformation

- Provide new `AggregateAlongDim` transformator for time series
aggregation
- Provide pearsonr as an example
0