Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 333 Bytes

GeoHack23-WildfirePerimeter

Automated calculation of fire perimeter from raster imagery.

Installation

git clone https://github.com/dotysan/GeoHack23-WildfirePerimeter.git
cd GeoHack23-WildfirePerimeter
conda env create -f environment.yml
conda activate wildfire

Update

conda env update -f environment.yml