Skip to content

Commit

Permalink
Update DIST alerts use v1.11 TCL as filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jterry64 authored Dec 13, 2024
1 parent 343bffb commit 535008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# NOTE: For non-local deployment, need to update dataset/version here until the terraform
# JSON decode issue preventing setting this env variable is resolved.
dist_alerts_forest_filters = {
"tree_cover_loss": {"dataset": "umd_tree_cover_loss", "version": "v1.10.1"},
"tree_cover_loss": {"dataset": "umd_tree_cover_loss", "version": "v1.11"},
"tree_cover_height": {"dataset": "umd_tree_cover_height_2020", "version": "v2022"},
"tree_cover_density": {"dataset": "umd_tree_cover_density_2010", "version": "v1.6"},
}
Expand Down

0 comments on commit 535008d

Please sign in to comment.