python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
xarray interp variable with two dimensional gird into one point
I have a dataset with two-dimension lon/lat and I want to calculate the value of one certain point.
The ncfile can be download from ftp://ftp.awi.de/sea_ice/product/cryosat2_smos/v204/nh/LATEST/ and t...
Yongwu Xiu
Votes: 0
Answers: 1
Xarray select dataarray according to an non-dimension coordinate
I want to select a Dataarray according to a criteria from a non-dimension coordinate. In the example below, I have my coords 'sat' which depend on the coord 'time', which is exactly what I need. When ...
FarAway21
Votes: 0
Answers: 1
Fastest way to slice and download hundreds of NetCDF files from THREDDS/OPeNDap server
I am working with NASA-NEX-GDDP CMIP6 data. I currently have working code that individually opens and slices each file, however it takes days to download one variable for all model outputs and scenari...
Clim Sci
Votes: 0
Answers: 1
Calculate linear trend in each grid cell
I have an xarray dataset of the dimensions time=350, xc=432, yc=432 that contains data on sea ice concentration (variable ice_conc). I want to calculate the linear trend in each grid cell and create a...
Sofie1994
Votes: 0
Answers: 1