Networks and Engineering Standing Committee Forum

Questions to the NESC Forum => Data and Software Questions => Topic started by: Matt Wilkinson on June 14, 2019, 02:12:03 PM

Title: Recovered: 'Python library for (new) CRD format'
Post by: Matt Wilkinson 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 (https://github.com/dronir/SLRdata)

Could be a good start.