<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>CityCyclingEdinburgh Forum &#187; Tag: cycle parking bike - Recent Topics</title>
<link>http://citycyclingedinburgh.info/bbpress/</link>
<description>CityCyclingEdinburgh Forum &#187; Tag: cycle parking bike - Recent Topics</description>
<language>en</language>
<pubDate>Wed, 13 May 2026 04:01:27 +0000</pubDate>

<item>
<title>Stephan Matthiesen on "Finding bike parking with Openstreetmap and GPS"</title>
<link>http://citycyclingedinburgh.info/bbpress/topic.php?id=16029#post-211101</link>
<pubDate>Fri, 05 Feb 2016 14:26:15 +0000</pubDate>
<dc:creator>Stephan Matthiesen</dc:creator>
<guid isPermaLink="false">211101@http://citycyclingedinburgh.info/bbpress/</guid>
<description>&#60;p&#62;Thought I share this recipe. Finding bike parking isn't always easy in areas that you're not familiar with - racks are not so easy to see from a distance. So here is how I extract a list of bicycle parking facilities from Openstreetmap and convert it into a POI file for a Garmin GPS so that it can direct me to the nearest rack.&#60;/p&#62;
&#60;p&#62;Get the list of bike racks from Openstreetmap.&#60;br /&#62;
&#60;ul&#62;&#60;li&#62;Go to &#60;a href=&#34;http://overpass-turbo.eu/&#34; rel=&#34;nofollow&#34;&#62;http://overpass-turbo.eu/&#60;/a&#62;&#60;/li&#62;&#60;li&#62;Copy the following code into the left panel&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
node&#60;br /&#62;
  ({{bbox}})&#60;br /&#62;
  [amenity=bicycle_parking];&#60;br /&#62;
out;&#60;br /&#62;
&#60;/code&#62;&#60;/li&#62;&#60;li&#62;On the map on the right, zoom in/out to the area you are interested in (technical note: the bbox command selects the map area as &#34;bounding box&#34; for the search)&#60;/li&#62;&#60;li&#62;Click on &#34;execute&#34; - you should see all the bike parking marked on the map&#60;/li&#62;&#60;li&#62;Click on &#34;export&#34;, select GPX and save the resulting file.&#60;/li&#62;&#60;br /&#62;
&#60;/ul&#62;&#60;/p&#62;
&#60;p&#62;Convert the gpx file into a Point of Interest (POI) File. This is for Garmin, but it should be similar for other GPS&#60;br /&#62;
&#60;ul&#62;&#60;li&#62;Garmin has some programmes on their website that do that, but I haven't tried that&#60;/li&#62;&#60;li&#62;Linux users can use gpsbabel with a command like:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
gpsbabel -i gpx -f export.gpx -x duplicate,location,shortname -o garmin_gpi,category=&#34;Bike parking&#34; -F &#34;bike_parking.gpi&#34;&#60;br /&#62;
&#60;/code&#62;&#60;/li&#62;&#60;br /&#62;
&#60;/ul&#62;&#60;/p&#62;
&#60;p&#62;Copy the resulting file &#34;bike_parking.gpi&#34; onto your Garmin. On my eTrex 30 it then appears under &#34;Extras&#34;.&#60;/p&#62;
&#60;p&#62;Similarly, you can use &#60;code&#62;[amenity=bicycle_rental]&#60;/code&#62; for bike rental or &#60;code&#62;[shop=bicycle]&#60;/code&#62; for bicycle shops.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
