Import/Catalogue/Vindbrukskollen import Sweden
This is a plan to import wind turbines in Sweden from the Länsstyrelsen service Vindbrukskollen.
Goals
The objective is to import and maintain the following from Vindbrukskollen:
- Built wind turbines (about 5 000 as of writing)
- In a separate step, remove any dismantled wind turbines
Schedule
- 15 August 2022: Page created
- XX August 2022: Import discussed on mailing list
- XX September 2022: Import started.
- XX September 2022: Import finished.
Import Data
License
- Data source site: https://ext-geodatakatalog.lansstyrelsen.se/GeodataKatalogen/GetMetaDataById?id=ed5814b2-08bf-493a-a164-7819e1b590d6 LST Vindbrukskollen Vindkraftverk]
- Data license: CC0 1.0 (see above link)
- Type of license (if applicable): Public domain
- ODbL Compliance verified: Yes
OSM Data Files
The original Shape files are available from LST Vindbrukskollen (see link above). The generated OSM files may be inspected here.
A large number of objects have been checked. A large majority of wind turbines have coordinates that correspond well to their real life placement (within 10 meters).
Import Type
This is a one time import with (maybe) yearly updates.
Data Preparation
Data Reduction & Simplification
Only the attributes listed below will be imported.
Tagging Plans
Here is the proposed tagging:
OSM tags | Vindbrukskollen tag | Vindbrukskollen name | Description |
---|---|---|---|
power=generator | Main tag | ||
generator:source=wind generator:method=wind_turbine |
It's a wind turbine | ||
ref:vindbrukskollen=* | VERKID | Verk-ID | ID-nummer i Vindbrukskollen för Vindkraftverket |
Not imported | OMRID | Områdes-ID | ID-nummer i Vindbruksollen för projekteringsområdet |
Not imported | PROJNAMN | Projektnamn | Namn på projekteringsområdet |
Not imported | ARENDESTAT | Ärendestatus | Numeriskt värde: 1 = Handläggs |
Not imported | STATUS | Status | Status för vindkraftverket (t.ex beviljat) |
Not imported | HANDLINGST | Handlingstyp | Aktuell prövningsgrund enligt Miljöbalken eller Plan och Bygglagen |
start_date=* | UPPFORT | Uppförandedatum | Uppförandedatum för vindkraftverket (1900-01-01 innebär att datum ej identifierats) |
Not imported | MB_Tillsta | Miljöbalken tillstånd tidsbegränsning | Datum för tidsbegränsning av miljötillståndet |
height=* | TOTALHOJD | Totalhöjd (m) | Totalhöjd för vindkraftverket |
height:hub=* | NAVHOJD | Navhöjd (m) | Navhöjd för vindkraftverket |
rotor:diameter=* | ROTDIAMETE | Rotordiameter (m) | Rotordiameter för vindkraftverket |
generator:output:electricity=* | MAXEFFEKT | Maxeffekt (MW) | Ansökt eller Installerad maxeffekt för vindkraftverket |
Not imported | CALPROD | Beräknad årsproduktion (GWh) | Den beräknade årsproduktionern för vindkraftverket |
manufacturer=* | FABRIKAT | Fabrikat | Namn på vindkraftverkets fabrikat |
Not imported | MODELL | Modell | Namn på vindkraftverkets modell |
operator=* | ORGNAMN | Organisationsnamn | Namnet på Verksamhetsutövaren för projekteringsområdet |
Not imported | ORGNMR | Organisationsnummer | Verksamhetsutövarens organisationsnummer |
offshore=* | PLACERING | Placering | Anger om verket är placerat på land eller i vatten |
Not imported | KOMNAMN | Kommun | Kommun dit vindkraftverket tillhör |
Not imported | LANSNAMN | Län | Län dit vindkraftverket tillhör |
Not imported | EL_NAMN | Elområde | Elområde dit vindkraftverket tillhör |
check_date=* | SenasteUpp | Datum för senaste uppdatering av verk | Datum då vindkraftverket senast sparats i Vindbrukskollen (Om datum saknas har vindkraftverket inte sparats efter nov 2018) |
Some of the not imported tags which are helpful for conflation may be used for that. They will be deleted before uploading to OSM.
Changeset Tags
The changesets will be tagged with source=LST Vindbrukskollen and source:date=*.
Data Transformation
The required data is fetched manually and transformed using a translation script for ogr2osm. Names are prettified (casing, spaces etc). Values are formatted according to OSM syntax.
The generated OSM files may be inspected here.
Data Merge Workflow
Team Approach
One person will conflate the files.
Workflow
- Download data
- Run translation script with ogr2osm to generate OSM files.
- Download from OSM all:
- power=generator, generator:source=wind
- Conflate with existing objects in OSM using the Conflation plugin in JOSM.
- Check error messages and warnings in JOSM and upload.
Conflation
All wind turbines already present in OSM will keep their current coordinates.
Updates
Once imported, the wind turbines will be updated using the update2osm tool, which automatically updates existing objects based on the ref tag and flags new objects as well as objects not found in the source data anymore. A log file is inspected before manual fixes and manual uploading. Updates are planned for once a year, if any.
External links
- update2osm on GitHub.
- ogr2osm on GitHub.