You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This idea comes from a desire to remove pain points when plotting point data with earthkit-maps. At present, one has to manually extract geospatial point information from point data (normally using pandas), even when the geospatial information about each point is clearly labelled using well-understood labels (e.g. "lat" and "lon").
Describe the solution you'd like
Starting with CSV, we should implement the to_points() method, which will look for common column titles (e.g. "lat", "latitude", "lon", "longitude" etc.) and return the points list, if found.
Describe alternatives you've considered
No response
Additional context
No response
Organisation
ECMWF
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This idea comes from a desire to remove pain points when plotting point data with earthkit-maps. At present, one has to manually extract geospatial point information from point data (normally using pandas), even when the geospatial information about each point is clearly labelled using well-understood labels (e.g. "lat" and "lon").
Describe the solution you'd like
Starting with CSV, we should implement the
to_points()
method, which will look for common column titles (e.g. "lat", "latitude", "lon", "longitude" etc.) and return the points list, if found.Describe alternatives you've considered
No response
Additional context
No response
Organisation
ECMWF
The text was updated successfully, but these errors were encountered: