avalanche-report icon indicating copy to clipboard operation
avalanche-report copied to clipboard

A simple self-hosted web server for creating and managing an avalanche forecast for a region, along with accepting public observations.

Results 50 avalanche-report issues
Sort by recently updated
recently updated
newest added

Currently the hazard maps are generated by @PSAvalancheConsulting in a semi-manual step involving R. Ideally we could generate these automatically from the forecast in question. This would also allow us...

enhancement
refactor

We are currently using Likelihood as it is defined in the [ADAM](https://arc.lib.montana.edu/snow-science/objects/ISSW16_O20.03.pdf) paper and [CMAH](http://www.avalancheresearch.ca/wp-content/uploads/2017/11/2018_StathamOthers.pdf): > Likelihood of avalanche(s) is the chance of an avalanche releasing within a specific location...

forecasting

Editing the page templates should probably not be encouraged at least at an early stage because it requires backwards compatibility for the data going into them, and the process for...

enhancement

Create a general site layout including menu, multiple pages, about page, etc. While the current format is perfectly functional, there has been some feedback that the website looks "half finished",...

enhancement

With there being a chance we will produce a Svaneti forecast this season, it seems prudent to get ahead and build support for multiple forecast regions on the website. This...

We have some potential new contributors for the project. It is important to have functional CI. The github actions should be working again, and include cargo clippy, cargo fmt and...

Soon I would like to start sharing this software with the wider community. In order to communicate the purpose of the project, and provide documentation for how to use and...

documentation

If users want to customize templates using #33 they will need to understand the shape of the data being provided to the templates, and ideally they should not need to...

documentation

> One small request, could you maybe change the title 'weather forecast' to 'weather forecast sites'? It looks a little strange having a 'weather' section directly followed by 'weather forecast'...

enhancement

If we start getting some other users of the service, it would be nice to provide some binary releases. Perhaps we can use https://github.com/axodotdev/cargo-dist to help make the process easier