serpentine-h2020 / serpentine

Python tools and software developed by the SERPENTINE project for data downloading and performing of analysis and visualisation
https://serpentine-h2020.eu/tools/
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Add example for loading new STEP data product to data_loader.ipynb #30

Closed jgieseler closed 7 months ago

jgieseler commented 1 year ago

With https://github.com/jgieseler/solo-epd-loader/releases/tag/v0.2.0, solo-epd-loader supports the new STEP data product. It has slightly different column names in the Dataframe, and in addition two new options while loading.

  1. Update hub server to latest version of solo-epd-loader
  2. Add example for loading new STEP data product to data_loader.ipynb
jgieseler commented 1 year ago

With the latest solo-epd-loader version, the column names of the old STEP data has been aligned with the new data, so they need to be updated. But in the end, there is only one syntax for old and new STEP data, so only one example needed.