Quick start
Steps to get FootNet running locally or on a server:
- Clone the repository
- Install dependencies
- Download sample meteorology data
- Try example jupyter notebooks:
$ git clone https://github.com/nd349/FootNet.git
$ cd FootNet
The repository should have the following structure:
FootNet/
├── footnet/
│ ├── ColumnFootNet.py
│ ├── SurfaceFootNet.py
│ ├── getColumnMeteorology.py
│ ├── getSurfaceMeteorology.py
│ ├── ExampleColumnFootNet.ipynb
│ ├── ExampleSurfaceFootNet.ipynb
│ ├── unetpp_model.py
│ └── get_HRRR_met_lite_files.py
├── models/
│ ├── ColumnFootNet_in_sample.pth
│ └── SurfaceFootNet_in_sample.pth
├── training/
│ ├── SurfaceFootNet_multinode_training.py
│ ├── ColumnFootNet_multinode_training.py
│ ├── unetpp_model.py
│ └── slurm.sh
├── requirements.txt
└── README.md
$ pip install -r requirements.txt
$ wget met_sample_link #coming soon