Skip to content

Commit

Permalink
Update stac_to_cloud.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneKras committed May 22, 2024
1 parent 02e765c commit 9214026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STAC/data/scripts/stac_to_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
GCS_PROJECT = "DGDS - I1000482-002"
BUCKET_NAME = "dgds-data-public"
BUCKET_PROJ = "gca"
STAC_NAME = "gca-stac2"
STAC_NAME = "gca-stac"
IN_DIRNAME = "current"

# hard-coded input params at project level
coclico_data_dir = pathlib.Path(p_drive, "11205479-coclico", "FASTTRACK_DATA")
coclico_data_dir = pathlib.Path(p_drive, "11207608-coclico", "FASTTRACK_DATA")

# upload dir to gcs from local drive
source_dir_fp = str(pathlib.Path(__file__).parent.parent.joinpath(IN_DIRNAME))
Expand Down

0 comments on commit 9214026

Please sign in to comment.