Skip to content

Releases: TUW-GEO/repurpose

v0.11

04 May 19:34
Compare
Choose a tag to compare
  • Parallel img2ts in #21
  • Fix logging issue in #22
  • Update img2ts.py in #23
  • Add postprocess option to ts2img in #24
  • Joblib for parallelisation in #25
  • Fix warnings in #26

Full Changelog: v0.10...v0.11

v0.10

14 Dec 13:10
da44497
Compare
Choose a tag to compare

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.

v0.9

07 Feb 11:48
14eddc0
Compare
Choose a tag to compare

Update for new pyscaffold
Fixed bug where resampling failed when a BasicGrid was passed instead of a CellGrid

v0.8

21 Sep 12:36
eef5add
Compare
Choose a tag to compare
  • Update pyscaffold package structure (pyscaffold 3)
  • Drop py2 support
  • Add pypi deployment to travis.

v0.7.1

12 Nov 16:35
1d6b556
Compare
Choose a tag to compare
  • Fix bug in readme that prevents upload to pypi

v0.7

07 Nov 14:56
1b56dc1
Compare
Choose a tag to compare
  • Add spatial resampling module (previously in pytesmo)

v0.5

26 Mar 13:17
Compare
Choose a tag to compare
  • Update readme
  • Update pyscaffold version in setup.py because of compatibility issues with setuptools 39

v0.4

30 Jun 09:05
Compare
Choose a tag to compare
  • Enable compression by default

v0.3

23 Jun 13:10
Compare
Choose a tag to compare
  • Enable image to timeseries conversion if missing images are encountered.

v0.2

01 Sep 16:23
Compare
Choose a tag to compare
  • Support for image to time series conversion
  • Improved test coverage