Skip to content

Predicting the SWE value for multiple SNOTEL locations in Western US using the Attentnion Models

Notifications You must be signed in to change notification settings

Krishuthapa/SWE-Attention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention-based Models for Snow-Water Equivalent Prediction

Krishu K Thapa1, Bhupinderjeet Singh1, Supriya Savalkar1, Alan Fern2, Kirti Rajagopalan1, Ananth Kalyanaraman1

1 Washington State University, Pullman, WA. 2 Oregon State University, Corvallis, OR.

Predicting the SWE value for multiple SNOTEL locations in the Western US using the Attention Models

Model Folder

  • Spatial_Attention.py - This file has the code for the spatial attention implementation along with training and testing. The data is loaded from the SDL.py file inside the DataLoader folder.

  • Temporal_Attention.py - This file has the code for the temporal attention implementation along with training and testing. The data is loaded from the TDL.py file inside the DataLoader folder.

DataLoader

  • Data: This has all the data we have used in our model implementation for the SNOTEL locations.
  • SDL.py: This is the data loader file for the spatial model. It returns the training and testing data for the Spatial Attention model.
  • TDL.py: This is the data loader file for the temporal model. It returns the training and testing data for the Temporal Attention model.
  • feature_prep.py: This file processes all the raw data and generates the processed csv files of data which are used by the data loaders for spatial and attention model.

About

Predicting the SWE value for multiple SNOTEL locations in Western US using the Attentnion Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages