Skip to content

Commit

Permalink
Add paths to final output of vegetation layers
Browse files Browse the repository at this point in the history
  • Loading branch information
plant99 committed Jul 23, 2020
1 parent a3a7a32 commit 1318add
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions felicette/utils/file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ def file_paths_wrt_id(id):
"output_path_jpeg": os.path.join(
home_path_id, "%s-color-processed.jpeg" % (id)
),
"vegetation_path": os.path.join(home_path_id, "%s-vegetation.tiff" % (id)),
"vegetation_path_jpeg": os.path.join(
home_path_id, "%s-vegetation.jpeg" % (id)
),
}

0 comments on commit 1318add

Please sign in to comment.