LinkedEarth / pylipd

Development repository for Python LiPD utilities
https://pylipd.readthedocs.io/en/latest/
Apache License 2.0
2 stars 0 forks source link

`get_location` functionality #40

Closed alexkjames closed 1 year ago

alexkjames commented 1 year ago

One of the main things I'm interested in when working with lipd objects is the location of records. Currently its possible to get at this info in a somewhat hacky way via the get_timeseries method call, but this returns lots of extraneous info as well. It would be nice to have a specific method (get_location or get_position or something) to pull all the latitude/longitude information from a lipd object into a dataframe alongside the associated dataset name.

khider commented 1 year ago

Will be done in #45

khider commented 1 year ago

Done in c882a5f