select a specific time with and create netcdf with xarray #4877
Unanswered
FRANCOIS100
asked this question in
General
Replies: 2 comments 1 reply
-
we don't (yet?) support indexing by a sequence of slices, so if your data is irregular this might be difficult. If it is regular, |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I hereby ask for your help in python. In fact, I have the NetCDF data from IMERG / GPM (Global precipitation measurement) which has 30 min of temporal resolution and I would like to calculate the sum or aggregations event rainfall on particular dates where I know the start and the end of each date on which I want to aggregate.
I have already tried to do this without success with the resample function for each start timestamp to end timestamp and save it in netcdf file.
I have attached my sript and the .csv file which has the start and end date for each aggregation.
Beta Was this translation helpful? Give feedback.
All reactions