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 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
Xarray most efficient way to select variable and calculate its mean
I have a datacube of 3Gb opened with xarray that has 3 variables I'm interested in (v, vx, vy). The description is below with the code.
I am interested only in one specific time window spanning betwee...
Nihilum
Votes: 0
Answers: 1
Datacube Xarray sort and select arrays by time
I have a datacube opened with Xarray, which has several variables and a time vector ("mid_date", dimension 18206) in format datetime64.
The variables are 18206 x 334 x 333.
The issue is that...
Nihilum
Votes: 0
Answers: 1