wms
My machine:
Model Name: iMac
Model Identifier: iMac5,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache (per processor): 4 MB
Memory: 2 GB
Bus Speed: 667 MHz
Boot ROM Version: IM51.0090.B03
SMC Version: 1.8f2
My history with wms:
If I try r.in.wms mapserver=http://wms.jpl.nasa.gov/wms.cgi -l it works fine, but if I try other servers see below (those servers work fine in qgis, gvsig, web applets and everywhere but grass):
r.in.wms mapserver=http://wms.mapa.es/wms/wms.aspx? -l
List of layers for server http://wms.mapa.es/wms/wms.aspx?:
14:13:47 URL:http://wms.mapa.es/wms/wms.aspx? [492/492] → “/Users/Shared/grassdata/Projecte/adiez2/.tmp/regadiuet.prearq.uv.es/2523.0capabilities.xml” [1]
WARNING: xml2 NOT avaliable
ERROR: Parsing XML file
Untitled Page
**************************************
r.in.wms mapserver=[http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?](http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?) -l
List of layers for server
[http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?](http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?):
14:20:28 URL:[http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?](http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?) [316/316] -> "/Users/Shared/grassdata/Projecte/adiez2/.tmp/regadiuet.prearq.uv.es/2641.0capabilities.xml" [1]
WARNING: xml2 NOT avaliable
ERROR: Parsing XML file
<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
[my translation: This service is used by cartographic display programs. This is not a web page]
********************************************
Even when things are little better and I can at least get the layers I find trouble:
r.in.wms output=sigua ‘mapserver=http://www.sigua.ua.es/cgi-bin/mapserv4.2.1.exe?map=d:/carto/sigua/map/ogc.map&’ layers=fotografia srs=EPSG:23030 --o
Calculating tiles
Requesting 4 tiles.
Downloading tiles
Tile already downloaded
Tile already downloaded
Tile already downloaded
Tile already downloaded
All tiles downloaded successfully
ERROR 4: `/Users/Shared/grassdata/wms_download/sigua__0.geotiff’ not recognised as a supported file format.
I repeat all those servers work just fine in any other application.
Can somebody try any of those in linux and report?
On Jul 3, 2007, at 12:18 PM, Hamish wrote:
Maximilian Krambach wrote:
I cannot get r.in.wms into getting me a wms layer imported. The
projection settings match, the layer is avaible for the region. Am I
doing something wrong?
…
btw: installation is 6.2.1 from Jachym’s ubuntu repository
(les-ejk.cz)
Please try with GRASS 6.2.2rc1 if you can. I believe this is fixed
there, as well as many other fixes for the script.
see the DRAFT release announcement in CVS:
http://freegis.org/cgi-bin/viewcvs.cgi/checkout/web/announces/announce_grass622.html?rev=HEAD
“This release is particularly important for Ubuntu users due to a number
of Bourne shell script fixes.”
Agustin Diez Castillo wrote:
This issue have been discussed on the dev-list without solution as far
as I can say.
No, AFAIK it should be solved & working now in CVS.
(maybe we worked through that off-list or in the bug tracker)
same here, downloaded TIFF contains junk: (903K binary file)
$ tiffinfo wms_download/terraserver-drg__0.tiff
TIFFReadDirectory: wms_download/terraserver-drg__0.tiff: Can not read
TIFF directory count.
this should be fixed too.
Ivan Shmakov wrote:
IIRC, Ubuntu uses Dash for /bin/sh by default.
Yes, that was the main part of the problem, r.in.wms and friends had
many bashisms. 6.2.2 should be bashism-free (hopefully we found them
all!).
WolfgangZ wrote:
Sorry if I go off topic, but wouldn’t be r.in.wms a good example to re
write it (almost) fully in python?
Yes, absolutely.
please do report any problems found in the latest CVS versions,
Hamish