<div dir="ltr"><div><div><div><div><div>Hey,<br>thanks for your answer.<br><br></div>I uploaded a new test file of about the same number of line (32k),<br></div>also already topological (meaning in theory there is no need to split line, just compute node, neighbourhood, and faces).<br>
<br></div>It is here : <a href="http://trac.osgeo.org/postgis/ticket/2695">http://trac.osgeo.org/postgis/ticket/2695</a><br><br></div>About the command I used, I followed the wiki page on grass, I tried both suggested methods:<br>
</div><div>I issued those with grass 7 svn, on windows, using the GUI to have a terminal.<br><br></div><div>As I stated grass is extremely fast to build topology, and then the export to postgis topology is already faster than using pure postgis topology, but yet surprisingly slow compared to the grass internal.<br>
</div><div><br><br>v.in.ogr dsn="PG:host=localhost port=5433 dbname=street_gen user=postgres password=??" layer=bdtopo.route out=test_postgis_import<br>v.out.postgis -l -2 input=route@T0111151 dsn="PG:host=localhost dbname=street_gen port=5433 user=postgres password=??" olayer=test_layer -t<br>
<br><br><br>v.external.out dsn="PG:host=localhost dbname=street_gen port=5433 user=postgres password=??" options=topology=yes format=PostgreSQL<br>v.in.ogr dsn="....\route_utf8.shp" -t<br><br><br></div>
Cheers,<br>Rémi-C<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-01 13:42 GMT+02:00 Martin Landa <span dir="ltr"><<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
2014-04-01 11:43 GMT+02:00 Rémi Cura <<a href="mailto:remi.cura@gmail.com">remi.cura@gmail.com</a>>:<br>
<div class=""><br>
> Grass GIS is very fast to construct a topology over vectors (5 secs), and<br>
> then surprisingly slow in exporting this model to Postgis topology (145<br>
> sec).<br>
><br>
> Is there a perticular reason for this? I tried to read the code, but<br>
> couldn't get to the sql querries.<br>
><br>
> Also, in a more prospective way, could Grass import from geometry (shapefile<br>
> for example) then export to postgis topology be isolated (into an exe or a<br>
> lib?).<br>
<br>
</div>could you post exact commands you run, or some sample data to play<br>
with. Thanks, Martin<br>
</blockquote></div><br></div>