Re: [Geotools-devel] Pull request queue

2017-10-31 Thread Jody Garnett
Agreed. You asked for help with javadocs, it was also discussed in today’s meeting. I am going to try and follow up on and off his week. On Tue, Oct 31, 2017 at 5:25 PM Nicolai Parlog wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi! > > I feel like my PR on

Re: [Geotools-devel] Pull request queue

2017-10-31 Thread Nicolai Parlog
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi! I feel like my PR on Java 9 is waiting for you guys. Just saying to make sure we're not waiting for one another. ;) so long ... Nicolai On 01.11.2017 00:54, Luca Morandini wrote: > On 01/11/17 07:48, Jody Garnett wrote: >> Luca we went

Re: [Geotools-devel] Pull request queue

2017-10-31 Thread Luca Morandini
On 01/11/17 07:48, Jody Garnett wrote: Luca we went over the open GeoTools pull requests in todays meeting; many are waiting on submitter but we were able to close a few. Great! Thanks a lot Jody. Cheers, Luca Morandini Data Architect - AURIN project Melbourne eResearch Group Department of

Re: [Geotools-devel] Pull request queue

2017-10-31 Thread Jody Garnett
Luca we went over the open GeoTools pull requests in todays meeting; many are waiting on submitter but we were able to close a few. Please check out the meeting notes (when posted) for details. -- Jody Garnett On 24 October 2017 at 15:59, Luca Morandini wrote: > >

[Geotools-devel] GeoTools / GeoWebcache / GeoServer Meeting 2017-10-31

2017-10-31 Thread Torben Barsballe
Attending Jody Garnett Kevin Smith Jukka Rahkonen Torben Barsballe Actions from Last Meeting - Jody: Letter for JTS Topology Suite Release (permission to distribute Oracle classes as BSD): https://github.com/geotools/geotools/wiki/JTS-ORA-Contribution Agenda -

Re: [Geotools-devel] Composing feature calcs in a composite collection

2017-10-31 Thread Andrea Aime
On Tue, Oct 31, 2017 at 6:47 PM, Jody Garnett wrote: > Opinion - great direction for visitor, think it would allow us to make > better use of collections model as a result. The functionality is used for > optimization in JDBC, but the ability to split/merge feature

Re: [Geotools-devel] Composing feature calcs in a composite collection

2017-10-31 Thread Jim Hughes
On 10/31/2017 01:47 PM, Jody Garnett wrote: Opinion - great direction for visitor, think it would allow us to make better use of collections model as a result. The functionality is used for optimization in JDBC, but the ability to split/merge feature visitors (including their result) would be

Re: [Geotools-devel] Composing feature calcs in a composite collection

2017-10-31 Thread Jody Garnett
Opinion - great direction for visitor, think it would allow us to make better use of collections model as a result. The functionality is used for optimization in JDBC, but the ability to split/merge feature visitors (including their result) would be advantageous for concurrency. I remember

[Geotools-devel] Composing feature calcs in a composite collection

2017-10-31 Thread Andrea Aime
Hi, I'm looking at a possible optimization for a composite feature collection, that is, the ability to optimize down feature visitors instead of running them in memory. So the code gets a visitor, and I was thinking, ok, if it's a FeatureCalc