<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>I want to mass import bicycle_repair_stations for a german
      supplier called radkultur-bw.</p>
    <p>A company or a public institution could buy a station and deploy
      it on their ground, but publicy available and for no charge.</p>
    <p>The supplier also provides a map:</p>
    <p><a class="moz-txt-link-freetext" href="https://karte.radkultur-bw.de/?catArray=4">https://karte.radkultur-bw.de/?catArray=4</a></p>
    <p>I kindly ask for permission to extract the data to OpenStreetMap.
      They gave me the permission and a GeoJSON URL:<br>
      <a class="moz-txt-link-freetext" href="https://karte.radkultur-bw.de/radservice-punkte.json">https://karte.radkultur-bw.de/radservice-punkte.json</a></p>
    <p>Now I want to import the nodes on openstreetmap converting them
      as follow:</p>
    <pre class="data">"type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "operator": "Bad Säckingen",
        "name": "Funpark/Feuerwehr",
        "year": "2017",
        "size": "Große Station",
        "rakuDesign": true,
        "sponsorship": "",
        "address": {
          "street": "Murger Weg 8",
          "plz": "79713",
          "place": "Bad Säckingen"
        },
        "supplier": null,
        "type": "radservice-punkt"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          7.9666078,
          47.5584657
        ]
      }
    },</pre>
    <p>==> <br>
    </p>
    <pre class="data"><code>amenity=bicycle_repair_station
brand=radservice-punkt
opening_hours=24/7
operator=</code><code>Bad Säckingen
service:bicycle:pump=yes
service:bicycle:tools=yes
start_date=2017

</code></pre>
    <p>I also did an overpass export and compared the data and found 43
      collisions which I think I have to solve manually. </p>
    <p>My Approach:</p>
    <p>1. Download radservice-punkte.json</p>
    <p>2. Convert them</p>
    <p>3. Remove collisions in this set<br>
    </p>
    <p>4. Update the existing nodes on OSM</p>
    <p>5. Mass import the set without the collisions</p>
    <p>A further step is to repeat the steps to synchronize the dataset
      (BOT). But ATM that's beyond my scope.<br>
    </p>
    <p><br>
    </p>
    <p>For importing the data I already started a discussion here:<br>
      <a class="moz-txt-link-freetext" href="https://forum.openstreetmap.org/viewtopic.php?id=69981">https://forum.openstreetmap.org/viewtopic.php?id=69981</a></p>
    <p>I also added the permission here:<br>
      <a class="moz-txt-link-freetext" href="https://wiki.openstreetmap.org/wiki/DE:Permissions">https://wiki.openstreetmap.org/wiki/DE:Permissions</a><br>
    </p>
    <p><br>
    </p>
    <p>So am I allowed to mass import this data?</p>
    <p>Thanks a million.</p>
    <p>BR</p>
    <p>Homy<br>
    </p>
  </body>
</html>