Skip to content

Commit

Permalink
Update tile count for RADD in Asia
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jul 16, 2024
1 parent 0d606de commit 8cc00e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datapump/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class RADDAlertsSync(DeforestationAlertsSync):
source_bucket = "gfw_gee_export"
source_prefix = "wur_radd_alerts/"
input_calc = "(A >= 20000) * (A < 40000) * A"
number_of_tiles = [190, 191] # Africa:54, Asia:52, CA: 16, SA:68
number_of_tiles = [208, 209] # Africa:54, Asia:70, CA: 16, SA:68
grid = "10/100000"
max_zoom = 14

Expand Down

0 comments on commit 8cc00e2

Please sign in to comment.