<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I used overpass API to extract those in
      the past since the new electric powerline proposal got accepted.<br>
      <br>
      See
<a class="moz-txt-link-freetext" href="http://wiki.openstreetmap.org/wiki/Proposed_features/Power_generation_refinement">http://wiki.openstreetmap.org/wiki/Proposed_features/Power_generation_refinement</a><br>
      <br>
      so you want to search:  power=generator , generator:source=wind.<br>
      <br>
      I've  retagged them since this proposal got accepted but I'm not
      sure weather I've done them all.<br>
      <br>
      So, just go to <a class="moz-txt-link-freetext" href="http://overpass-turbo.eu">http://overpass-turbo.eu</a> and try this on Belgium:<br>
      <br>
      {{key=generator:source}}<br>
      {{value=wind}}<br>
      <osm-script output="xml"><br>
        <union><br>
          <query type="node"><br>
            <has-kv k="{{key}}" v="{{value}}"/><br>
            <bbox-query {{bbox}}/><br>
          </query><br>
          <query type="way"><br>
            <has-kv k="{{key}}" v="{{value}}"/><br>
            <bbox-query {{bbox}}/><br>
          </query><br>
          <query type="relation"><br>
            <has-kv k="{{key}}" v="{{value}}"/><br>
            <bbox-query {{bbox}}/><br>
          </query><br>
        </union><br>
        <print mode="meta"/><br>
        <recurse type="down"/><br>
        <print mode="meta"/><br>
      </osm-script><br>
      <br>
      Glenn<br>
      <br>
      On 2013-10-28 16:46, Nicolas Pettiaux wrote:<br>
    </div>
    <blockquote
cite="mid:CAEHX+gkDgGbafZYv3xGsb4PsEa6x6XW=Aq50D_GKne1jpcHBBQ@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=ISO-8859-1">
      <div dir="ltr">
        <div>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 <a
            moz-do-not-send="true"
            href="http://www.thewindpower.net/country_zones_fr_21_belgique.php">http://www.thewindpower.net/country_zones_fr_21_belgique.php</a>
          ?<br>
          <br>
        </div>
        Much thanks,<br>
        <br>
        Nicolas<br>
        <div><br>
          <div>
            <div><br>
              -- <br>
              <div dir="ltr">Nicolas Pettiaux - +32 496 24 55 01 - <a
                  moz-do-not-send="true" href="http://rmll.info"
                  target="_blank">http://rmll.info</a> - <a
                  moz-do-not-send="true" href="http://lepacte.be"
                  target="_blank">http://lepacte.be</a><br>
                EuroSciPy 2013 co-chair <a moz-do-not-send="true"
                  href="http://www.euroscipy.org/" target="_blank">http://www.euroscipy.org/</a><br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Talk-be mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Talk-be@openstreetmap.org">Talk-be@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/talk-be">https://lists.openstreetmap.org/listinfo/talk-be</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>