Re: [Geoserver-users] Multi-parameter NetCDF values in 2.10.x

2017-01-04 Thread kweis...@harris.com
ea of how to work around this issue I'll submit a ticket to the GeoTools jira. Thanks, Kevin M. Weiss Software Engineer CRITICAL NETWORKS / HARRIS CORPORATION harris.com  / kevin.we...@harris.com -Original Message----- From: kweis...@harris.com [mailto:kweis...@harris.com] Sent: Wed

[Geoserver-users] Multi-parameter NetCDF values in 2.10.x

2017-01-04 Thread kweis...@harris.com
Hello again list, I noticed an issue with our NetCDF ImageMosaic coverages after upgrading from 2.9.0 to 2.10.0 The issue only seems to affect multi-parameter netcdf source files and seems to fail silently unless in verbose logging mode. After the upgrade, any data stored in a netCDF with mult

Re: [Geoserver-users] App-schema troubleshooting

2016-12-13 Thread kweis...@harris.com
Thanks, Kevin M. Weiss Software Engineer CRITICAL NETWORKS / HARRIS CORPORATION harris.com  / kevin.we...@harris.com -Original Message- From: kweis...@harris.com [mailto:kweis...@harris.com] Sent: Monday, December 12, 2016 4:25 PM To: Ben Caradoc-Davies Cc: geoserver-users@lists.sou

Re: [Geoserver-users] App-schema troubleshooting

2016-12-12 Thread kweis...@harris.com
Hey Ben, I tried your mapping suggestion, but the output remained the same. I even downloaded and generated a mapping file via HALE (which is pretty cool btw), but the same problem occurs. Stepping through the debugger I noticed that when the BindingPropertyExtractor.java tries to load the pro

Re: [Geoserver-users] App-schema troubleshooting

2016-12-08 Thread kweis...@harris.com
ers@lists.sourceforge.net Subject: Re: [Geoserver-users] App-schema troubleshooting On 09/12/16 10:24, kweis...@harris.com wrote: > I figured the debugger was the way to go, but hoped there was an > easier way. :P Kevin, I feel your pain. The debugger is an end-user-interface antipattern.

Re: [Geoserver-users] App-schema troubleshooting

2016-12-08 Thread kweis...@harris.com
ot encoded here > with some context (the schema and the mappings) and maybe someone will > give you some feedback (I will try). > > Regards, > > Nuno Oliveira > > On 12/08/2016 02:52 PM, kweis...@harris.com wrote: >> Hello again everyone, >> I'm working on cr

[Geoserver-users] App-schema troubleshooting

2016-12-08 Thread kweis...@harris.com
Hello again everyone, I'm working on creating some app-schema mapping files for some complex schemas and have been having a few issues. Specifically, I've got some elements that for some reason refuse to populate. I don't get any errors during boot up nor when a request is processed, the eleme

Re: [Geoserver-users] app-schema and multi line segments

2016-12-06 Thread kweis...@harris.com
is an app-schema problem, please try publishing the source table as a simple feature and making a WFS 2.0.0 request to see how the geometry is encoded. I have not used Curve geometry types but others on this list have. Kind regards, Ben. On 06/12/16 08:36, kweis...@harris.com wrote: > Hel

Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-05 Thread kweis...@harris.com
I haven’t tested this in a while, but we experienced this problem in the past and discovered that using the JDBC-Config plugin (from community modules) resolved the issue. There is an initial hit during the first run with JDBC-Config enabled as it reads every resource file, validates it, and th

[Geoserver-users] app-schema and multi line segments

2016-12-05 Thread kweis...@harris.com
Hello all, Has anyone had luck getting app-schema to encode a geometry with multiple segments? I'm trying to map a single geometry entry in the DB to a gml:Curve with multiple LineStringSegments, but instead of multiple segments the app-schema appears to be concatenating them into a single segm

Re: [Geoserver-users] App-Schema WMS Support

2016-11-29 Thread kweis...@harris.com
l/4.0/documentation/html/index.htm?goto=1:3:1:105 I expect app-schema WMS to work for types that have a top-level geometry property. The WMS page also documents limitations on styling with properties from referenced features. Kind regards, Ben. On 30/11/16 09:09, kweis...@harris.com wrote: > H

[Geoserver-users] App-Schema WMS Support

2016-11-29 Thread kweis...@harris.com
Hello all, I'm trying to enable WMS support on an app-schema feature per the instructions here (http://docs.geoserver.org/latest/en/user/data/app-schema/wms-support.html). The data is retrievable via WFS 2.0 requests, but when I try to request the product via WMS the client receives a ServiceE

[Geoserver-users] App-Schema aliasing

2016-10-20 Thread kweis...@harris.com
Hello all, I was wondering if anyone knows of a way to associate multiple feature types with a single top level element via app-schema. The issue I'm running into is that multiple different data sets are expressed using the same top level element in the WXXM 2.0 schema. It seems that the app

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

2016-06-07 Thread kweis...@harris.com
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 configured the elevation dimension accordingly under the "Dimensions" tab. When I execute a DescribeCoverage request for the

Re: [Geoserver-users] NetCDF Compression Settings

2016-02-11 Thread kweis...@harris.com
@lists.sourceforge.net Subject: Re: [Geoserver-users] NetCDF Compression Settings Hi Kevin, We had this working when specifying NetCDF4-classic output format. I will check that in the next days looking for any regression occurred in the meantime.  Cheers, Daniele On Wed, Feb 3, 2016 at 3:51 PM, kweis...@harris.com

Re: [Geoserver-users] NetCDF Compression Settings

2016-02-03 Thread kweis...@harris.com
Hello, Sorry for posting this twice, but I think my first attempt was hidden due to Outlook's preference of sending HTML mail. I'm trying to enable NetCDF compression via the NetCDF Output plugin in GeoServer 2.8.1.  I have set a compression value (5) in both the individual layer settings as w

[Geoserver-users] NetCDF Compression Settings

2016-02-02 Thread kweis...@harris.com
Hello, I'm trying to enable NetCDF compression via the NetCDF Output plugin in GeoServer 2.8.1. I have set a compression value (5) in both the individual layer settings as well as the global settings; however, all WCS 2.0.1 NetCDF4-Classic responses appear to be the uncompressed file size. I b

[Geoserver-users] Multidimensional NetCDF coverage optimization

2015-12-03 Thread kweis...@harris.com
Hello all, I noticed an inefficiency in the way GeoServer serves multi-dimensional coverage data and was curious if there was a way to optimize it without completely ripping out all the "plumbing" per se. The inefficiency occurs when requesting multiple coverage dimensions from an ImageMosaic d

Re: [Geoserver-users] NetCDF Model WCS Question

2015-10-14 Thread kweis...@harris.com
the available dimensions for the other layers, from the Dimension Tab of the layer config? Please, let us know. Best Regards, Daniele On Tue, Oct 13, 2015 at 6:35 PM, kweis...@harris.com<mailto:kweis...@harris.com> mailto:kweis...@harris.com>> wrote: Hello all, I’ve been testin

[Geoserver-users] NetCDF Model WCS Question

2015-10-13 Thread kweis...@harris.com
Hello all, I've been testing the 2.8-RC build to see if the updated NetCDF support (both netcdf and netcdf-output plugins) could provide the functionality we need. Our use case involves hosting 1-n NetCDF model forecast files and providing both WMS and WCS access in different projections. In m