On Tue, Mar 11, 2008 at 1:15 AM, Ciprian Talaba <<a href="mailto:cipriantalaba@gmail.com">cipriantalaba@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everybody,<br>
<br>
I started the development on a tool that can convert from OSM format to<br>
Shapefile format, as the only tool available in SVN is a pain to use,<br>
and I haven't try to port it on Windows. For this I have created a<br>
project on GoogleCode: <a href="http://code.google.com/p/osm2shp/" target="_blank">http://code.google.com/p/osm2shp/</a>.<br>
It is based on .Net Framework 2.0 and uses a wrapper to connect to<br>
shapelib library. The application is in an early development stage and I<br>
have some ideas on how developped it further, but your inputs are<br>
welcomed anytime.<br>
<br>
--Ciprian<br>
</blockquote></div><br>Why don't you write it as a driver for ogr2ogr? (<a href="http://www.gdal.org">www.gdal.org</a>) That's an oft-requested utility, which would open up a wide variety of export formats. You could start with read-only OSM access (which is effectively what you're doing now).<br>
<br>Karl<br>