Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for dtype of station data #8

Open
miniufo opened this issue Apr 29, 2020 · 2 comments
Open

add support for dtype of station data #8

miniufo opened this issue Apr 29, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@miniufo
Copy link
Owner

miniufo commented Apr 29, 2020

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 miniufo added enhancement New feature or request question Further information is requested labels Apr 29, 2020
@miniufo miniufo self-assigned this Apr 29, 2020
@hechentao
Copy link

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

@miniufo
Copy link
Owner Author

miniufo commented Mar 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants