Skip to content

Commit

Permalink
reorganized notebooks and tested memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
annajungbluth committed May 26, 2024
1 parent 4a6dc76 commit f22a422
Show file tree
Hide file tree
Showing 13 changed files with 316 additions and 18,451 deletions.
Empty file removed config/main.yaml
Empty file.
2 changes: 1 addition & 1 deletion config/miniset/geoprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
read_path: /mnt/disks/data/miniset/

# PATH FOR SAVING GEOPROCESSED DATA
save_path: /mnt/disks/data/miniset/
save_path: /mnt/disks/data/miniset-full-disk/

defaults:
- _self_
4 changes: 1 addition & 3 deletions config/miniset/satellite/goes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ geoprocess:
read_path: ${read_path}/goes16/raw
save_path: ${save_path}/goes16/geoprocessed
resolution: null
region: "-45 0 -20 40"
# region: "-45 0 -20 40"
resample_method: null

# preprocess:

patch:
_target_: rs_tools._src.preprocessing.prepatcher.prepatch
read_path: ${read_path}/goes16/geoprocessed
Expand Down
4 changes: 1 addition & 3 deletions config/miniset/satellite/msg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ geoprocess:
read_path: ${read_path}/msg/raw
save_path: ${save_path}/msg/geoprocessed
resolution: null
region: "-45 0 -20 40"
# region: "-45 0 -20 40"
resample_method: null

# preprocess:

patch:
_target_: rs_tools._src.preprocessing.prepatcher.prepatch
read_path: ${read_path}/msg/geoprocessed
Expand Down
Loading

0 comments on commit f22a422

Please sign in to comment.