Transforming Power Grids from OpenStreetMaps to CIM with the help of linkml
Work in Progress This text documents the work to transform power grid infrastructure data from OpenStreetMaps to the Common Information Model (CIM) using linkml. Source Data: The source data is available on zenodo. It is documented in this paper and comes in the data format from Pypsa, a power system modeling tool. The Common Information Model - CIM is a data model for all kind of data relevant to the electricity grid. linkml is a python package to create and work with data models. An existing project from Netbeheer Nederland has already created a linkml schema for CIM. Only a small subpart of the CIM is needed for the given task, hence gen-linkml-profile will be used to create a CIM profile with the relevant classes. Steps to reproduce Create a python environment and install the gen-linkml-profile library. ...