clip an xarray object - getting Type Error #259
Answered
by
snowman2
raybellwaves
asked this question in
Q&A
-
Originally posted at pydata/xarray#4948 Trying to grab data for my home state of Florida from an xarray object but getting a Type Error. Traceback below Thanks for the feedback. Works now. Code updated.
Traceback
|
Beta Was this translation helpful? Give feedback.
Answered by
snowman2
Feb 28, 2021
Replies: 1 comment 2 replies
-
I think that you are missing the rda.rio.clip(gdf.geometry, gdf.crs) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
raybellwaves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that you are missing the
.rio
part. Should be: