Skip to content

Commit

Permalink
reran geoprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
annajungbluth committed May 27, 2024
1 parent 8a032f5 commit bad8ee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/miniset/satellite/goes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ download:

geoprocess:
_target_: rs_tools._src.geoprocessing.goes.geoprocessor_goes16.geoprocess
read_path: ${read_path}/goes16/raw
save_path: ${save_path}/goes16/geoprocessed
read_path: /mnt/disks/data/miniset/goes16/raw
save_path: /mnt/disks/data/miniset-full-disk/goes16/geoprocessed
resolution: null
# region: "-45 0 -20 40"
region: null # "-45 0 -20 40"
resample_method: null

patch:
Expand Down
6 changes: 3 additions & 3 deletions config/miniset/satellite/msg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ download:

geoprocess:
_target_: rs_tools._src.geoprocessing.msg.geoprocessor_msg.geoprocess
read_path: ${read_path}/msg/raw
save_path: ${save_path}/msg/geoprocessed
read_path: /mnt/disks/data/miniset/msg/raw
save_path: /mnt/disks/data/miniset-full-disk/msg/geoprocessed
resolution: null
# region: "-45 0 -20 40"
region: null # "-45 0 -20 40"
resample_method: null

patch:
Expand Down

0 comments on commit bad8ee1

Please sign in to comment.