-
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.
feature preproces: Update crop functionality to use geolocation funct…
…ion for lat/lon crop windows
- Loading branch information
1 parent
8ab67f8
commit 6d1c5f3
Showing
3 changed files
with
31 additions
and
54 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,14 +1,15 @@ | ||
[CropFiles] | ||
[CropRotateNetCDF] | ||
# 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 | ||
# Example: _50000x_15000y | ||
output_dir = "ims_netcdf_1km_cropped_1_000km_window | ||
output_dir = "ims_netcdf_1km_cropped_1_000km_window" | ||
|
||
# Final shape will be (window_size*2, window_size*2) | ||
window_size = 1000 #km | ||
|
||
# Expect str format in x,y coordinates if provided. Example: "1000, 2000" | ||
# Defaults to center of current grid system if "None" | ||
center_coordinates = "-1078660.2392965402, 1285497.2153701815" | ||
# Longitude, latitude coordinates IN DEGREES for center of cropped window. | ||
# Defaults to center of current grid system if either is "None" | ||
center_latitude = 74.0 | ||
center_longitude = -140.0 |
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
Large diffs are not rendered by default.
Oops, something went wrong.