Skip to content

Commit

Permalink
fixed error handling and overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
annajungbluth committed Sep 21, 2024
1 parent 103d7ee commit e1de7e2
Show file tree
Hide file tree
Showing 4 changed files with 1,216 additions and 13 deletions.
2 changes: 2 additions & 0 deletions config/example/geoprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ read_path: /mnt/disks
# PATH FOR SAVING GEOPROCESSED DATA
save_path: /mnt/disks

split: 0 # TODO: remove before merging

defaults:
- _self_
6 changes: 3 additions & 3 deletions config/example/satellite/goes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ download:

geoprocess:
_target_: rs_tools._src.geoprocessing.goes.geoprocessor_goes16.geoprocess
read_path: ${read_path}/goes16/raw
save_path: ${save_path}/goes16/geoprocessed
resolution: null
read_path: ${read_path}/goes-data/2020/split_${split}
save_path: ${save_path}/goes-geoprocessed/goes
resolution: 3000.40
region: null
resample_method: bilinear

Expand Down
Loading

0 comments on commit e1de7e2

Please sign in to comment.