Re: [Geoserver-users] Unable to acquire a reader for this coverage with format: ImageMosaic

2011-07-25 Thread Gis Mage
I've tried with 8-bit. Still no luck. For test reasons, I've created a folder and gdal_translate 'd just two tiff files there. gdalinfo says: gdalinfo ASTGTM_N42E133_hsh8.tif Driver: GTiff/GeoTIFF Files: ASTGTM_N42E133_hsh8.tif Size is 3601, 3601 Coordinate System is: GEOGCS[WGS 84,

Re: [Geoserver-users] OSM styles for Geoserver

2011-07-25 Thread Benjamin Mearns
Andrey, I'm passing a bgcolor argument on my wms request ... since the wms request is sent when I instantiate a new wms object, that loops like this: var gsLayer = new OpenLayers.Layer.WMS( default, http://SERVERIP/geoserver/wms;, {

Re: [Geoserver-users] OSM styles for Geoserver

2011-07-25 Thread David Winslow
I have been experimenting a bit with automated conversion of Mapnik map configurations to GeoServer-friendly SLD (and a bit more, using the REST API to set up a LayerGroup.) It is pretty rough at this point but if you are interested the sources are available from

Re: [Geoserver-users] Unable to acquire a reader for this coverage with format: ImageMosaic

2011-07-25 Thread Daniele Romagnoli
Hi, could you please provide us the full stack trace? On Mon, Jul 25, 2011 at 2:43 PM, Gis Mage gism...@gmail.com wrote: I've tried with 8-bit. Still no luck. For test reasons, I've created a folder and gdal_translate 'd just two tiff files there. gdalinfo says: gdalinfo

[Geoserver-users] Using custom WPS script

2011-07-25 Thread Arnaud Vandecasteele
Hi, I'm using GeoServer 2.1.1, with the WPS extension. I have read the documentation about WPS [1] but I can't find any information about the way to add my own script and to call it after. Can someone have more information ? Also, If you have an example with a tiny client loke OpenLayers it will

Re: [Geoserver-users] Using custom WPS script

2011-07-25 Thread Andrea Aime
On Mon, Jul 25, 2011 at 6:26 PM, Arnaud Vandecasteele arnaud@gmail.com wrote: Hi, I'm using GeoServer 2.1.1, with the WPS extension. I have read the documentation about WPS [1] but I can't find any information about the way to add my own script and to call it after. Can someone have more

Re: [Geoserver-users] Using custom WPS script

2011-07-25 Thread Justin Deoliveira
The python module is still pretty young, but the api should give you more or less the same access as if you wrote the process in java. As FOSS4G approaches though I hope to stabilize it and get it to extension status. http://docs.geoserver.org/stable/en/user/community/python/hooks.html#process