Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add region selection from file #981

Merged
merged 8 commits into from
Sep 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change name
  • Loading branch information
acordonez committed Sep 12, 2023
commit b613aa5a1f3c4c976ad35add742a94a4012fb72c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import xarray as xr
import xcdat

def mask_region(data,name,coords=None,shp_path=None,column=None):
def extract_by_shp(data,name,coords=None,shp_path=None,column=None):
# Return data masked from coordinate list or shapefile.
# Masks a single region

Expand Down