[Geotools-devel] adjust versus adjst?

2019-02-05 Thread Kurt Schwehr
Would it be possible to change adjstRelative to adjustRelative so that it's spelled the same way as adjustAbsolute? In https://github.com/geotools/geotools/blob/master/modules/library/main/src/main/java/org/geotools/filter/function/color/AbstractHSLFunction.java ... protected abstract void ad

Re: [Geotools-devel] Filter-CQL issues

2019-02-05 Thread Devon Tucker
I think, unfortunately, fixing this may be trickier than I had hoped. Part of the problem is on the parsing end, because two valid property names get parsed into the exact same thing. "foo/bar" -> foo/bar (no quotes) foo.bar -> foo/bar foo/bar -> doesn't parse Only the final one is correct. T

Re: [Geotools-devel] Filter-CQL issues

2019-02-05 Thread Jody Garnett
In todays meeting we compared the library science CQL which uses "foo/bar.baz" with the OGC CSW CQL which uses "foo.bar.baz" - sigh :) - https://www.loc.gov/standards/sru/cql/spec.html - http://portal.opengeospatial.org/files/?artifact_id=20555 -- Jody Garnett On Tue, 5 Feb 2019 at 10:12, Andre

Re: [Geotools-devel] Filter-CQL issues

2019-02-05 Thread Andrea Aime
HI Devon, agree with the others that the best is to do a round trip test. Just mind, while in memory a nested attribute reference should be xpath like, a/b, while encoded in CQL it should be a.b. So make sure it works fine both ways, I'd do two round trip tests: - Start with "a/b" as PropertyNa

[Geotools-devel] GeoTools / GeoServer PMC meeting - 2019-02-05

2019-02-05 Thread Torben Barsballe
Attending Torben Barsballe Andrea Aime Jukka Rahkonen Jody Garnett Actions from Last Meeting - Torben: try to up the file limits again on Jenkins [Done - Didn't help] Actions - 2.15 release, Jody with Andrea as a sidekick to do the blog post - JDK version recognition a

Re: [Geotools-devel] Filter-CQL issues

2019-02-05 Thread Emilio Lahr-Vivaz
Yeah, I think the main concern in GeoMesa is not the CQL formatting per-say, but that for any given Filter, the following test holds: Assert.assertEquals(filter, ECQL.toFilter(ECQL.toCQL(filter (or at least that they are equivalent, if not strictly equals) Thanks, Emilio On 2/4/19 4:49 P

Re: [Geotools-devel] GeoTools/GeoServer PMC Meeting in 35 minutes

2019-02-05 Thread Andrea Aime
Thanks for the reminder, quite useful! Cheers Andrea On Tue, Feb 5, 2019 at 5:27 PM Torben Barsballe wrote: > Sorry, I forgot to send this out yesterday. The PMC meeting is in 35 > minutes: https://meet.jit.si/GeoServerMeeting > > Talk to everyone then, > > Torben >

[Geotools-devel] GeoTools/GeoServer PMC Meeting in 35 minutes

2019-02-05 Thread Torben Barsballe
Sorry, I forgot to send this out yesterday. The PMC meeting is in 35 minutes: https://meet.jit.si/GeoServerMeeting Talk to everyone then, Torben ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/lis