IEAWindTask52 / Extract-lidar-ontology-concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract lidar ontology concepts

This repository is part of the article...

Project Description

Introduction:

An ontology defines a common vocabulary within a specific domain of knowledge, providing a means to share information in the domain, and includes machine-interpretable definitions of fundamental concepts and the relations among them. To tackle the problems related to data digitalization, recently some global initiatives focused on developing standardization tools. A global initiative project, e-WindLidar, focused on the development of wind lidar community based tools and data standards, and published a lidar data form to make them FAIR, i.e., Findable, Accessible, Interoperable, and Reusable. IEA Wind Task 52 (former IEA Wind Task 32) brings together researchers and industry stakeholders to collaborate on the standardization, research and development, and knowledge exchange of wind lidar.

Within the IEA Wind Task 52, an open-source ontology has been developed with the aim of establishing an industry-wide consensus on wind lidar concepts and terminology. This repository provides a demo for accessing the developed ontology along with the source code.

đź”— The IEA Wind Task 52 Wind Lidar Ontology is available here.

Objectives

This repository provides access to an open-source lidar ontology which has been developed with the aim of establishing an industry-wide consensus on wind lidar concepts and terminology. The repository contains guidance and a working example on how to use the ontology and extract information from it.

Goals

  1. Agree upon common terminology and definitions for different wind energy applications, namely Ontology. This helps in avoiding ambiguity while promoting consistency and standardisation of lidar-related knowledge, models and methodologies.
  2. Describe and define different modules and their interaction related to lidar technology.
  3. Develop tools to transfer knowledge, data and metadata between different users. This fosters collaborations and information exchange.
  4. Simplify data inter-operability and accessibility.
  5. Simplifying the process of creating input files for lidar simulations, the integration of new numerical models, etc.
  6. Provide a demo application case related to wind energy

Scope

The Ontology includes the lidar module design according to the OpenLidar Architecture, atmospheric parameters, data configuration, measurement principles, etc. The scope is limited to wind energy applications and to lidar technology.

For whom

The Ontology is meant as:

  • A dictionary for new entrants to wind energy. A new entrant can get detailed information about different lidar components and how they relate to each other.
  • A variable-definition reference for datasets for the OEMs delivering data to clients.
  • An input for lidar and wind modelling simulations.

Related projects and concepts:

  • FAIR Data
  • Open Science Handbook
  • eWind Lidar
  • Ontology: "Formal machine-readable specification of a conceptual model in which concepts, properties, relationships, functions, constraints and axioms are all explicitly defined" [1]

Methodology:

The methodology followed is based on the tools developed by Fair Data Collective. More information about the tools used to create, mantain and deploy the lidar ontology can be found in [2][3][4]

  • GoogleSheets: An excel sheet is used as input for the ontology. This format allows easy implementation and maintenance of the ontology.
  • sheet2rdf: The data contained in the Google Sheet is transformed into a Resource Description Framework (RDF) format by using sheet2rdf. RDF allows to digitise and handle knowledge organisation systems in a machine-readable format.
  • ontostack: a DTU Wind and Energy Systems instance of ontostack is used to serve the lidar ontology.

Demo:

Outlook

  • Link to existing wind-related ontologies or digital data standards
  • Updating and maintenance will be carried out at least once per year. In addition, the authors will address possible external contributions and add/edit the ontology accordingly if necessary.

Important Links and references

[1] Patricia Harpring – Introduction to Controlled Vocabularies - ISBN-978-1-60606-026-1
[2] https://github.com/DTUWindEnergy/NEAT-taxonomy
[3] https://github.com/nikokaoja/sheet2rdf
[4] https://github.com/IEA-Wind-Task-32/wind-lidar-ontology

Contributions

The Lidar Ontology will continue to incorporate new ideas/concepts and keep them up to date to be a practical tool for lidar community. Any suggestion or comment, particularly from lidar researchers, developers, manufacturer, users, etc. are very welcome! If you wish to:

License

This work is licensed under Creative Commons Zero v1.0 Universal

License: CC0-1.0

Citing and Contact

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Jupyter Notebook 87.3%Language:Python 12.7%