[Geoserver-users] Geoserver - Weather and Sea Data ?

2016-03-19 Thread warlockdn
Hi, This is relatively new to me so please do bear with me. I want to request weather and sea related data like Wind Wave Height (m) Wind Wave Period (s) Air Pressure (hPa) Wind Speed @ 10m (kts) Precipitation (mm) Ice Cover and some more data from geoserver wms well I only got this much into

Re: [Geoserver-users] Problem with timestamps and Oracle datastore

2016-03-19 Thread DGIS Devels
We had not thought it was a problem related to the time change. We haveconsidered it and and that Geoserver returns results in GMT, and no problem with the hour. However, we still find answers to the date indicated with a day less than stored in BD. Thank you very much for your response. 2016-03

[Geoserver-users] Error calling getLayerStyles()

2016-03-19 Thread Michael Neynens
Geoserver 2.8.1 Hi all, I am migrating data from Geoserver 2.2.5 to Geoserver 2.8.1. There is some modification done to the layergroups, datastore, and featuretype xml files to make the compliant with 2.8.1. After the data is migrated into 2.8.1, I can boot up geoserver and login to the web g

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Rahkonen Jukka (MML)
Hi, It may be good to know that older Geoserver versions can't utilize external overviews which are saved into separate files (image_name.ovr) if gdaladdo is run with -ro option. I believe that external overviews are supported nowadays but I could not find since which version. Internal overvie

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Richard Duivenvoorde
On 17-03-16 16:26, Kirk, Victor wrote: > When I'm editing a style and checking the result I simply press Alt+left on > the style page to go back to the style. That brings you back to the 'old version' of your style (I just checked). This just takes the old cached version of the page, containing

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Ian Turton
Those sound like small tiffs so you would be better combining them together to avoid opening too many files at a time. Have a look at gdalbuildvrt to make a virtual raster catalogue that you can then convert into a tiled compressed geotiff that is in your main output projection. Have a read throug

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
If I create overviews for the images, do the Geoserver layers associated with it need to be recreated? Max On 17 March 2016 at 14:21, Rahkonen Jukka (MML) wrote: > Hi, > > > > If you want to keep all 6 layers which is not optimal as Andrea just > wrote, the most obvious thing to do is to cr

[Geoserver-users] Cascades a remote WMS

2016-03-19 Thread pinheiro
Dear Geoserver-Users, I have a proxy in the network running behind Geoserver. Because of that I am unable to connect to the Capabilities URL. Geoserver is installed in a windows environment. Could anyone give me a clue how to solve that? I have gone through: Settings --> Global--> Proxy Base U

[Geoserver-users] Cannot disable security on GWC REST API

