-
Hello, I have point data of form
(I generated These are all indexed by one common index parameter, and when I load that in Best |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@SciTools/peloton On the |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. I'm not sure however where to add this,
When I load the file, I get these cubes: [<iris 'Cube' of index of variable names at var_name / (unknown) (-- : 502)>,
<iris 'Cube' of index of matching header data / (unknown) (-- : 502)>,
<iris 'Cube' of pressure level (hPa) or accumulation interval (sec) / (unknown) (-- : 502)>,
<iris 'Cube' of valid time / (unknown) (-- : 1; -- : 16)>,
<iris 'Cube' of index of quality flag / (unknown) (-- : 502)>,
<iris 'Cube' of longitude / (degrees) (-- : 502)>,
<iris 'Cube' of index of message type / (unknown) (-- : 502)>,
<iris 'Cube' of variable names / (unknown) (-- : 1; -- : 40)>,
<iris 'Cube' of station identification / (unknown) (-- : 502; -- : 40)>,
<iris 'Cube' of index of station identification / (unknown) (-- : 502)>,
<iris 'Cube' of observation value / (unknown) (-- : 502)>,
<iris 'Cube' of height in meters above sea level or ground level (msl or agl) / (unknown) (-- : 502)>,
<iris 'Cube' of message type / (unknown) (-- : 1; -- : 40)>,
<iris 'Cube' of latitude / (degrees) (-- : 502)>,
<iris 'Cube' of quality flag / (unknown) (-- : 1; -- : 16)>,
<iris 'Cube' of index of valid time / (unknown) (-- : 502)>,
<iris 'Cube' of elevation / (unknown) (-- : 502)>] As you see, there are 502 observations. |
Beta Was this translation helpful? Give feedback.
@SciTools/peloton On the
obs_value
variable add an attributeobs_value:coordinates='latitude longitude'
, and this might fix it for you! If it doesn't fix it, anncdump -h
would give us a bit more insight.