Skip to content

Commit

Permalink
added code to run python
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jun 10, 2023
1 parent eb78519 commit 3bc2480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@ bash setup.sh
cd ..
echo "---------- Finished Setting up Veneto Raster ----------"

# generate truth data using rasterstats
pip install pipenv
pipenv install fiona rasterio rasterstats
pipenv run python3 create_expected_truth_data.py

# go back to root
cd ..

0 comments on commit 3bc2480

Please sign in to comment.