[GRASS-user] Vectors in WMS

Maris Nartiss maris.gis at gmail.com
Thu Apr 24 11:08:22 EDT 2008


I'm sorry to disappoint You, but WMS deals with raster and not with
vectors. Vectors You can get with WFS or similar service. If You by
word "vectors" mean roads, rivers etc. displayed as raster in WMS
service, then You should:
1) Download data as rasters (r.in.wms);
2) Extract objects of interest (r.mapcalc);
3) Run r.thin to get thin lines;
4) Convert result to vectors with r.to.vect.

Still You can create buffers and other analysis on raster data.

Maris.

2008/4/24, Daniel Victoria <daniel.victoria at gmail.com>:
> Hi all,
>
> I've found some vectors of interest on a WMS server (Brazilian
> Environmental Ministry) and I'd like to save those vectors locally so
> I can do operations like buffers, distances, etc etc, I've seen the
> r.in.wms. Is there such a functionality for vectors?
>
> Thanks
> Daniel
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>


More information about the grass-user mailing list