Re: [Geotools-devel] Complex feature parsing: wfs-ng and app-schema

2015-02-04 Thread Niels Charlier
Hi Ben, I saw this but there was some comment from Jody about picking it up after she returned. I'm happy to have a look at it. I'll put it on my "todo" list. Kind Regards Niels On 03-02-15 20:11, Ben Caradoc-Davies wrote: > Niels and Sampo, > > have you seen Rini's complex feature parsing pull

[Geotools-devel] solr data store attribute lookup process

2015-02-04 Thread Justin Deoliveira
Hi folks, Continuing down the path of working with the solr datastore I have run into another issue related to how the data store goes about looking at attributes/fields when creating feature types. Basically the data store ends up doing a query against the solr server for each field that is retur

Re: [Geotools-devel] solr data store attribute lookup process

2015-02-04 Thread Andrea Aime
On Wed, Feb 4, 2015 at 5:24 PM, Justin Deoliveira wrote: > So... I would like to utilize this property in some shape or form to avoid > the extensive lookup process. Either by exposing it as an option or by just > changing the behaviour. Either way is fine by me, whatever Andrea and the > other m

Re: [Geotools-devel] solr data store attribute lookup process

2015-02-04 Thread Justin Deoliveira
On Wed, Feb 4, 2015 at 9:30 AM, Andrea Aime wrote: > On Wed, Feb 4, 2015 at 5:24 PM, Justin Deoliveira > wrote: > >> So... I would like to utilize this property in some shape or form to >> avoid the extensive lookup process. Either by exposing it as an option or >> by just changing the behaviour

Re: [Geotools-devel] solr data store attribute lookup process

2015-02-04 Thread Andrea Aime
On Wed, Feb 4, 2015 at 5:32 PM, Justin Deoliveira wrote: > Now, since you are working in a company that has extensive SOLR expertise, >> what do you think of becoming "the other maintainers"? :-) >> > > Haha, definitely, happy to help maintain the module. Are you looking for a > primary maintaine

Re: [Geotools-devel] solr data store attribute lookup process

2015-02-04 Thread Justin Deoliveira
Sounds great! On Wed, Feb 4, 2015 at 9:35 AM, Andrea Aime wrote: > On Wed, Feb 4, 2015 at 5:32 PM, Justin Deoliveira > wrote: > >> Now, since you are working in a company that has extensive SOLR >>> expertise, what do you think of becoming "the other maintainers"? :-) >>> >> >> Haha, definitely

[Geotools-devel] [jira] (GEOT-5009) Solr DataStore - Use FieldInfo.getDocs to determine field emptiness

2015-02-04 Thread Justin Deoliveira (JIRA)
Title: Message Title Justin Deoliveira created an issue

[Geotools-devel] (GEOS-6868) Source of geotools commons-lang dependancies

2015-02-04 Thread Torben Barsballe
I am working on uppdating the commons-lang dependancy in geoserver (for https://jira.codehaus.org/browse/GEOS-6868), and am starting with the geotools commons-lang dependancies. It looks like GeoTools currently pulls in several versions of commons-lang (2.1, 2.3, 2.4) via transitive dependancies.

Re: [Geotools-devel] (GEOS-6868) Source of geotools commons-lang dependancies

2015-02-04 Thread Andrea Aime
On Wed, Feb 4, 2015 at 8:02 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > I am working on uppdating the commons-lang dependancy in geoserver (for > https://jira.codehaus.org/browse/GEOS-6868), and am starting with the > geotools commons-lang dependancies. > > It looks like GeoTools

Re: [Geotools-devel] Complex feature parsing: wfs-ng and app-schema

2015-02-04 Thread Ben Caradoc-Davies
That would be great! Rini will be back in October but merging earlier may prevent new conflicts. Kind regards, Ben. On 04/02/15 22:00, Niels Charlier wrote: > Hi Ben, > > I saw this but there was some comment from Jody about picking it up > after she returned. > I'm happy to have a look at it. I

[Geotools-devel] Replacing Vecmath

2015-02-04 Thread Tyler Battle
Thanks to Jody, for pointing me at http://docs.codehaus.org/display/GEOTOOLS/Replace+Vecmath Has anyone worked with any of these (or similar) libraries? When I have some free time, I'm going to try some of the drop-in (fingers crossed) replacements. If there isn't a loss in performance, this woul

Re: [Geotools-devel] Replacing Vecmath

2015-02-04 Thread Jody Garnett
For quick evaluation repurpose some of the reprojection tests as a stress test. Start with gt-hsql CRSTest. For a better overall view check downstream GeoServer performance (both raster and vector reprojection) with JMeter. -- Jody Garnett On 4 February 2015 at 13:20, Tyler Battle wrote: > T

Re: [Geotools-devel] (GEOS-6868) Source of geotools commons-lang dependancies

2015-02-04 Thread Torben Barsballe
I have dug into this deeper, and it appears that the top level geotools pom is downloading a number of different versions of commons-lang, but is only using the declared version. I have no idea why these extra versions are being downloaded but not used. Specifically, the following artifacts are dow

[Geotools-devel] GeoTools 13-beta release blog post

2015-02-04 Thread Travis Brundage
The draft for the GeoTools 13-beta release is in blogger. Is there anything significant missing that we'd like to add before publishing it? -- Travis Brundage Software Engineer | Boundless tbrund...@boundlessgeo.com 250.888.2820 @boundlessgeo --

Re: [Geotools-devel] Replacing Vecmath

2015-02-04 Thread Eric Engle
I've used almost all of those options at one time or another, but is there a synopsis of the vecmath features that are actually used within Geotools? On Wed, Feb 4, 2015 at 1:20 PM, Tyler Battle wrote: > Thanks to Jody, for pointing me at > http://docs.codehaus.org/display/GEOTOOLS/Replace+Vecma

Re: [Geotools-devel] Replacing Vecmath

2015-02-04 Thread Jody Garnett
Let me try: *gt-metadata: *looks to just be data structure (Point3d and MismatchedSizeException) org.geotools.math.Line org.geotools.math.Plane *gt-referencing: *uses assorted exceptions, extends GMatrix, and Matrix3d/Matrix4d multiply org.geotools.referencing.operation.DefaultCoordinateOperati

Re: [Geotools-devel] (GEOS-6868) Source of geotools commons-lang dependancies

2015-02-04 Thread Jody Garnett
I am going to guess that the other versions were downloaded as a part of a plugin. You could use mvn dependency:resolve-plugins to check? -- Jody Garnett On 4 February 2015 at 17:05, Torben Barsballe wrote: > I have dug into this deeper, and it appears that the top level geotools > pom is down

Re: [Geotools-devel] GeoTools 13-beta release blog post

2015-02-04 Thread Jody Garnett
I would like to check if we have documentation to link to for new features. -- Jody Garnett On 4 February 2015 at 18:05, Travis Brundage wrote: > The draft for the GeoTools 13-beta release is in blogger. Is there > anything significant missing that we'd like to add before publishing it? > > --