Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Jean Pommier
Mmmh, I switched the log level to Geotools Developer Logging level, and I get somehting weird matching with my external.imagemosaic?recalculate=nativebbox,latlonbbox request. I guess I'll have to ask to the devs... It says : 2014-09-11 21:43:09,723 DEBUG [org.geotools.gce.arcgrid] - ArcGridFo

Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Jean Pommier
Hi again, Nope, apparently that's not it... Good try, however Le 11/09/2014 22:32, Stephen Brooke a écrit : Hi Jean, I tried adding a granule the way you did it with “PUT” and Curl and it replaced my ImageMosaic completely (which is what a PUT request is supposed to do). After deleting an

Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Stephen Brooke
Hi Jean, I tried adding a granule the way you did it with "PUT" and Curl and it replaced my ImageMosaic completely (which is what a PUT request is supposed to do). After deleting and recreating the ImageMosaic I tried "POST" instead and it worked in the sense that it updated my spatial index f

[Geoserver-users] App-schema extension: schema resolution

2014-09-11 Thread Valentina Sagris
hi, I have upgraded my geoserver from 2.5.0 to 2.5.2 using old data directory As result I have problem quering complex feature from Demos page: Could not locate {http://loom-gis.geo.ut.ee/ermas/schemas/sarv}SamplingLocatity in catalog. I have never used option in any of my mapping files and I do

Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Jean Pommier
Hi Steve, Thanks for your answer, it gives me hope. My issue is complementary with yours : 1) I manage to upload the granule using HTTP PUT. In cURL, it would read: curl -v -u admin:geoserver -XPUT -H "Content-type: application/zip" --data-binary @20130101_DV.tif.zip "http://localhost:8081/geos

Re: [Geoserver-users] Why GDAL plugin not work for me

2014-09-11 Thread Zhang, Cindy
Hi, Eric and Garey. Thank you so much for your help. It works now. I have to run the geoserver from the tomcat on my machine. If I ran the jetty:run from the geoserser release, the GDAL plugin would not show up. Maybe the geoserver's jetty override the LD_LIBRARY_PATH (There was no log informa

Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Stephen Brooke
Hi Jean, I have this working on GeoServer 2.5.1. Here's what I do to add a granule to my ImageMosaic+time and with a custom domain attribute: 1. Manually copy the granule, eg Granule_005_20140902_20.tif, to folder file:///D:/Data/Imagery which is where my ImageMosaic store points to 2

Re: [Geoserver-users] Point Geometry in lon/lat columns of non-spatial db

2014-09-11 Thread Eric Jarvies
Jens, Did you need GeoServer for some specific purpose for said X|Y coordinates -like creating a WMS layer? If there is no ‘good’ reason to use GeoServer then said data can simply be accessed via your webcore(read Leaflet or OpenLayer and node.js, as an example). Eric On Sep 11, 2014, at 7

[Geoserver-users] Point Geometry in lon/lat columns of non-spatial db

2014-09-11 Thread Nachtigall, Jens (init)
Hi, is it possible to use a db, say Oracle *without* its spatial extension as a Data source in GeoServer, where the Point geometry is simply stored in two separate columns? The columns are simply "lon" and "lat" containing floats. That is, can I simply map these lon/lat columns in GeoServer an

[Geoserver-users] Geoserver 2.6 RC1 slow WMS

2014-09-11 Thread Jakob Ventin
Hello, I am testing out Geoserver 2.6 RC1 (and 2.6 beta). When performance testing (WMS getmap), I find 2.6x to be ~50% slower than 2.5.2. (Or the other way around - 2.5.2 is 100-150 % faster). I get these results reqeusting png, png8 and jpeg. I tried I have native JAI / JAI ImageIO installed,

Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Jean Pommier
Hi Max, Yes, that's what I meant. Are you certain about this 'manually edit the index' stuff ? I don't get it : using REST DELETE command, you can remove a granule, and it is removed from the index too. But when you add a granule, it is not inserted in the index ? Isn't it the point of adding a

Re: [Geoserver-users] App-schema extension:stored queries for complex features

2014-09-11 Thread Sen, Marcus A.
> -Original Message- > From: Valentina Sagris [mailto:valentina.sag...@ut.ee] > Sent: 11 September 2014 05:59 > I wonder is it possible to use wfs2 fes -filter and eventually have > storedQueries for app-schema complex feature? Yes, you can see some demo queries by going to the demo reques

Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Max Stephan
Hi Jean, if I understand you correctly, you have an existing time enabled image mosaic and want to add new GeoTIFFs to it, yes? As far as I am aware the Geoserver ImageMosaic module does not provide a mechanism to update the granule index when new granules are added to the ImageMosaic source

Re: [Geoserver-users] wps - external wfs request

2014-09-11 Thread Rahkonen Jukka (Tike)
Hi, The error means that Geoserver do not recognize data that it gets from the remore server as valid WFS feature collection. It would be best to capture the data coming from the server because error messages etc. would lead to the same result. You can also eliminate the possibility that there

[Geoserver-users] Rif: Re: wps - external wfs request

2014-09-11 Thread Samanta . Biasiolli
Thank you for the answer, I tried with a not ispire feature type too, but I get the same error. Maybe my request is wrong, can I have an example?Thanks!SAMANTA BIASIOLLI Laboratorio Sviluppo SWSINERGIS - Sede di Trento T. +39 0461 0461997245F. +39 0461 997330 "Rahkonen Jukka (Tike)" ---11/09/20

[Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Jean Pommier
Hi list, I've got an imagemosaic constituted of several NDVI geotiffs (using time dimension). It works very well, but I'm stuck at the "add new data" step. I've tried several ways : curl (http://docs.geoserver.org/2.5.x/en/user/rest/examples/curl.html), gsconfig. Digging in the REST API, I g

Re: [Geoserver-users] wps - external wfs request

2014-09-11 Thread Rahkonen Jukka (Tike)
Hi, I see word "inspire" somewhere. Could it be possible that data on that server is not simple features but something structured like the inspere schemata tend to be? As far as I know Geoserver can't utilize data if they are some "application schema" stuff. It would help to see the schema of t

[Geoserver-users] wps - external wfs request

2014-09-11 Thread Samanta . Biasiolli
<<< text/html; charset=US-ASCII: Unrecognized >>> -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.dou

[Geoserver-users] Geoserver WMS Layer (Over BING maps) shifts when zooming in/out

2014-09-11 Thread Ben Crane
Hey all, My last post included 2 images but they exceed the size limit so its being held so trying this without images (images would help I know :)) Quick question: I am overlaying a custom WMS polygon layer over Bing maps...Now when I am zoomed in (Level 16 and below) this looks accurate and on