-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
centering crop preprocess: Updated descriptions in the configuration …
…file and tested process more thoroughly
- Loading branch information
1 parent
eb01bfa
commit 1f7537d
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
[CropFiles] | ||
# Full relative directory is data/input_dir, data/output_dir | ||
input_dir = "ims_1km" | ||
|
||
# Change this output_dir name to reflect the window size and center coordinates selected | ||
output_dir = "ims_netcdf_1km_cropped_4_000_000m_window" | ||
# Example: _50000x_15000y | ||
output_dir = "ims_netcdf_1km_cropped_4_000_000m_window | ||
# Final shape will be (window_size*2, window_size*2) | ||
window_size = 4000 #km | ||
# Expect str format in x,y coordinates if provided. Example: "1000, 2000" | ||
# Defaults to center of current grid system if "None" | ||
center_coordinates = "1000, 1500"#None" | ||
center_coordinates = "None" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters