Skip to content

Commit

Permalink
changed paths back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
annajungbluth committed May 27, 2024
1 parent d75c511 commit 8a032f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rs_tools/_src/geoprocessing/goes/geoprocessor_goes16.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def preprocess_files(self):

def geoprocess(
resolution: float = None, # defined in meters
read_path: str = "/mnt/disks/data/miniset/goes16/raw",
read_path: str = "./",
save_path: str = "./",
region: str = None,
resample_method: str = "bilinear",
Expand Down
2 changes: 1 addition & 1 deletion rs_tools/_src/geoprocessing/msg/geoprocessor_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def preprocess_files(self):

def geoprocess(
resolution: float = None, # defined in meters
read_path: str = "/mnt/disks/data/miniset/msg/raw",
read_path: str = "./",
save_path: str = "./",
region: str = None,
resample_method: str = "bilinear",
Expand Down

0 comments on commit 8a032f5

Please sign in to comment.