Skip to content

Commit

Permalink
Tier 1 RF Updates for Temperate Forests
Browse files Browse the repository at this point in the history
updated constants_and_names.py:
- removal_forest_type_dir changed to updated s3 directory with the date 20230815 (accidentally missed during previous commit)
  • Loading branch information
melrose-wri committed Oct 25, 2023
1 parent b7277db commit a392f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants_and_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@

# Forest type used in removals model
pattern_removal_forest_type = 'removal_forest_type'
removal_forest_type_dir = os.path.join(s3_base_dir, 'removal_forest_type/standard/20230315/')
removal_forest_type_dir = os.path.join(s3_base_dir, 'removal_forest_type/standard/20230815/')

# Removal model forest type codes
mangrove_rank = 6
Expand Down

0 comments on commit a392f43

Please sign in to comment.