LinkedEarth / pylipd

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

Create a `get_timeseries_essentials` functions that will grab essentials properties and return into a dataframe #45

Closed khider closed 1 year ago

khider commented 1 year ago

The get_timeseries function grabs all the unique properties found at the variable level along with archive type and publications which may make the table too big (400+ columns).

We already have a get_biblio function for publication, we should create an essentials functions that grab what most people will want and what GeoSeries requires in Pyleoclim:

Should be accessing both paleo and chron and reuse Lipd terms for the columns

khider commented 1 year ago

Done in c882a5f