Author Topic: Recovered: 'Python library for (new) CRD format'  (Read 5430 times)

June 14, 2019, 02:12:03 PM

Matt Wilkinson

  • Administrator
  • Newbie
  • *****
  • Posts: 47
    • View Profile
Recovered: 'Python library for (new) CRD format'
« on: June 14, 2019, 02:12:03 PM »

Today, while writing my own CRD-parsing python3 code, I felt a little bit wheel-reinventing

Since the new CRD/CPF format is going to release at the Canberra meeting, I guess it's time to think about our new CRD2.0 python library?
It should have following functions: verify the CRD2.0 format, extract data, etc.

I found in GitHub the CRD/CPF library from Olli Wilkman:

https://github.com/dronir/SLRdata

Could be a good start.