2016-03-19 Thread Jason Newmoyer
GeoServer 2.8.2 with Jetty 9.3 I am trying to disable authentication entirely on the geoserver/gwc/rest endpoint to make it easier for our applications to automate cache truncation when data updates are loaded. I have tried: 1. Updating rest.properties under data_dir/security to this: /**;GET=I

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Ian Turton
Ideally it would be like the CSS style editing page with a map tab and a data tab? Does anyone know how hard it would be to nick that code and add it to the SLD page? Ian On 17 March 2016 at 15:42, Kirk, Victor wrote: > That's no good then. Does work for me however on chrome win+linux. > > --

Re: [Geoserver-users] Adding Style through Rest

2016-03-19 Thread David Haynes II
Andrea, Thanks for pointing me to that library. Seems like most of the pieces are there. On another topic are you or anyone from Geoserver presenting at FOSS4g in Bonn? I know there have been a couple of tutorials and I'd definitely send a colleague of mine to attend the workshop if one was going

Re: [Geoserver-users] Problem with timestamps and Oracle datastore

2016-03-19 Thread Andrea Aime
On Thu, Mar 17, 2016 at 12:09 PM, DGIS Devels wrote: > We had not thought it was a problem related to the time change. We > haveconsidered it and and that Geoserver returns results in GMT, and no > problem with the hour. > Dates are also converted to GMT, there is an interesting discussion on th

Re: [Geoserver-users] Adding Style through Rest

2016-03-19 Thread Andrea Aime
Hi David, you might want to look at what gsconfig does (or just use it): https://github.com/boundlessgeo/gsconfig Cheers Andrea On Thu, Mar 17, 2016 at 4:53 PM, David Haynes II wrote: > Hello, > > I am running into an issue with adding a style to an existing layer via > API in Python. > The e

Re: [Geoserver-users] Welcome to the "Geoserver-users" mailing list (Digest mode)

2016-03-19 Thread Kevin Smith
Welcome to the GeoServer Users list. On Fri, Mar 18, 2016, at 04:52 AM, pinhe...@chm.mar.mil.br wrote: > Dear geoserver-users, > > I am sending my e-mail according to the message bellow. > To post to this list, send your email to: > > geoserver-users@lists.sourceforge.net I think you may hav

[Geoserver-users] Adding Style through Rest

2016-03-19 Thread David Haynes II
Hello, I am running into an issue with adding a style to an existing layer via API in Python. The existing layer has 1 style and I want to add a send. {"styles":{"style":[{"name":"tp_raster_ramp","href":"https:\/\/myserver.com\/geoserver\/rest\/layers\/bambarahar\/styles\/tp_raster_ramp.json"}]}}

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Andrea Aime
On Thu, Mar 17, 2016 at 5:41 PM, Ian Turton wrote: > Ideally it would be like the CSS style editing page with a map tab and a > data tab? > > Does anyone know how hard it would be to nick that code and add it to the > SLD page? > Eh, I thought about it a few times... it's not so easy... that pag

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Andrea Aime
On Thu, Mar 17, 2016 at 3:00 PM, Max wrote: > As 6 layers. They are not contiguous, are completely separate and are > viewed strictly one at a time per user. > Ah, that is a factory in the slowness you're seeing... GeoServer is not currently designed to handle efficiently that amount of laye

Re: [Geoserver-users] Problem with timestamps and Oracle datastore

2016-03-19 Thread Ian Turton
The day change occurs because your time stamp was truncated to a date at some point and then moved back by an hour (or two) which moves it into the previous day and then it got truncated again. Ian On 17 March 2016 at 11:09, DGIS Devels wrote: > We had not thought it was a problem related to th

[Geoserver-users] Getting the Legend as JSON

2016-03-19 Thread Deepti Puri
Form ArcMap service - we get JSON for Legend similar to this https://p.com/arcgis/rest/services/aaa/aaa/MapServer/Legend?f=pjson&token=d.&callback=angular.callbacks._0 angular.callbacks._0({ "layers": [ { "layerId": 1, "layerName": "abc", "layerType": "Feature Layer", "minScale": 0, "ma

Re: [Geoserver-users] Getting the Legend as JSON

2016-03-19 Thread Jonathan Moules
Note that there is the "GetStyles" request (it's part of the SLD spec) - this returns the Style used for the layer as XML. There are various convertors out there to convert XML to JSON - if you plugged one of them in as a piece of middleware between the client which needs JSON and GeoServer whi

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Andrea Aime
I agree it's pretty annoying (and believe many share this opinion). We'd just need to find funds to fix it. Cheers Andrea On Thu, Mar 17, 2016 at 3:58 PM, Richard Duivenvoorde wrote: > Hi Users, > > I created an issue for a 'feature request' which in short means: > - when editing a style or lay

Re: [Geoserver-users] Cascades a remote WMS

2016-03-19 Thread Rahkonen Jukka (MML)
Hi, The cascaded WFS page http://docs.geoserver.org/stable/en/user/data/cascaded/wfs.html gives some instructions about how to configure the web server to use proxy for the outgoing requests. -Jukka Rahkonen- pinheiro wrote: Dear Geoserver-Users, I have a proxy in the network running behin

[Geoserver-users] Release manager for gt 14.3/gs 2.8.3

2016-03-19 Thread Andrea Aime
Hi, the release above should have been cut yesterday, but I don't see anyone on the hook in the last meeting minutes, or in the release schedule. I honestly can't remember if I volunteer during the last meeting, or not? If there is no one else, I'll try to get it started tomorrow, let me know if

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Andrea Aime
On Fri, Mar 18, 2016 at 10:07 AM, Max wrote: > If I create overviews for the images, do the Geoserver layers > associated with it need to be recreated? > Going by memory, to be sure the overviews are recognized, you have to restart the server, or reload the configuration (the reload button in th

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Rahkonen Jukka (MML)
Hi, If you want to keep all 6 layers which is not optimal as Andrea just wrote, the most obvious thing to do is to create overviews for the images. gdaladdo –r average 2 4 8 16 32 64 image.tif --config COMPRESS_OVERVIEW DEFLATE It is worth making a test before reprojecting images physically

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
As 6 layers. They are not contiguous, are completely separate and are viewed strictly one at a time per user. The scenario: user selects a city and a couple parameters, the JS code figures out what layer to request, then submits the request for that layer to Geoserver. Eventually the layer is

[Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Richard Duivenvoorde
Hi Users, I created an issue for a 'feature request' which in short means: - when editing a style or layer in the Geoserver Web administration webpages, after the 'submit' can we please go back to the same style or layer you just edited. In my experience I need to fix at least two times, when I'm

Re: [Geoserver-users] Error calling getLayerStyles()

2016-03-19 Thread Andrea Aime
On Fri, Mar 18, 2016 at 11:23 PM, Michael Neynens < mneyn...@mdacorporation.com> wrote: > Geoserver 2.8.1 > > > > Hi all, > > > > I am migrating data from Geoserver 2.2.5 to Geoserver 2.8.1. There is some > modification done to the layergroups, datastore, and featuretype xml files > to make the co

Re: [Geoserver-users] Getting the Legend as JSON

2016-03-19 Thread Andrea Aime
Hi, there is no json support for GetLegendGraphics, the proposal you're linking to never got approved and implemented sorry! :-) Also see in the master proposal list, it's listed below the "deferred and rejected" proposals: https://github.com/geoserver/geoserver/wiki/Proposals#deferred-and-rej

Re: [Geoserver-users] Slow Tile Loading

2016-03-19 Thread Kevin Smith
Well, one option is to seed the cache.  You can tell GWC to request every tile up front so it will already be in the cache when a user arrives.  Obviously this can use a lot of storage space for the cache, and it imposes a heavy load on the back end while doing the seeding. In terms of diagnosing

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread russ
I might be misunderstanding the question but I normally hit Validate (I think that is the name, not at my GeoServer at the moment) to check the syntax. This stays on the page. Russ > ---Original Message--- > From: Richard Duivenvoorde > To: GeoServer Mailing List List > Subject: [

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Andrea Aime
On Thu, Mar 17, 2016 at 4:34 PM, Richard Duivenvoorde wrote: > > Ah ok, that is already at least two people :-) > > I'm not sure how difficult it is (using Wicket I mean), that is actually > the mean reason of my question: is current status just because nobody > else sees this as a problem, or di

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Kirk, Victor
When I'm editing a style and checking the result I simply press Alt+left on the style page to go back to the style. Returning directly after Submit could be quite annoying, especially on the layer page (I don't think Ive ever wanted to go straight back to the same layer after changing it). Wh

[Geoserver-users] Graphic Rotation

2016-03-19 Thread Volkan Gümüs
Hi, I'm trying to rotate an external graphic resource using in SLD: http://pastebin.com/GkmgyYW1 The documentation lists the Rotation-Tag as a valid element of Unfortunately it is not working. Do you see an error in my sld? Using GeoServer 2.8.2. Thanks! Volkan Gümüs

Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread Richard Duivenvoorde
Ah ok, that is already at least two people :-) I'm not sure how difficult it is (using Wicket I mean), that is actually the mean reason of my question: is current status just because nobody else sees this as a problem, or did somebody already invest a lot of time into it but just did not succeed

[Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
I have a large number - more than 60 thousand - of relatively small Geotiffs, usually from 2 to 12 Mb. I have a web client that uses Leaflet to view them, but things are quite slow even inside our own network. I have a hunch that both Geoserver and these Geotiffs are not configured in the best way

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
Thanks - because of the origin of the data the Geotiffs are not adjacent, there's a little group for each of about 500 cities, but strictly one of them at a time is shown, so I'm not sure how much that's going to help. If there's something computationally intensive going on at the server's end, tha