miniufo / xgrads

Parse and read ctl and associated binary file commonly used by GrADS into xarray
https://xgrads.readthedocs.io/
MIT License
70 stars 27 forks source link

add support for dtype of station data #8

Open miniufo opened 4 years ago

miniufo commented 4 years ago

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?

hechentao commented 5 months ago

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

miniufo commented 5 months ago

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.