Releases: howweirdistheweather/weather_app
Releases · howweirdistheweather/weather_app
HWITW 0.9.8
Release 0.9.8 contains mainly:
New functionality
- updates to the webapp to add text to the web page
- new download data feature
- updated helm deployment to support newer version of CDS client API
Known bugs
- The file format from CDS changed and so tiletool can no longer process it as it did previously.
Full Changelog: 0.9.6...0.9.8
HWITW 0.9.6
HWITW 0.9.6 represents the furst functional full run across the entire ERA-5 dataset from 1950 to 2023.
Major changes include:
- split the cronjobs for tiletool and cdstool to run separately
- refactor jobs to work with CDS_END_YEAR env variable
- update README
HWITW 0.9.5
HWITW 0.9.5 is the first fairly functional release as a deployed Helm application, with:
- Application deployed via Helm on Kubernetes using a Docker image
- cdstool.py working to download data from Copernicus
- tiletool.py working to process daily data into combined NetCDF files, and ultimately the wxdb data format
- A working web application deployed on kubernetes
- Assuming an Ingress is deployed in Kubernetes, the application will be available at URIs such as
/static/index.html?lat=58&lon=-134
- Assuming an Ingress is deployed in Kubernetes, the application will be available at URIs such as
HWITW 0.9.4
HWITW 0.9.4 is a pre-release:
- change ownership of files in Docker image
- Update README documentation
HWITW 0.9.3
HWITW 0.9.2 is a bugfix pre-release:
- fixes a bug in indentation in tile processing
- fix SSL verifaction problem with cdsapirc config file
- bump version to 0.9.3
HWITW 0.9.2
HWITW 0.9.2 is a bugfix pre-release:
- fixes a bug in tile processing
- bump python to 3.11.5 in the Docker image
HWITW 0.9.0
HWITW 0.9.0 is the first release supporting kubernetes deployments.
New features
- HWITW webapp deployed as a k8s Deployment
- HWITW cdstool deployed as a k8s CronJob