From 98df8ef3bcfa7cc31ee209f0ee1dac2d3b60100c Mon Sep 17 00:00:00 2001 From: Dan Scales Date: Tue, 5 Nov 2024 10:43:07 -0800 Subject: [PATCH] Re-enable export_to_gee for integrated alerts "default" cog We will try out Justin's change to directly export the default.tif to GEE. The GEE permissions will still have to be updated by hand. --- src/Dockerfile | 2 +- src/datapump/sync/sync.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Dockerfile b/src/Dockerfile index f31239c..2851546 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -15,7 +15,7 @@ RUN pip install . -t python # to change the hash of the file and get TF to realize it needs to be # redeployed. Ticket for a better solution: # https://gfw.atlassian.net/browse/GTC-1250 -# change 10 +# change 11 RUN yum install -y zip geos-devel diff --git a/src/datapump/sync/sync.py b/src/datapump/sync/sync.py index eebd89c..057a773 100644 --- a/src/datapump/sync/sync.py +++ b/src/datapump/sync/sync.py @@ -256,8 +256,7 @@ def build_jobs(self, config: DatapumpConfig) -> List[Job]: resampling="mode", implementation="default", blocksize=1024, - # Disable export to GEE until COG metadata is reduced to < 10Mbytes - export_to_gee=False, + export_to_gee=True, ), # Created from the "intensity" asset CogAssetParameters(