Replies: 1 comment 2 replies
-
I guess your algorithm is a bit more complicated than You might also want to look into |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a geospatial dataset in which the data is reported at irregular (not sure if this is the right word?) lat/lon points. I'm relatively new to geospatial analyses, but I've found
xarray
very helpful in the past when working with gridded datasets. Can anyone point me to some guidance on how to best handle my dataset with irregular sampling points. One thing I'd like to do is take a spatial average (e.g.,ds.mean(['lat','lon']
). The following tutorials appear to give some methods and packages (datashader
,geopandas
) for accomplishing this, but I'm finding this a bit clunky and thinking that maybe there's a better way?Here's a sort of MWE for the dataset I'm dealing with:
Beta Was this translation helpful? Give feedback.
All reactions