[GRASS-user] wms services from PCN

Hi,

is it possible to download data from http://www.pcn.minambiente.it/PCNDYN/catalogowms.jsp?lan=it?
I try with r.in.wms but the download file is not not recognised as a supported file format.

Thank,

Salvatore

On Sat, Jul 23, 2011 at 6:04 PM, Salvatore Mellino
<salvatore.mellino@gmail.com> wrote:

Hi,

is it possible to download data from http://www.pcn.minambiente.it/PCNDYN/catalogowms.jsp?lan=it?
I try with r.in.wms but the download file is not not recognised as a supported file format.

It should work (please carefully read their legalese), see

http://wiki.gfoss.it/index.php/Portale_Cartografico_Nazionale_-_PCN

For example:
r.in.wms mapserver="http://wms.pcn.minambiente.it/cgi-bin/mapserv.exe?map=/ms_ogc/service/ortofoto_colore_06_f32.map&quot;
\
out=min_amb_candaten_ortofoto_colore_06_candaten
layers=ortofoto_colore_06 format=png srs=EPSG:32632 -c

Markus