Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating technology data dataset.md #194

Merged
merged 13 commits into from
Oct 9, 2023
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ and the versioning aim to respect [Semantic Versioning](http://semver.org/spec/v
settings
- Fix PV roof slider values
- Add HP share slider from-max values to prevent 100 % HP share
- Updated technology_data dataset.md and metadata

### Removed

Expand Down
98 changes: 92 additions & 6 deletions digipipe/store/raw/dbfz_biomass_heat_capacities/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,95 @@
{
"Quellen": {
"Titel": "Technoökonomische Analyse und Transformationspfade des energetischen Biomassepotentials (TATBIO)",
"Datei": "https://www.ufz.de/export/data/2/231891_technooekonomische-analyse-und-transformationspfade-des-energetischen-biomassepotentials(1).pdf",
"Datum": "08.05.2019",
"Autor": "DBFZ Deutsches Biomasseforschungszentrum gemeinnützige GmbH",
"Seiten": "6 und 54"
"name": "dbfz_biomass_heat_capacities",
"title": "Technoökonomische Analyse und Transformationspfade des energetischen Biomassepotentials (TATBIO)",
"id": "dbfz_biomass_heat_capacities",
"description": "Installierte Leistungen von Biomasse-Konversionstechnologien. Die installierten Leistungen in MW wird im Szenario 80 % Transformationspfad",
"language": [
"de-DE"
],
"subject": [],
"keywords": [
"Biomasse",
"Biomassepotential",
"Analyse",
"Transformationspfade",
"TATBIO"
],
"publicationDate": "2019-05-08",
"context": {
"homepage": "https://abw.rl-institut.de",
"documentation": "https://digiplan.readthedocs.io",
"sourceCode": "https://github.com/rl-institut/digipipe/",
"contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/",
"grantNo": "None",
"fundingAgency": "https://www.region-gestalten.bund.de",
"fundingAgencyLogo": "https://www.region-gestalten.bund.de/Region/SiteGlobals/Frontend/Images/logo.svg",
"publisherLogo": "https://reiner-lemoine-institut.de//wp-content/uploads/2015/09/rlilogo.png"
},
"spatial": {
"location": "Germany",
"extent": "Germany",
"resolution": ""
},
"temporal": {
"referenceDate": "2019-04-30",
"timeseries" : null
},
"sources": [
{
"title": "Technoökonomische Analyse und Transformationspfade des energetischen Biomassepotentials (TATBIO)",
"description": "Installierte Leistungen von Biomasse-Konversionstechnologien. Die installierten Leistungen in MW wird im Szenario 80 % Transformationspfad",
"path": "https://www.ufz.de/export/data/2/231891_technooekonomische-analyse-und-transformationspfade-des-energetischen-biomassepotentials(1).pdf",
"licenses": null
}
],
"contributors": [
{
"title": "aaronschilling",
"email": "[email protected]",
"date": "2023-09-07",
"object": "metadata",
"comment": "create metadata"
}
],
"resources": [
{
"profile": null,
"name": null,
"path": null,
"encoding": null,
"schema": {
"fields": [],
"primaryKey": [],
"foreignKeys": []
},
"dialect": {
"delimiter": "",
"decimalSeparator": "."
}
}
],
"@id": [],
"@context": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/develop/metadata/latest/context.json",
"review": {
"path": "",
"badge": ""
},
"metaMetadata": {
"metadataVersion": "OEP-1.5.2",
"metadataLicense": {
"name": "CC0-1.0",
"title": "Creative Commons Zero v1.0 Universal",
"path": "https://creativecommons.org/publicdomain/zero/1.0/"
}
},
"_comment": {
"metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)",
"dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)",
"units": "Use a space between numbers and units (100 m)",
"languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)",
"licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)",
"review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)",
"null": "If not applicable use: null",
"todo": "If a value is not yet available, use: todo"
}
}
Loading