<div dir="auto">Hi<div dir="auto"> Thanks.</div><div dir="auto">I just found that I need to add waterway in the closed_ways_are_polygons option in the osmconf.ini</div></div><div class="gmail_extra"><br><div class="gmail_quote">Le 7 févr. 2017 9:05 PM, "jratike80" <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>> a écrit :<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">lhomme.xavier wrote<br>
> Hi<br>
>  I'm trying to extract multipologons from a PBF file  and convert them to<br>
> a<br>
> Fgdb or ashapefile  :<br>
><br>
> More pricesely , I'm trying to extract waterway on Paris, And I don't<br>
> succeed to retreive the Seine river. But only some part.<br>
><br>
> Here is my cmdline  :<br>
><br>
> Ogr2ogr -f "FileGDB"   c:\Users\xle\Documents\ArcGIS\<wbr>idf.gdb -nln waterway<br>
> -config OSM_CONFIG_FILE myosmconf.ini -skipfailures -overwrite -gt 65536<br>
> -dialect SQLITE  -sql "SELECT GEOMETRY, osm_id, waterway as fclass, name<br>
> from multipolygons where waterway is not null "<br>
> ile-de-france-latest.osm.pbf<br>
<br>
Hi,<br>
<br>
Seine in OSM is quite a complicated thing<br>
<a href="http://www.openstreetmap.org/relation/962076#map=7/48.515/2.473" rel="noreferrer" target="_blank">http://www.openstreetmap.org/<wbr>relation/962076#map=7/48.515/<wbr>2.473</a>. For<br>
converting all of it into GIS format you must study how it is constructed<br>
and think how you can collect all the pieces.<br>
<br>
-Jukka Rahkonen-<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/gdal-dev-Convert-multipolygons-from-OSM-tp5306803p5306811.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.<wbr>nabble.com/gdal-dev-Convert-<wbr>multipolygons-from-OSM-<wbr>tp5306803p5306811.html</a><br>
Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/gdal-dev</a></blockquote></div></div>