Skip to content

Commit

Permalink
correct use of ' token in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
khelfen committed Oct 14, 2024
1 parent 6122eea commit 224aa7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/egon/data/metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def license_dedl(attribution=EGON_ATTRIBUTION):
"path": "https://www.govdata.de/dl-de/by-2-0",
"instruction": (
"Any use will be permitted provided it fulfils the requirements of"
" this 'Data licence Germany – attribution – Version 2.0'. The "
' this "Data licence Germany – attribution – Version 2.0". The '
"data and meta-data provided may, for commercial and "
"non-commercial use, in particular be copied, printed, presented, "
"altered, processed and transmitted to third parties; be merged "
Expand All @@ -245,8 +245,8 @@ def license_dedl(attribution=EGON_ATTRIBUTION):
"external business processes, products and applications in public "
"and non-public electronic networks. The user must ensure that the"
" source note contains the following information: the name of the "
"provider, the annotation 'Data licence Germany – attribution – "
"Version 2.0' or 'dl-de/by-2-0' referring to the licence text "
'provider, the annotation "Data licence Germany – attribution – '
'Version 2.0" or "dl-de/by-2-0" referring to the licence text '
"available at www.govdata.de/dl-de/by-2-0, and a reference to the "
"dataset (URI). This applies only if the entity keeping the data "
"provides the pieces of information 1-3 for the source note. "
Expand Down Expand Up @@ -415,7 +415,7 @@ def sources():
" developed requirements and criteria for the"
" assessment of suitable sites even if their"
" exploration is still at an early stage and there is"
" little knowledge of the salinaries' structures."
' little knowledge of the salinaries structures.'
" Scientists at DEEP.KBB GmbH in Hanover, worked"
" together with their project partners at the Federal"
" Institute for Geosciences and Natural Resources and"
Expand Down Expand Up @@ -691,7 +691,7 @@ def sources():
"title": "OpenStreetMap Data Extracts (Geofabrik)",
"description": (
"Full data extract of OpenStreetMap data for defined"
" spatial extent at ''referenceDate''"
' spatial extent at "referenceDate"'
),
"path": (
"https://download.geofabrik.de/europe/germany-210101.osm.pbf"
Expand Down

0 comments on commit 224aa7a

Please sign in to comment.