Skip to content

carseys/drought-predicting

Repository files navigation

drought-predicting

Background, Motivation, Resources, Sources

Use

  • Verify you have the packages listed in requirements.txt
  • For importing raw data to python, use data_import.py. Example code for use:
from data_import import *

data_importing = OregonProcess()
data_dict = data_importing.oregon_data_runner()
  • For importing processed data to python, also use data_import.py. Example code for use:
from data_import import *

oregon_data_dict = oregon_import()
  • For functions preparing data for modeling (e.g. train-test split, group shuffle-split, etc.) see modeling_prep.py.

  • For more details see detailed_docs.md. Equivalently, the information is available in the wiki!

About

Predicting weekly drought score values using LSTM (time series analysis) of daily soil & weather data.

Topics

Resources

License

Stars

Watchers

Forks