Releases: TUW-GEO/repurpose
Releases · TUW-GEO/repurpose
v0.13.1
v0.13
- PynetCF time series type (OrthoMultiTs or IndexedRaggedTs) are now stored in the global timeSeries_format attribute.
- time_coverage_end global attribute added to each time series file, this is updated when appending data to an existing file.
- Some utility function were added that are often required in our conversion packages
Full Changelog: v0.12...v0.13
v0.12
- Updates to repurpose (img2ts) for performant conversion (for non-orthogonal
- img2ts logging was
- The method for parallelization was updated to allow different
- A check was implemented to repeatedly try to append to a (temporarily) unavailable
- Input grid for img2ts is now used from the input dataset if not specified by the user. This allows e.g. conversion of swath data.
Full Changelog: v0.11...v0.12
v0.11
v0.10
Ts2Img module was rebuilt. Allows conversion of time series with NN lookup.
Added example notebook for converting ASCAT time series into regularly gridded images.
Added a simple parallelization framework, with logging and error handling.
Added the option to pass custom pre- and post-processing functions to ts2img.