[Geoserver-users] [Geoserver-devel] Scalability issues with geoserver

2016-01-25 Thread Jiehua Chen
Hi, We are running into scalability issues with geoserver. We have terabytes of GeoTIFF files, and its getting larger and larger. As far as we know, Geoserver needs to place all the files locally to produce visualizations on the fly, requiring a huge server. Are there any solutions that allow Geo

[Geoserver-users] ?????? ImageMosaic of NetCDF in Geoserver2.8

2016-01-25 Thread ????????
Hi ?? How to optimize the loading speed of WMS service request? I'am use imagemosaic of netcdf, but the response of WMS request is very slow. Thanks~ -- -- ??: "Andrea Aime";; : 2016??1??23??(??) 3:12 ??: "David Haynes II";

Re: [Geoserver-users] WFS KVP Filter non-ASCII parsing failure for non-UTF-8 default charsets

2016-01-25 Thread Ben Caradoc-Davies
I have implemented an even better solution so that platforms using a non-UTF-8 default charset *will* be able to support characters outside of this charset in a WFS KVP Filter: [GEOS-7385] Do not re-encode Filter in default charset when parsing WFS KVP Filter https://github.com/geoserver/geoser

Re: [Geoserver-users] Auto Update style config

2016-01-25 Thread Brian Farrell
Are you using caching for your layers? Or maybe styling the polygons by an attribute value that you don't have a corresponding value for in the SLD? -Brian On Mon, Jan 25, 2016 at 11:01 AM, Luciano wrote: > Hello, > I have a database that constantly updates by adding and removing polygons. > I

Re: [Geoserver-users] ImageMosaik/Gdal Plugins Linux

2016-01-25 Thread fmd.85
Hi, i just wanted to tell you that i finally got it working. The key was to use the gdal native libs from http://demo.geo-solutions.it/share/github/imageio-ext/releases/1.1.X/1.1.13/native/gdal/linux/ (1.13 is also the version used in geoerver stable 2.8.1). After that i only had to ldconfig and e

Re: [Geoserver-users] InputTransparentColor for all the layers

2016-01-25 Thread Daniele Romagnoli
Hi Alberto, I think that you can do that using REST with a command like this for all coverages: curl -v -u $USER:$PASS -XPUT -H "Content-type: text/xml" -d @"/path/to/coverageconfig.xml" "http:// $HOST:$PORT/geoserver/rest/workspaces/$WORKSPACE/coveragestores/$COVERAGESTORE/coverages/$COVERAGE" M

Re: [Geoserver-users] Time Series Raster Configuration

2016-01-25 Thread Matthew Fung
Apologies for the string of emails: 1. From the log file, there seems to be two issues with the file: a. line 3130: (Unparseable date "") b. line 4225 unable to load any Granule Descriptor A. This post seems to

Re: [Geoserver-users] Time Series Raster Configuration

2016-01-25 Thread Matthew Fung
attached is the geoserver log of adding the store, and configuring coverage view. Regards, Matt -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Time-Series-Raster-Configuration-tp5246820p5247148.html Sent from the GeoServer - User mailing list archive at Nabble.com. -

[Geoserver-users] Auto Update style config

2016-01-25 Thread Luciano
Hello, I have a database that constantly updates by adding and removing polygons. I wonder how do I get the style file to be updated at the time of insertion of a new polygon. So the new polygons are not shown, since not on the style setting. Cheers -- Luciano --

Re: [Geoserver-users] imagemosaic.jdbc : an explanation for "Could not list layers for this store"

2016-01-25 Thread Christian Mueller
Hi Jukka Quoting would be a solution, but if you work with command line DB tools it is harder to find the table and write SQL statements. (Most people do not quote the table and attribute names). No preferences from my side. Cheers Christian On Mon, Jan 25, 2016 at 2:56 PM, Chiarello Ernest <

Re: [Geoserver-users] ImageMosaik/Gdal Plugins Linux

