All notable changes to this project will be documented in this file.
Version 0.7.0 - 2021-11-02
- call to raddo actually starts with defaults instead of showing help
- add possibility to extract RADOLAN for a point giving lat lon (flag -p)
- Documentation (including README) updated and now hosted at readthedocs: https://raddo.readthedocs.io/en/latest/index.html
Version 0.6.0 - 2021-04-30
- 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
- Dockerfile: raddo now available as docker image: docker pull tramsauer/raddo
- Travis integration
- Crontab section from README -> not relevant.
Version 0.5.1 - 2020-09-25
- 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
- add filling of missing dates in netCDF file creation
- add time correction option, add timestamps on class level
Version 0.5.0 - 2020-09-18
- 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
- add time adjustment in netcdf
Version 0.4.1 - 2020-07-22
- README update
Version 0.4.0 - 2020-07-22
- changed from using
xarray
/rasterio
tonetCDF4
package to fix memory leak
Version 0.3.2 - 2020-07-20
- fixed installation requirements in
setup.cfg
Version 0.3.1 - 2020-07-17
- update README to reflect changes
Version 0.3.0 - 2020-07-17
- allow one day time spans
- adjustments to lower memory usage
- adjust stdout
- masking with shapefiles
Version 0.2.1 - 2020-07-15
- use a temporary directory if GeoTiffs not wanted
- add
yes
-flag, to omit user feedback on actions - check count of to be created GeoTiffs
Version 0.2.0 - 2020-07-15
- change
raddo
to class object - cli default values changed
- tests
Version 0.1.1 - 2020-07-01
- naming of default variables
- pep-8
Version 0.1.0 - 2020-07-10
- Initial release version.
The format is based onKeep a Changelogand this project adheres toSemantic Versioning.