Hi Wolfgang, list,<br><br>geometries2points should be located at "tools for vector layers".<br>Unfortunately I do not know how to figure out which Sextante version I am using. It is the one with 241 algorithms.<br>
I just checked this function with one plain polygon and it worked properly delivering all vertices as points. Nice, I should use this more often ;-)<br>Maybe dealing with multi-part features is not implemented?<br><br>Best,<br>
<br>Johannes<br><br><div class="gmail_quote">2009/8/28 Wolfgang Qual <span dir="ltr"><<a href="mailto:Wolfgang.Qual@muenchen.de">Wolfgang.Qual@muenchen.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Johannes,<br>
I did not even _find_ the function geometries to points - ...<br>
<br>
Beste,<br>
Wolfgang<br>
<br>
Johannes Valenta schrieb:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
Hi all,<br>
<br>
I tried to use /geometries to points/ but Sextante won't accept my multipoint layer which I created in gvSIG.<br>
While Antonio was answering I found the follwing "not so complicated" workaround:<br>
-export multipoint shp to PostGIS<br>
-use this SQL-Statment:<br>
"SELECT ST_X(geom) As x, ST_Y(geom) as y<br>
FROM (SELECT (ST_Dump(mpt.the_geom)).geom<br>
FROM multipointtest mpt)AS mpt;"<br>
this will explode the multipoints into points (function ST_Dump) and create the coordinates columns (functions ST_X and ST_Y)<br>
-Export the results as csv<br>
-Add csv as Event Layer in gvSIG<br>
- be happy ;-)<br>
see screenshot<br>
<br>
Best,<br>
Johannes<br>
<br>
PS: I still use 1.1.2<br>
<br>
<br></div>
2009/8/28 Antonio Falciano <<a href="mailto:afalciano@yahoo.it" target="_blank">afalciano@yahoo.it</a> <mailto:<a href="mailto:afalciano@yahoo.it" target="_blank">afalciano@yahoo.it</a>>><div><div></div><div class="h5">
<br>
<br>
Wolfgang Qual ha scritto:<br>
> Hello Jean,<br>
> hm. right. I would suggest to write a feature request to this<br>
list. I<br>
> could imagine that it is not that complicated to write a<br>
function for<br>
> this purpose.<br>
> However, I am not a developer. Therefore, I would be very glad,<br>
if one<br>
> of the developers could comment this issue - ...<br>
> gvSIG allows to create new multipoint features, but will it allow to<br>
> convert multipart shapefiles to singlepart? Will it be possible to<br>
> write a nice script for this purpose once the new 2.0 is available?<br>
> Maybe it is more complex than I think. ogr2ogr does not allow<br>
the user<br>
> to do this conversion...<br>
> Any comments would be great.<br>
<br>
Hi all,<br>
you can try with "Geometries to Points" tool of Sextante.<br>
<br>
Best regards,<br>
Antonio<br>
<br>
> Best,<br>
> Wolfgang<br>
><br>
><br>
> Jean Hemmi schrieb:<br>
>> Hi Wolfgang,<br>
>> The Sextant option you've proposed does not change the<br>
shapefile type from<br>
>> multipoint to point...<br>
>> It explose the points in many shp files.<br>
>><br>
>> Has anybody an idea to change MULPOINT to POINT ?<br>
>> ogr2ogr refuse... Gvsig ?<br>
>><br>
>> This thread is not about Sextant on 1.2 and 1.9...<br>
>><br>
>> Thanks for your help.<br>
>><br>
>> Jean<br>
>><br>
<br>
--<br>
Antonio Falciano<br>
<a href="http://www.linkedin.com/in/antoniofalciano" target="_blank">http://www.linkedin.com/in/antoniofalciano</a><br>
_______________________________________________<br>
Gvsig_internacional mailing list<br>
<a href="mailto:Gvsig_internacional@listserv.gva.es" target="_blank">Gvsig_internacional@listserv.gva.es</a><br></div></div>
<mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es" target="_blank">Gvsig_internacional@listserv.gva.es</a>><div class="im"><br>
<a href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional" target="_blank">http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</a><br>
<br>
<br>
<br></div>
------------------------------------------------------------------------<br>
<br>
------------------------------------------------------------------------<div class="im"><br>
<br>
_______________________________________________<br>
Gvsig_internacional mailing list<br>
<a href="mailto:Gvsig_internacional@listserv.gva.es" target="_blank">Gvsig_internacional@listserv.gva.es</a><br>
<a href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional" target="_blank">http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</a><br>
<br>
</div></blockquote>
<br><div><div></div><div class="h5">
-- <br>
<br>
*Wolfgang Qual<br>
<br>
* *Referat für Gesundheit und Umwelt*<br>
Umweltschutz<br>
Umweltvorsorge<br>
RGU-UW 11<br>
<br>
Bayerstraße 28a<br>
80335 München<br>
<br>
Telefon +49 - 89 - 233 - 4 77 17<br>
Telefax +49 - 89 - 233 - 4 77 05<br>
<br>
<a href="http://www.muenchen.de/umweltatlas" target="_blank">http://www.muenchen.de/umweltatlas</a><br>
<a href="mailto:uw11.rgu@muenchen.de" target="_blank">uw11.rgu@muenchen.de</a><br>
Bitte beachten Sie die Hinweise zur elektronischen<br>
Kommunikation mit der Landeshauptstadt München:<br>
<a href="http://www.muenchen.de/ekomm" target="_blank">http://www.muenchen.de/ekomm</a><br>
<br>
</div></div></blockquote></div><br>