Skip to content

Latest commit

 

History

History
232 lines (154 loc) · 5.39 KB

CHANGELOG.rst

File metadata and controls

232 lines (154 loc) · 5.39 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased changes

Version 0.7.0 - 2021-11-02

Changed

  • call to raddo actually starts with defaults instead of showing help

Added

Removed

Version 0.6.0 - 2021-04-30

Changed

  • fix sorting of flags and rename variables for clarity;
  • default start date now 14 days in the past
  • add flag to customize output NetCDF file name
  • modify default name
  • adjust missing dates attribute
  • add missing dates attribute to NetCDF file; code clean up
  • fix path issues if relative path is given (-d) - fix sorting base path
  • fix flow of interaction for netcdf creation and geotiff creation
  • clean exit if dir is not created
  • doc & README update

Added

  • Dockerfile: raddo now available as docker image: docker pull tramsauer/raddo
  • Travis integration

Removed

  • Crontab section from README -> not relevant.

Version 0.5.1 - 2020-09-25

Changed

  • fix time issues
  • fix processing if folder available but empty
  • fix stdout
  • adjust stdout, use sys.stdout instead of print func
  • fix rad dir path issue.
  • fix data format issue - now correct values in netcdf!
  • change print to sys stdout function
  • change return filelist of available data in radolan_down
  • check folder (rad_dir) existance and create if missing

Added

  • add filling of missing dates in netCDF file creation
  • add time correction option, add timestamps on class level

Removed

Version 0.5.0 - 2020-09-18

Changed

  • fix data format issue - now correct values in netcdf!
  • change: return filelist of available data in radolan_down
  • check folder (rad_dir) existance and create if missing

Added

  • add time adjustment in netcdf

Removed

Version 0.4.1 - 2020-07-22

Changed

  • README update

Added

Removed

Version 0.4.0 - 2020-07-22

Changed

  • changed from using xarray/rasterio to netCDF4 package to fix memory leak

Added

Removed

Version 0.3.2 - 2020-07-20

Changed

  • fixed installation requirements in setup.cfg

Added

Removed

Version 0.3.1 - 2020-07-17

Changed

  • update README to reflect changes

Added

Removed

Version 0.3.0 - 2020-07-17

Changed

  • allow one day time spans
  • adjustments to lower memory usage
  • adjust stdout

Added

  • masking with shapefiles

Removed

Version 0.2.1 - 2020-07-15

Changed

  • use a temporary directory if GeoTiffs not wanted

Added

  • add yes-flag, to omit user feedback on actions
  • check count of to be created GeoTiffs

Removed

Version 0.2.0 - 2020-07-15

Changed

  • change raddo to class object
  • cli default values changed

Added

  • tests

Removed

Version 0.1.1 - 2020-07-01

Changed

  • naming of default variables
  • pep-8

Added

Removed

Version 0.1.0 - 2020-07-10

  • Initial release version.

The format is based onKeep a Changelogand this project adheres toSemantic Versioning.