xgrads icon indicating copy to clipboard operation
xgrads copied to clipboard

add support for dtype of station data

Open miniufo opened this issue 6 years ago • 2 comments

GrADS support a type of station data. Not so sure if someone need to read in the station data. Since there is no objective analysis method like oacres, plotting the (randomly distributed) station data is not straightforward. Besides, this is a less frequently used case than regular gridded data.

Do we need to add support to read in this type of data?

miniufo avatar Apr 29 '20 15:04 miniufo

Reading station data is not supported now? I think this function is very important!

hechentao avatar Mar 31 '24 15:03 hechentao

Not yet. Just feel that the station data format is uncommon in recent years. It is actually a list of (lon, lat, data), so it can be represented quite well by pandas.DataFrame.

miniufo avatar Mar 31 '24 15:03 miniufo