Re: [Geotools-devel] WFS ComplexFeature and object representation

2021-08-31 Thread Roar Brænden
Hi, That was the one documentation I was missing. I do want to make a function that extracts this information, rather than a xpath accessor. It would've been nice if that function wasn't too verbose. I will look more into your examples and see how it can be done. I'm pretty sure there is some b

Re: [Geotools-devel] WFS ComplexFeature and object representation

2021-08-31 Thread Jody Garnett
Sorry I do not have more time for this, there are a couple spots which seem really odd to me in your example. (Collection) nextFeature.getProperty("kommunenavn").getValue() I was trying to sort out why this was a collection - it does not match any of the examples in the javadocs here ( https://do

Re: [Geotools-devel] WFS ComplexFeature and object representation

2021-08-31 Thread Roar Brænden
Hi, Thanks for the response Jody. In my original example there was only one kommunenavn, but here I've found one with two kommunenavn's: Hattfjelldal nor Aarborte sma The main goal of my query, is to extract the -element of the where there is an nor

Re: [Geotools-devel] release candidate reminder, and gt-imagepyramid build instability

2021-08-31 Thread Andrea Aime
And this one is weird instead... the test definitely tries to remove that table before re-creating it. It also works on the Github build checks and tried an online build locally, too, which works as well. Cheers Andrea On Mon, Aug 30, 2021 at 3:55 AM Jody Garnett wrote: > I also note that geoto

Re: [Geotools-devel] build artifacts out of date

2021-08-31 Thread Peter Rushforth
Great news! Thanks for all your help you guys. You are a very welcoming community. Cheers, Peter On Tue, Aug 31, 2021 at 1:17 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Hi Peter, > we had some issues on the build server that have just been solved. > Hopefully we'll get fresh

Re: [Geotools-devel] release candidate reminder, and gt-imagepyramid build instability

2021-08-31 Thread Andrea Aime
This one has been solved I think Cheers Andrea On Sat, Aug 28, 2021 at 2:54 AM Jody Garnett wrote: > Next week is marked down for making the release candidate, I note on the > build server that we have very few recent successful builds > with gt-imagepyramid responsible for the majority failure

Re: [Geotools-devel] build artifacts out of date

2021-08-31 Thread Andrea Aime
Hi Peter, we had some issues on the build server that have just been solved. Hopefully we'll get fresh jars soon... as soon as this build is done: https://build.geoserver.org/view/geotools/job/geotools-main/390/ Cheers Andrea On Tue, Aug 31, 2021 at 6:10 PM Peter Rushforth wrote: > > It's hard

[Geotools-devel] PMC meeting notes, August 31st 2021

2021-08-31 Thread Andrea Aime
GeoTools / GeoServer PMC meeting - 2021-08-31Attending Torben Barsballe Kevin Smith Jody Garnett Andrea Aime Jukka Rahkonnen Actions from last meeting: - [Done] Torben: Continue Jenkins Upgrade discussions on mailing list - Volunteer requested to record AGM Project update (see n

Re: [Geotools-devel] build artifacts out of date

2021-08-31 Thread Peter Rushforth
> It's hard to tell which build contains the 26 SNAPSHOT, but if it's geotools-main, the last successful build was 18 days ago. The geotools-main description is: *Uses an isolated maven repository, as we had repeated corruption of metadata files.* So unsure what that repo is for, but because it

Re: [Geotools-devel] build artifacts out of date

2021-08-31 Thread Peter Rushforth
It's hard to tell which build contains the 26 SNAPSHOT, but if it's geotools-main, the last successful build was 18 days ago. If it's geotools-main-java11, the last successful build was about 7 hours ago, but the artifacts from that aren't getting into the maven repo if that's the case.Peter On T

Re: [Geotools-devel] build artifacts out of date

2021-08-31 Thread Jody Garnett
The build.geoserver.org “nightly” jobs deploy to OSGeo repository. Check to see if one of the jobs is stuck. There has been trouble with java11 and postgis jobs recently so it may be quite some time since the build was stable. Jody On Tue, Aug 31, 2021 at 8:15 AM Peter Rushforth wrote: > Hi, >

Re: [Geotools-devel] WFS ComplexFeature and object representation

2021-08-31 Thread Jody Garnett
The use of complex features is mostly confined to the app-schema module, and that is a good source of test cases and examples. I helped setup the feature model to enable the app-schema team but did not get a chance to work on it beyond that. The toString representations are just to aid with debug

[Geotools-devel] build artifacts out of date

2021-08-31 Thread Peter Rushforth
Hi, I've got a PR queued up for GeoServer, but it is getting out of date artifacts from the osgeo geotools repository. e.g. https://repo.osgeo.org/repository/snapshot/org/geotools/gt-xml/26-SNAPSHOT/maven-metadata.xml I was wondering how often the geotools build is set up to create new artifact

[Geotools-devel] WFS ComplexFeature and object representation

2021-08-31 Thread Roar Brænden
Hi, I have a WFS source that I try to fetch features from. The response is quite complex, and I've been using org.geotools.data.wfs.impl.WFSDataAccessFactory within gt-wfs-ng. I feel there is something wrong about how this xml are represented as a object graph of Property, but there are so many