Re: [Geoserver-users] Error when creating SQL view with parameters via REST

2017-02-10 Thread David Haynes II
t;escapeSql" to true... have you tried flipping that switch off? > It caught my attention because I did not remember about it, and indeed I > was not the one to add that functionality. > > Cheers > Andrea > > On Wed, Feb 8, 2017 at 9:00 PM, David Haynes II <dahay...@u

Re: [Geoserver-users] Error when creating SQL view with parameters via REST

2017-02-09 Thread David Haynes II
The log is showing the same syntax error 2017-02-07 09:27:14 CST [1564-1] terrapop_v1_94_01032017_demo_green ERROR: syntax error at or near "%" at character 166 2017-02-07 09:27:14 CST [1564-2] terrapop_v1_94_01032017_demo_green STATEMENT: select * from (select gi_id::text || '_0'::text as

Re: [Geoserver-users] Error when creating SQL view with parameters via REST

2017-02-09 Thread David Haynes II
witch off? > It caught my attention because I did not remember about it, and indeed I > was not the one to add that functionality. > > Cheers > Andrea > > On Wed, Feb 8, 2017 at 9:00 PM, David Haynes II <dahay...@umn.edu> wrote: > >> Hello ever

Re: [Geoserver-users] Error when creating SQL view with parameters via REST

2017-02-08 Thread David Haynes II
quot;: true, "binding": "java.lang.Integer"}, {"name": "short_label", "minOccurs": 0, "maxOccurs": 1, "nillable": true, "binding": "java.lang.String"}, {"name": "geom_3", "minOccurs":

[Geoserver-users] Error when creating SQL view with parameters via REST

2017-02-07 Thread David Haynes II
Hello, I am running into an error when creating an SQL view data layer via REST. The problem is encountered when trying to creating the SQL view parameter. I submit the following text below in my JSON object and PosgreSQL detects the '%' and it creates the error so no view is created. select

[Geoserver-users] Error when creating NETCDF store

2017-01-24 Thread David Haynes II
Hello running into an issue when creating a netcdf store. It seems unusual, because I have been able to successfully creating the store and layers before. Actually, the error seems to be occuring when trying to generate the layer not the datastore. The data store actually is generated despite the

Re: [Geoserver-users] Sinusoidal projection

2016-11-07 Thread David Haynes II
setting the > WGS84 envelope to -180/-90/180/90. > > If this does not work: > > What is the full line in your epsg.properties? > > Are you able to use the GeoServer projection console to project test > points to and from your custom projection? > > You can see the GeoTools

[Geoserver-users] Sinusoidal projection

2016-11-04 Thread David Haynes II
Hello list, I am encountering some issues creating a layer from a sinusoidal projection, using Geoserver 2.8.3. According to the geoserver release this feature was added in 2.8 ( http://blog.geoserver.org/2015/05/29/geoserver-2-8-m0-released/) Has this been confirmed or should I try a new

[Geoserver-users] Error Creating Layer from JDBC Mosaic store

2016-10-31 Thread David Haynes II
Hello, I'm running into an error creating a layer from a PostGIS image mosaic store. I am using a custom projection for MODIS, which I entered into the epsg.properties file (http://spatialreference.org/ref/sr-org/6842/prettywkt/ ) The Projection has also been added to PostgreSQL's spatial ref

[Geoserver-users] Error when creating netcdf store

2016-10-25 Thread David Haynes II
Hello, I am receiving a failed to create reader error when trying to create a netcdf store. Within the stack trace error I am finding that java is trying to create a directory and receiving an error. Is this a simple permissions issue? Caused by: java.lang.RuntimeException: java.io.IOException:

Re: [Geoserver-users] WPS Ras: Crop Coverage

2016-10-04 Thread David Haynes II
the out of memory error. On Tue, Oct 4, 2016 at 9:33 AM, David Haynes II <dahay...@umn.edu> wrote: > On the windows machine we are using Jetty. > I tried increasing the memory up to 4gigs and still received the error. > > I followed the steps here > http://www.wikihow.com

Re: [Geoserver-users] WPS Ras: Crop Coverage

2016-10-04 Thread David Haynes II
On the windows machine we are using Jetty. I tried increasing the memory up to 4gigs and still received the error. I followed the steps here http://www.wikihow.com/Increase-Java-Memory-in-Windows-7 On Wed, Sep 28, 2016 at 10:41 AM, P O'Toole wrote: > > Hello, > > > I have a

[Geoserver-users] WPS Ras: Crop Coverage

2016-09-26 Thread David Haynes II
Hello, I have a question regarding how to properly configure Geoserver to implement a Web Processing Service. Specifically, I would like to do the ras:CropCoverage. This is the xml that I have generated where both the raster and polygon are in the correct projection. WGS 84. I keep receiving an

Re: [Geoserver-users] Geoserver to Ruby on Rails

2016-08-19 Thread David Haynes II
ges to your application code or geoserver > configuration. > I have just tested this here and it works. > > Best, > Daniel > > Em 18/08/2016 18:37, David Haynes II escreveu: > >> Hello Everyone, >> >> This isn't necessarily a Geoserver question, but I am hopin

[Geoserver-users] Geoserver to Ruby on Rails

2016-08-18 Thread David Haynes II
Hello Everyone, This isn't necessarily a Geoserver question, but I am hoping to get some advice from this group on what tools and tips will make this work. I have a web application that consumes wms produced by Geoserver. Currently we have a large number of layers and view that connect directly

Re: [Geoserver-users] Adding Style through Rest

2016-03-19 Thread David Haynes II
was going to be held. On Thu, Mar 17, 2016 at 11:05 AM, Andrea Aime <andrea.a...@geo-solutions.it> wrote: > 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

[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.

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

2016-01-22 Thread David Haynes II
Hello, I recently used the netcdf plugin for geoserver 2.8 found here ( http://ares.opengeo.org/geoserver/2.8.x/ext-latest/). I didn't have any issues. Curious to as to why or how you would store the PostGIS mosaic indices as PostGIS doesn't ingest NetCDF datasets. On Wed, Jan 20, 2016 at 10:25

Re: [Geoserver-users] Geoserver create coverage via rest api

2015-11-20 Thread David Haynes II
I found a solution. It had to do with the data being uploaded not the url. On Tue, Nov 17, 2015 at 11:01 PM, Brad Hards <br...@frogmouth.net> wrote: > On Tue, 17 Nov 2015 04:34:05 PM David Haynes II wrote: > > I tried posting to an xml to this url > > "/workspaces/

Re: [Geoserver-users] Geoserver create coverage via rest api

2015-11-18 Thread David Haynes II
Hards <br...@frogmouth.net> wrote: > On Tue, 17 Nov 2015 04:34:05 PM David Haynes II wrote: > > I tried posting to an xml to this url > > "/workspaces//coveragestores//coverages/" and received a 401 > > error. > Can you say what you are really posting? What a

[Geoserver-users] Geoserver create coverage via rest api

2015-11-17 Thread David Haynes II
Hello list, I must be overlooking something simple. I am using the REST API to create a Geoserver coveragestore and coverage. I followed the example and successfully created the store. However, when I go to the web interface I find that I didn't publish/create the image mosaic jdbc store. This

Re: [Geoserver-users] Can CQL Expressions be applied to raster bands?

2015-10-15 Thread David Haynes II
data. On Mon, Oct 12, 2015 at 10:18 AM, Andrea Aime <andrea.a...@geo-solutions.it> wrote: > On Mon, Oct 12, 2015 at 4:27 PM, David Haynes II <dahay...@umn.edu> wrote: > >> Seems that CQL expressions are not supported for this yet? Is there >> another way I can go

[Geoserver-users] Can CQL Expressions be applied to raster bands?

2015-10-12 Thread David Haynes II
Hello, I am wondering if CQL expression can be applied to a multibanded raster. I have a raster that has 10+* bands and I want to have the visualiz presentation change with input from the user. I successfully loaded the data into geoserver and each band is present in the raster. Currently this

Re: [Geoserver-users] Raster projections

2015-09-28 Thread David Haynes II
wrote: > On Mon, Sep 28, 2015 at 5:58 PM, David Haynes II <dahay...@umn.edu> wrote: > >> what do you mean by "I believe you should have all the files that you >> need. The raster is loaded using the PostgreSQL JDBC connection." >> >> >> I think I

Re: [Geoserver-users] Raster projections

2015-09-28 Thread David Haynes II
. > Also, which version of GeoServer are you using? > > Cheers > Andrea > > > On Mon, Sep 28, 2015 at 4:31 PM, David Haynes II <dahay...@umn.edu> wrote: > >> Hello Jody, >> >> Thanks for the reply. I seem to be encountering an issue related to >

Re: [Geoserver-users] Raster projections

2015-09-28 Thread David Haynes II
; > > Are you using the image mosaic JDBC module? Like, data stored in postgis > raster? > > Cheers > Andrea > > > On Mon, Sep 28, 2015 at 5:30 PM, David Haynes II <dahay...@umn.edu> wrote: > >> I will send a google drive invitation to your personal e-ma

Re: [Geoserver-users] SLD Rest Service

2015-09-10 Thread David Haynes II
there are no additional options regarding the REST service. I thought I would ask before investigating the jar file and making a mess. On Thu, Aug 13, 2015 at 9:38 AM, Andrea Aime <andrea.a...@geo-solutions.it> wrote: > On Thu, Aug 13, 2015 at 4:25 PM, David Haynes II <dahay...@um

[Geoserver-users] SLD Rest Service

2015-08-13 Thread David Haynes II
Hello, Has anyone successfully implemented the community tool SLD Rest Service? I downloaded and placed it within the lib folder, but the sldrest directory does not exist. Any help would be appreciated. -- David Haynes, Ph.D. Research Associate Terra Populus Minnesota Population Center

[Geoserver-users] SLD Rest Service

2015-08-11 Thread David Haynes II
Hello, Looking for more examples and documentation about how to properly use the SLD Rest Service. I have read through the documentation for the service here ( http://docs.geoserver.org/stable/en/user/community/sldservice/index.html) The documentation shows that there should be a path in the API

Re: [Geoserver-users] PGraster cimmunity plugin

2015-08-04 Thread David Haynes II
We successfully implemented it. What questions do you have? On Mon, Aug 3, 2015 at 5:05 PM, Vijay Ramalingam vramalin...@ncche.olemiss.edu wrote: Hello: Has anyone successfully used the PGraster plugin in Geoserver v 2.7 or 2.8 for a Linux box. -Vijay Ramalingam

[Geoserver-users] SLD and rasters

2015-08-04 Thread David Haynes II
Hello, I have made a SLD for a categorical raster that will allow me to turn each pixel value on an off. The initial style has opacity set to '0' and it works fine when using the previewing option through geoserver. We can take url of the map add on env=lcwater:1 and the resulting image looks

[Geoserver-users] Dynamic SLD using rasters

2015-08-03 Thread David Haynes II
Hello, I successfully created a SLD for a categorical raster that will allow me to turn each pixel value on an off. The initial style has opacity set to '0' and it works fine when previewing in open layers. However, our app which is using leaflet has trouble rendering the image. The image shows a

Re: [Geoserver-users] Dynamic SLD for Attribute type error

2015-08-03 Thread David Haynes II
for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc. On Fri, Jul 31, 2015 at 6:51 PM, David Haynes II dahay...@umn.edu wrote: Geoserver 2.7.1 Git Revision 381d86c5a8678a0734f4c509e75dd03a4421 Build Date 20-May-2015 23:39

[Geoserver-users] Dynamic SLD for Attribute type error

2015-07-31 Thread David Haynes II
Hello, I want to implement a dynamic SLD for a raster dataset which is uses a PostGIS dataset. The raster loads fine, however I am receiving the following error line 16: cvc-datatype-valid.1.2.1: '${env('value',0.354)}' is not a valid value for 'double'. line 16: cvc-attribute.3: The value

Re: [Geoserver-users] Dynamic SLD for Attribute type error

2015-07-31 Thread David Haynes II
andrea.a...@geo-solutions.it wrote: On Fri, Jul 31, 2015 at 6:38 PM, David Haynes II dahay...@umn.edu wrote: Hello, Thanks for the reply, but it doesn't seem to be working Which version of GeoServer are you using? Mauro, do you remember if this feature has already landed in any stable series

Re: [Geoserver-users] Dynamic SLD for Attribute type error

2015-07-31 Thread David Haynes II
-solutions.it wrote: Hi David, it might well just be that the xml schemas used for validation were not updated when the dynamic sld in color map was implemented (Mauro, can you comment?) Try to save it and use it anyways, does it work? Cheers Andrea On Fri, Jul 31, 2015 at 3:57 PM, David Haynes

[Geoserver-users] PG raster metadata table

2015-07-23 Thread David Haynes II
Hello, I have a question about how you specify the location of the metadata table when connecting a PostGIS raster dataset, using the JDBC plugin. I have sucessfully created a JDBC data store using rasters found in other schemas. name | tiletable|

[Geoserver-users] Error in Projection: No transform

2015-07-14 Thread David Haynes II
Hello, I am having an issue with visualizing a raster dataset using the dataset projection tool. I have added the modis projection definition to my epsg.properties file http://spatialreference.org/ref/sr-org/6974/html/ 68420=PROJCS[MODIS Sinusoidal, GEOGCS[WGS 84, DATUM[WGS_1984, SPHEROID[WGS

Re: [Geoserver-users] Could not list layers for this store (JDBC Image Mosaic)

2015-07-06 Thread David Haynes II
Still have issues connecting geoserver to postgis raster The error that shows up on the web interface is: Could not list layers for this store, an error occurred retrieving them: Failed to create reader from file:data/glc.postgis.xml and hints null For my example, I have a metadata table

Re: [Geoserver-users] Geoserver connection

2015-07-06 Thread David Haynes II
Still have issues connecting geoserver to postgis raster The error that shows up on the web interface is: Could not list layers for this store, an error occurred retrieving them: Failed to create reader from file:data/glc.postgis.xml and hints null For my example, I have a metadata table

Re: [Geoserver-users] Could not list layers for this store (JDBC Image Mosaic)

2015-07-01 Thread David Haynes II
Looks like a connection problem. Did you configure PostGres for remote access ? http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html Cheers Christian On Tue, Jun 30, 2015 at 4:22 PM, David Haynes II dahay...@umn.edu wrote: Here is the error log. Hope that helps

[Geoserver-users] Could not list layers for this store (JDBC Image Mosaic)

2015-06-30 Thread David Haynes II
Hello, I am trying to build an app that utilizes raster files that I have ingested into my PostgreSQL/PostGIS database. The error occurs when trying to make the PostGIS raster data store. The error on the web interface says Could not list layers for this store, an error occurred retrieving them:

[Geoserver-users] (no subject)

2015-06-29 Thread David Haynes II
Hello, I am new to Geoserver so any help would be appreciated. I am trying to build an app that utilizes raster dataI have ingested into my PostgreSQL/PostGIS database. The error occurs when trying to make the PostGIS raster data store. However, I have previously created a postgis vector data