2016-01-25 Thread fmd.85
Hi Daniele, thanks for your fast help. Please read my answers below. Daniele Romagnoli-3 wrote > Hi Max, > please, read below. > > On Mon, Jan 25, 2016 at 2:09 PM, fmd.85 < > fmd85@ > > wrote: > >> Hi, >> >> i've installed Geoserver 2.8.1 on CentOS. >> I've added the gdal and oracle plugins

Re: [Geoserver-users] imagemosaic.jdbc : an explanation for "Could not list layers for this store"

2016-01-25 Thread Chiarello Ernest
Hi Jukka, Hi Christian, but if pgraster is only for PostgreSQL/GIS, then it is easier to use only lowercase... ;-) thanks for this plugin, Christian ! sincerly yours, Ernest. Le 25/01/2016 12:38, Rahkonen Jukka (MML) a écrit : Hi, So why to play with the defaults of the databases at al

Re: [Geoserver-users] ImageMosaik/Gdal Plugins Linux

2016-01-25 Thread Daniele Romagnoli
Hi Max, please, read below. On Mon, Jan 25, 2016 at 2:09 PM, fmd.85 wrote: > Hi, > > i've installed Geoserver 2.8.1 on CentOS. > I've added the gdal and oracle plugins from the official download > repository > and installed gdal with MrSid-plugin in CentOS. Which version of GDAL from where? No

[Geoserver-users] ImageMosaik/Gdal Plugins Linux

2016-01-25 Thread fmd.85
Hi, i've installed Geoserver 2.8.1 on CentOS. I've added the gdal and oracle plugins from the official download repository and installed gdal with MrSid-plugin in CentOS. If i prompt gdalinfo --formats i can see that the gdal installation with all the plugins seems to be successful, but the plugi

Re: [Geoserver-users] imagemosaic.jdbc : an explanation for "Could not list layers for this store"

2016-01-25 Thread Rahkonen Jukka (MML)
Hi, So why to play with the defaults of the databases at all? Wouldn’t it be much more reliable to use quoted identifiers everywhere and always? This way the result should be exactly the same for PostgreSQL, Oracle, SQL Server, SQLite, and others. create table "MOSAIC" ("NAME" varchar(254) not

Re: [Geoserver-users] imagemosaic.jdbc : an explanation for "Could not list layers for this store"

2016-01-25 Thread Christian Mueller
Hi Ernest XML names are case sensitive. Different databases have different defaults. PostGres converts DB names to lowercase DB2 or Oracle convert DB names to uppercase Cheers Christian On Mon, Jan 25, 2016 at 11:19 AM, Ernest CHIARELLO < ernest.chiare...@univ-fcomte.fr> wrote: > Hello ever

Re: [Geoserver-users] Geoserver and Java OutOfMemoryError

2016-01-25 Thread Ben Caradoc-Davies
On 25/01/16 09:27, Luciano Martin Galletti wrote: > java.lang.OutOfMemoryError: PermGen space Note also that Java 8 has no PermGen and can never exhaust it (given enough system memory). One less parameter to tune if you upgrade to Java 8. Kind regards, -- Ben Caradoc-Davies Director Transient

[Geoserver-users] InputTransparentColor for all the layers

2016-01-25 Thread Alberto Callejas Delgado
Hi all, I would like to set the InputTransparentColor to "00" to all the layers I already have in GeoServer (around 435). There is some options to set transparency to RBG rasters like using gdalwarp -dstnodata 0 -dstalpha options and then use the default raster style in GeoServer. The point

[Geoserver-users] imagemosaic.jdbc : an explanation for "Could not list layers for this store"

2016-01-25 Thread Ernest CHIARELLO
Hello everybody, i recently experimented a geoserver failure when i tried to use the imagemosaic-jdbc plugin. the catalina.out file contained the following lines : Caused by: java.lang.NullPointerException at org.geotools.gce.imagemosaic.jdbc.Config.readNameAttribute(Config.java:329)

Re: [Geoserver-users] Upload a SLD style file into a remote Geoserver

2016-01-25 Thread Sophie Mollard
Problem solved ! We must write the path to file.sld into the second command only. curl -v -u admin:geoserver -XPOST -H "Content-type: text/xml" -d "style2style2.sld" http://georchestra-mshe.univ-fcomte.fr/geoserver/rest/styles This first command creates the st

Re: [Geoserver-users] Upload a SLD style file into a remote Geoserver

2016-01-25 Thread Stefano Costa
Hi Sophie, do I understand you correctly: you are trying to upload a local SLD file to a remote GeoServer via REST API, right? You can do it in one shot with the following command: curl -v -u admin:geoserver -XPOST -H "Content-type: application/vnd.ogc.sld+xml" *-d @Rivers.sld* http://:/geoserver

[Geoserver-users] Upload a SLD style file into a remote Geoserver

2016-01-25 Thread Sophie Mollard
Hi, I would like to create a new style into my Geoserver from a SLD file. I used, among other things, these links : http://docs.geoserver.org/latest/en/user/rest/examples/curl.html and http://sourceforge.net/p/geoserver/mailman/message/25127542/ and tried these two commands : curl

Re: [Geoserver-users] What does "Opaque" mean under Publishing > WMS Settings

2016-01-25 Thread Ian Turton
It is a way of signalling to clients that this layer is hard to see through and should be used as a baselayer. It maps directly to the opaque layer attribute in the GetCapabilities document (see table 6, p30 of the spec ). Ian On 25 Janua

Re: [Geoserver-users] What does "Opaque" mean under Publishing > WMS Settings

2016-01-25 Thread Andrea Aime
On Mon, Jan 25, 2016 at 9:49 AM, Derek Watling wrote: > In GeoServer 2.8 under "Edit Layer" > "Publishing" > "WMS Settings" there > is > a tick box labled "Opaque". I can't find any documentation on this ans want > to clarify what this setting does. > It generates the same flag in the WMS capabi

Re: [Geoserver-users] GeoWebCache "Could not find layer WS:Layer" when grouped layer

2016-01-25 Thread Andrea Aime
On Mon, Jan 25, 2016 at 9:41 AM, Derek Watling wrote: > No data access restrictions and the only issue was accessing a grouped > layer > via GeoWebCache. > Interesting... if you can reproduce the same problem with a vanilla installation (so that the developer trying to fix the problem can easily

Re: [Geoserver-users] NODATA value not used for fill in reprojected tif

2016-01-25 Thread Andrea Aime
On Sat, Jan 23, 2016 at 5:35 PM, Dave Parillo wrote: > Andrea, > I think part of the problem here is that there are no pixels anywhere near > - once the reprojected geotiff has been generated. gdalinfo -stats > only returns positive values in this case. > I know, different problem though, W

[Geoserver-users] What does "Opaque" mean under Publishing > WMS Settings

2016-01-25 Thread Derek Watling
In GeoServer 2.8 under "Edit Layer" > "Publishing" > "WMS Settings" there is a tick box labled "Opaque". I can't find any documentation on this ans want to clarify what this setting does. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/What-does-Opaque-mean-under-Publishing

Re: [Geoserver-users] GeoWebCache "Could not find layer WS:Layer" when grouped layer

2016-01-25 Thread Derek Watling
No data access restrictions and the only issue was accessing a grouped layer via GeoWebCache. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoWebCache-Could-not-find-layer-WS-Layer-when-grouped-layer-tp5246328p5247038.html Sent from the GeoServer - User mailing list arch

Re: [Geoserver-users] Geoserver and Java OutOfMemoryError

2016-01-25 Thread Andrea Aime
On Sun, Jan 24, 2016 at 9:27 PM, Luciano Martin Galletti < gallett...@hotmail.com> wrote: > I’m using Win 8.1 Geoserver 2.8.1 and Tomcat 7 > > when i try : > > http://localhost:8080//geoserver/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=test%3Atest > > i se

Re: [Geoserver-users] GeoWebCache "Could not find layer WS:Layer" when grouped layer

2016-01-25 Thread Andrea Aime
On Mon, Jan 25, 2016 at 8:46 AM, Derek Watling wrote: > Problem solved: On the GeoServer web administration interface "Tile > Caching" > > "Caching Defaults", "Enable Data Security" was ticked. Simply un-ticking > this option makes the grouped layer work. > Oh, that's interesting? Do you have an