LinkedEarth / NOAA_to_LiPD

Create an automated transformation between NOAA data and LiPD data representation
Apache License 2.0
1 stars 1 forks source link

Lift paleodata and chrondata information #1

Open khider opened 3 years ago

khider commented 3 years ago

We need to be able to lift the data values from the NOAA template.

Example of the task is shown here: https://github.com/LinkedEarth/NOAA_to_LiPD/blob/main/GetMetadata.ipynb

TODO Able to differentiate between a paleodata and chrondata. On NOAA's most recent templates, under chronology and data tabs: https://www.ncei.noaa.gov/pub/data/paleo/contributions_by_author/khider2011/khider2011.txt

Myunghee13 commented 3 years ago

https://github.com/LinkedEarth/NOAA_to_LiPD/blob/main/GetMetadata.ipynb updated: differentiate types of table: chronological and paleo information

https://github.com/LinkedEarth/NOAA_to_LiPD/blob/main/NOAAtoLiPD.ipynb updated based on GetMetadata.ipynb

Myunghee13 commented 3 years ago

Function getTable(text file url) in NOAAtoLiPD.ipynb extracts all paleo tables and chron tables in the text file. e.g. paleo_tables, chron_tables, columns_info = getTable(url) but current coding to get lpd file doesn't include processing chron tables yet.