- Add Jabbeke.
- Add basic nowcast product, task and script
- Improve image script product selection
- Remove groundfile code, add grounddata from database code
- Improved the atomic report code
- Many improvements to atomic scripts for raster store management
- Fixed independent volume fetching when one of the providers fails.
- Speedup sync_radar_to_ftp by caching remote listings.
- Add sync_radar_to_ftp script to fill holes from ftp outages.
- Add ftp to default arguments for publishing.
- Change max_age for fetching files to one day.
- Fix products being published for product 'a' timeframe 'h'
- Adjust unit and coerce value to float for opendap data.
- Change threddsfile time:unit attribute to time:units
- Add opendap retrieval functionality to ThreddsFile
- Add function to retrieve data from multiple threddsfiles.
- Fix the last SHAPE_DIR references.
- Correct path to osm image and remove from png making.
- Fix bug regarding missing shapedir.
- Major rewrite of configuration system. Most configuration is now moved to this package. Stuff may be broken now, but it enables standalone testing of this library in the future.
- Publish a merged threddsfile as well, where the realtime products are overwritten by near-realtime products, etc. The available variable functions as a flag to indicate what data was written.
- Range is now an optional positional argument.
- Create the animated gif as tempfile, then move to actual target.
- Add animated gif creation.
- Add script for syncing of ftp folders (hirlam, eps)
- Even less crashing of threddsfiles.
- No logging for FtpImporter if nothing fetched.
- Fix crashing when creating new threddsfiles.
- Format logging and show ftp result summary in logfile.
- No longer prepare google gtiff for web viewer.
- Delete existing h5 when creating, even if opening in 'w' mode.
- Add ftp info to config
- Add FtpImporter that imports directly from scanfile sources.
- CSV is now read from zipfile if it exists.
- Organize now moves anything with a csv extension to a zipped csv.
- Separate error handling for creation and publishing.
- Update existing threddsfiles when publishing.
- Moving to much larger threddsfiles of around 10000 grids.
- Re-enable multiprocessing.
- Fix n, h products not being published.
- Do local copying to subfolders per product.
- Improved publishing routine. Will publish in order of importance.
- Created FtpPublisher that takes care of using folders on ftp.
- Tweaks to log messages.
- Fix bug that tried to make d product at 9
- Fix bug in get method of ConsistentProduct.
- Set threshold for rain to 0.008 (that is 0.1 / 12)
- Add master script.
- Initial project structure created with nensskel 1.30.dev0.
- Add code from nens/radar project.