NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello,

I would like to have all the turbines of all offshore wind-farms in the world,

I have tried these but a lot are still missing:

/*
This query looks for nodes, ways and relations 
with the given key/value combination.
Choose your region and hit the Run button above!
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “"generator:source"=wind”
  node["generator:source"="wind"]({{bbox}});
  way["generator:source"="wind"]({{bbox}});
  relation["generator:source"="wind"]({{bbox}});
);
// print results
out body;
>;
out skel qt;

but a lot are still missing

Any help would be more than welcome

R

asked 09 Dec '22, 14:40

Lamri19's gravatar image

Lamri19
11112
accept rate: 0%

edited 09 Dec '22, 15:04

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×3
×3
×2

question asked: 09 Dec '22, 14:40

question was seen: 511 times

last updated: 09 Dec '22, 15:04

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum