[Geoserver-users] How to check available layers (not already published ) in a store through rest/java API?

2016-05-04 Thread Jose M
Hi! In the "new layer" page of geotools webapp, after selecting a store, there is a list of all the available layers included in that store, both published and not published. How can I check that list and publish the "not already published" layers in the store through the "geoserver

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Simone Giannecchini
Ciao Cesar, the WPS processes to look at are the RasterZonalStatistics ones in GeoTools, here you have one: https://github.com/geotools/geotools/blob/master/modules/unsupported/process-raster/src/main/java/org/geotools/process/raster/RasterZonalStatistics2.java Many of the params have default.

Re: [Geoserver-users] Unable to import time-series imagery with dates before 1 A.D.

2016-05-04 Thread Simone Giannecchini
Dear Thomas, probably beating a dead horse but it is worth answering. From a cursory look the regex looks fine. I suspect this might be an issue eith the datetime parser then. I would suggest you to open a jira report and attach a sample tif ( or instructions on how to get it/ generate it + the

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Andrea Aime
On Wed, May 4, 2016 at 8:33 PM, Anton Lundkvist wrote: > Thanks Cesar an Andrea! I'll check the wps processes you sent me. I did > implement my own wps which works so in last case I'll use that one. > > It seems that wcs functionality is not really prioritised in

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Anton Lundkvist
Thanks Cesar an Andrea! I'll check the wps processes you sent me. I did implement my own wps which works so in last case I'll use that one. It seems that wcs functionality is not really prioritised in geoserver right now. Maybe it is not requested by that many users either? Thanks for a great

[Geoserver-users] GeoServer layer creation using REST API very slow in a PostGIS store with thousands of layers

2016-05-04 Thread Paolo Corti
Dear list we are running a very large GeoServer instance, containing more than 23.000 layers, most of which are in a PostGIS store. While overall performances are still very good, we are experiencing a very slow process when creating a new layer to this PostGIS store using the REST API (via

[Geoserver-users] Error geoserver start tomcat

2016-05-04 Thread VICTOR HUGO ARAVENA DIAZ
Hi All I have the following trouble when I start the server. Best regards. INFO: Cleaned up javabean caches 04-may-2016 16:20:02 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc GRAVE: La aplicaci�n web [/geoserverGeonodo] registr� el conductor JDBC [org.hsqldb.jdbcDriver] pero

Re: [Geoserver-users] Geoserver and Java 9

2016-05-04 Thread Andrea Aime
On Wed, May 4, 2016 at 6:13 PM, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > While upgrading to Windows 10 I installed also Java 9 from > http://download.java.net/java/jdk9/archive/116/binaries/jre-9-ea+116_windows-x64_bin.exe > > Geoserver does not start. I wonder

[Geoserver-users] Geoserver and Java 9

2016-05-04 Thread Rahkonen Jukka (MML)
Hi, While upgrading to Windows 10 I installed also Java 9 from http://download.java.net/java/jdk9/archive/116/binaries/jre-9-ea+116_windows-x64_bin.exe Geoserver does not start. I wonder how big a workload it will mean to make Geoserver to run on jre9 when the time comes. This is the console

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread César Martínez Izquierdo
Hi Anton, Max and min values are not currently calculated. We made a proposal for an implementation of this feature: https://github.com/geoserver/geoserver/wiki/GSIP-140 but we are not implementing it on the short term. Simone Giannecchini mentioned some WPS existing process to get max and min

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Andrea Aime
Hi Anton, you did not miss anything. There was a discussion on the topic in the last few months in geoserver-devel, but I don't think it moved past the talking stage, have a look at the list archives Cheers Andrea On Wed, May 4, 2016 at 9:40 AM, Anton Lundkvist wrote:

Re: [Geoserver-users] white edges appearing around GeoTIFF image

2016-05-04 Thread Andrea Aime
Hi, looks like a reprojection artifact, but I cannot say more than this. I suggest you to open a ticket on the bug tracker, adding sample data and a request to reproduce it (not necessary to have the whole thing, a small sample that shows the problem is sufficient) Cheers Andrea On Wed, May 4,

[Geoserver-users] WCS statistics

2016-05-04 Thread Anton Lundkvist
Hi, I want to get the statistics (min, max, mean, and stdv) of a raster in GeoServer. I have looked at WPS and REST but no luck. The WPS does not seem to have this process implemented. The REST API should be able to give me this answer at the following endpoint: