Skip to content

Commit

Permalink
Update all-sentinel.py
Browse files Browse the repository at this point in the history
Quick change for Brazil run
  • Loading branch information
MaceGrim authored Dec 21, 2024
1 parent 55a82a8 commit 085f371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embeddings/all-sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
logger = logging.getLogger("clay")
logger.setLevel(logging.DEBUG)

SCENES_LIST = "data/element84-tiles-2023.gz"
SCENES_LIST = "data/element84-tiles-2023-brazil.gz"
EMBEDDINGS_BUCKET = "clay-embeddings-sentinel-2"
GSD = 10
S2_BUCKET = "sentinel-2-cogs"
Expand Down Expand Up @@ -112,7 +112,7 @@ def process_scene(clay, path, batchsize):
time_norm=time_norm,
latlon_norm=latlon_norm,
waves=waves,
gsd=gsd,
gsd=GSD,
batchsize=batchsize,
)
all_bboxs += bboxs
Expand Down

0 comments on commit 085f371

Please sign in to comment.