OpenEnergyPlatform / data-preprocessing

Repository for data formatting, import of data, data and metadata review, and data curation.
GNU Affero General Public License v3.0
10 stars 7 forks source link

Add a "verified" column to data tables. #50

Closed uvchik closed 2 years ago

uvchik commented 4 years ago

This issue came up because the windpowerlib imported a corrupt data set from the OEP. (see #100)

A column that shows the review state could help such libraries to import data from the OEP. Such libraries could filter non-verified data from the data set to avoid problems.

We could discuss whether we want a True/False solution or a more detailed one and how we would like to name such a column.