I used overpass API to extract those in the past since the new electric powerline proposal got accepted.

See http://wiki.openstreetmap.org/wiki/Proposed_features/Power_generation_refinement

so you want to search:  power=generator , generator:source=wind.

I've retagged them since this proposal got accepted but I'm not sure weather I've done them all.

So, just go to http://overpass-turbo.eu and try this on Belgium:

{{key=generator:source}}
{{value=wind}}
<osm-script output="xml">
  <union>
    <query type="node">
      <has-kv k="{{key}}" v="{{value}}"/>
      <bbox-query {{bbox}}/>
    </query>
    <query type="way">
      <has-kv k="{{key}}" v="{{value}}"/>
      <bbox-query {{bbox}}/>
    </query>
    <query type="relation">
      <has-kv k="{{key}}" v="{{value}}"/>
      <bbox-query {{bbox}}/>
    </query>
  </union>
  <print mode="meta"/>
  <recurse type="down"/>
  <print mode="meta"/>
</osm-script>

Glenn

On 2013-10-28 16:46, Nicolas Pettiaux wrote:
Can any of you share with us/me the script or way to easily get a list and a cart with the windpower turbine installed in belgium and cross check this for example with http://www.thewindpower.net/country_zones_fr_21_belgique.php ?

Much thanks,

Nicolas


--
Nicolas Pettiaux - +32 496 24 55 01 - http://rmll.info - http://lepacte.be
EuroSciPy 2013 co-chair http://www.euroscipy.org/


_______________________________________________
Talk-be mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/talk-be

_______________________________________________
Talk-be mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/talk-be

Reply via email to