We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I would like to know the vertical coordiantes of a given space and I want the output as an Array (for plotting).
The simplest way I found is
Array(Fields.field2array(Spaces.coordinate_data(space).z))[:, 1]
This is much more complicated than it should be (and it uses parent).
parent