index
:
waterspout-radar
master
Predicts probability of waterspout occurring around given location
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-04-05
Fixed missing import os
Aki
2023-04-05
Package can no longer be executed as a command
Aki
2023-04-05
Renamed CLI utility to more obvious waterspout-pull
Aki
2023-04-05
Configuration files now use .ini extension
Aki
2023-04-05
Tweaked suggested way of running web interface
Aki
2023-04-05
Configuration path may now be passed through environment
Aki
2023-04-05
Simplified configuration file
Aki
2023-04-05
Fixed setuptools build
Aki
2023-04-04
Added configuration files for systemd-powered distros
Aki
2023-04-04
Moved predictions page to templates
Aki
2023-04-03
Added low clouds to the web interface
Aki
2023-04-03
Calculate wind speed and add it to predictions
Aki
2023-04-03
Implemented naive web view
Aki
2023-04-03
Add missing tinydb dependency
Aki
2023-04-02
Connected processing all the way to storage
Aki
2023-04-02
Extended intermediate prediciton representation with some criteria
Aki
2023-04-02
Fixed typo sys.argv
Aki
2023-04-02
Exploded naive prototype into modularized package
Aki
2023-04-02
Removed staging location altogether from design and config
Aki
2023-04-02
Implemented simple module to handle radar instance configuration
Aki
2023-03-31
Take wind criterion into account when calculating SWI
Aki
2022-10-08
Switched to use vertical profiles from windy package
Aki
2022-10-07
Implemented naive cli script that dumps SWI based on windy data
Aki