Skip to content

Open source project to bring data and ml to avalanche forecasting

License

Notifications You must be signed in to change notification settings

yaonuma/OpenAvalancheProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAvalancheProject

Open source project to bring data and ml to avalanche forecasting

Homepage is https://openavalancheproject.org

Note: The project is in the middle of a major refactor to resolve a few issues. You can view the branches tab and look at the active branches for progress. The goals of the refactor are:

  1. Move to the US GFS model as the basis for the weather forecats
  2. Improve the data processing such that it will scale to worldwide predictions
  3. Adopt an improved set of tooling for gis and data maniuplation better suited to the pydata ecosystem (see pangeo as the basis https://pangeo.io/)

Directories are organized as follows:

  • Data--Contains a zip file containing three CSVs CleanedForecastsNWAC.csv: is only the NWAC cleaned forecast data used for training finalSeriesForTrainingWithLatLon.csv is the primary training file containing both input data and trainign classes for the V1 model. finalSeriesForPrediction.csv is a helper data set to evaluate a trained function against a full concurrent month of data. If you use this you need to ensure you don't train your model with data from Dec 2016.
  • ML--Contains a Jupyter notbook which was used to train the models
  • WebApp is the bulk of the operational code
    • Functions are the Azure functions implemented as a .Net class used to drive data collection from the various data sources: NAM model from NOAA, Snotel Data and SnoDas data.
    • NAMGribParse.Utility is a utility helper function in case you need to parse GRIB files locally; this will likely be removed in the near future.
    • OpenAvalancheProject.Pipeline.DataFactory is a set of powershell scripts and json configuration files used to configure and deploy an Azure Data Factory V2 which is the main processing pipeline used to clean and join the data in to the correct format for prediction.
    • OpenAvalancheProject.Pipeline.Tests as test primarily for the Azure functions.
    • OpenAvalancheProject.Pipeline.USql contains the U-SQL code which makes up the pipeline.
    • OpenAvalancheProject.Pipeline.Usql.Udos is a .Net class library where we encapsulate the UDOs referenced by the U-SQL functions
    • OpenAvalancheProjectWebApp Contains the code for the website
    • OpenAvalancheProjectWebApp.Tests Tests for the website (unfortunately empty at the moment)
  • Financials -Contains the bills and any financial information related to the site operations and expendetures towards the sites or any income from donations or other sources

About

Open source project to bring data and ml to avalanche forecasting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 53.7%
  • C# 36.7%
  • HTML 7.6%
  • JavaScript 1.6%
  • PowerShell 0.3%
  • CSS 0.1%