Re: [Geoserver-users] Connect to datastore in groovy wps script

2016-06-09 Thread jerickson
I think what you are looking for is the geoserver.catalog.Store class: https://github.com/geoserver/geoserver/blob/master/src/community/script/groovy/src/main/groovy/geoserver/catalog/Store.groovy This presentation might also help: http://www.slideshare.net/JaredErickson/scripting-geoserver

Re: [Geoserver-users] Hardware recommendations for GeoServer?

2016-06-09 Thread Jody Garnett
GeoServer is usually hamstrung based due to disk or cpu for vector data, when working with raster data (or complicated styling) the system can respond well to more memory. You will not get any specific advice hardware requirements will be based on your data and expected load. -- Jody Garnett On

Re: [Geoserver-users] Admin login access

2016-06-09 Thread Jim Hughes
Hi Kevin, I've seen the same thing. From the docs (1), I think the short answer is 'no'. As an option, you could setup a user in JDBC with the default admin's username and password. Cheers, Jim 1.

[Geoserver-users] Admin login access

2016-06-09 Thread Kevin Berger
Hi, We created a JDBC User Group service and a JDBC Role service. Under Security > Settings, we changed the active role service from default to the JDBC Role Service we created. After making this change, when we log in as the default admin user, it only displays a couple of menu options: About

Re: [Geoserver-users] Composite and blending for specific layer in WMS call

2016-06-09 Thread Andrea Aime
Hi Paul, I'm not sure if I understand your question correctly, but have you already checked into the composite-base option? http://docs.geoserver.org/stable/en/user/styling/sld-extensions/composite-blend/syntax.html#composite-bases Btw, composition can only be controlled in SLD at the moment,

[Geoserver-users] Composite and blending for specific layer in WMS call

2016-06-09 Thread hanshupe
Hello, I use the destination-in vendor option to use a polygon layer like a mask, so that only some parts of a raster layer are shown. The sld is defined for my polygon layer. In my WMS call a specify both layers: layers=layer_polygon,layer_raster1& Now I want to add other vector and raster

Re: [Geoserver-users] Hardware recommendations for GeoServer?

2016-06-09 Thread Jason Newmoyer
For us, the biggest improvement came by putting our database on SSDs. We have ample memory and processing power though. So the system is always IO bound. Also, this would be specific to vector data in PostGIS, for example OSM. If you're doing a lot of imagery or other raster data, then the gain

[Geoserver-users] Restrict access with Authkey module

2016-06-09 Thread carrbrpoa
Hello, I'm trying to restrict user's access to layers by a combination of Authkey and security/layers.properties. The problem is that the user in question is being able to access more than I wish he could. I wish that this particular user could only GET WMS (just some of them), and that's all.

[Geoserver-users] Hardware recommendations for GeoServer?

2016-06-09 Thread johnrobot
Hi I am in the process of ordering a virtual server for GeoServer from our IT department. GeoServer will be used for cascading WMS, as well as services using PostGIS data. I expect a handful of users (mostly QGIS) in the beginning, but I imagine demand will increase quickly with more users and web

Re: [Geoserver-users] ImageMosaic and custom CRS GeoTIFFs

2016-06-09 Thread Daniele Romagnoli
Hi Maciej, I'm wondering if setting up an ancillary .prj with a custom EPSG authority code for it and putting the same definition on GeoServer as custom CRS would work to match it. GeoTIFF reader can parse an

Re: [Geoserver-users] NetCDF-out time & elevation dimension question

2016-06-09 Thread Daniele Romagnoli
Hi Kevin, Answers are inlined On Tue, Jun 7, 2016 at 4:24 PM, kweis...@harris.com wrote: > Hey all, > I think I stumbled across a bug in the time & elevation dimension handling > of the NetCDF-out extension. Our source data contains elevations in > Pascals and so we

[Geoserver-users] Loading Catalog from external app

2016-06-09 Thread Federico C. Guizzardi
Hi all, I have a question related the load of Geoserver Catalog. An introduction: I'm try to devel a lib who changes (create/delete/mod) the information on geoserver without using rest api. In private, I can explain why. To realize that, my mind is change geoserver_data_dir using gs-main