Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 authored Nov 25, 2024
2 parents b55f67a + 98df8ef commit c747ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/datapump/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,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(
Expand Down

0 comments on commit c747ede

Please sign in to comment.