Re: [Geotools-devel] Some changes to improve GeoPackage vector reading performance

2018-01-03 Thread Dave Blasby
Hi, Andrea, Hope you had a great christmas and new year! Here's some thoughts; a) not having a spatial index was a big read performance hit -- thats AWESOME adding it b) Adding TWKB and full-binary-xfer support (like with GeoGig) to postgis will likely add a tonne of performance (certainly redu

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-06-06 Thread Dave Blasby
Hi, I was hoping we could merge Ben's PR, which updates the driver version. https://github.com/geotools/geotools/pull/1605 Thanks, Dave On Wed, May 31, 2017 at 4:08 AM, Ben Caradoc-Davies wrote: > CentOS 6 has 8.4.20: > http://mirror.centos.org/centos/6/os/x86_64/Packages/postgre > sql-8.4.20

Re: [Geotools-devel] [Geoserver-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-30 Thread Dave Blasby
be another big win. Thanks, Dave On Tue, May 30, 2017 at 10:43 AM, Andrea Aime wrote: > On Tue, May 30, 2017 at 7:01 PM, Dave Blasby > wrote: > >> Hi, Andrea, >> >> Only updating the driver version. >> >> I can work with the PostGIS maintainer to ge

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-30 Thread Dave Blasby
endor: Oracle Corporation > Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre > Default locale: en_GB, platform encoding: UTF-8 > OS name: "linux", version: "4.9.0-3-amd64", arch: "amd64", family: "unix" > > Kind regards, > Ben. > >

Re: [Geotools-devel] [Geoserver-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-30 Thread Dave Blasby
e to leverage the > binary transfer? > > Cheers > Andrea > > On Mon, May 29, 2017 at 11:22 PM, Dave Blasby > wrote: > >> Hi, >> >> For GeoGig, we noticed that the latest Postgresql JDBC driver (42.1.1) >> now allows full-binary data transfer. This is

[Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-29 Thread Dave Blasby
Hi, For GeoGig, we noticed that the latest Postgresql JDBC driver (42.1.1) now allows full-binary data transfer. This is better than 25% less bandwidth than Base64 encoding! I'd like to update the pom.xml from 9.4.1211 to 42.1.1. NOTE: PostGIS could be upgraded to use this as its a big win for

Re: [Geotools-devel] Adding a kerning vendor option and enable it by default

2017-04-24 Thread Dave Blasby
Hi, I could just barely notice the difference between those images - and only because Ben pointed out some examples. What is the performance difference for this? I expect its low... Thanks, Dave On Sat, Apr 22, 2017 at 9:59 PM, Ben Caradoc-Davies wrote: > Merged on master. > > Kind regards,

[Geotools-devel] Java Profiler (yourkit)

2016-12-06 Thread Dave Blasby
Hi, I am trying to optimize the GeoGIG plugin and jody told me we have some profiler licenses. Who would I ask about borrowing one? Thanks a lot, Dave -- Developer Access Program for Intel Xeon Phi Processors Access to

Re: [Geotools-devel] GEOT-5514 and DTD XEE attacks

2016-09-21 Thread Dave Blasby
Hi, Andrea (et al), Thanks for putting out these changes so quickly! I heard that this issue could be affecting WFS, WPS, and GWC - do you have any information on this? I see some changes in the PRs in WPS and WFS (but nothing in GWC). Or do these two PRs fix everything? Also, does this issue o

Re: [Geotools-devel] Feature freeze is upon us

2016-08-31 Thread Dave Blasby
I am still interested in getting VT into an extension for 4.10. I need to do; a) a review of the code, run auto-formatting, verify (c) headers b) Port over the Suite 4.8 documentation to Geoserver documentation, link in the 2 presentations that Andreas and I did at Foss4G. c) make sure the OL3 VT

Re: [Geotools-devel] issue with jp2k (direct)

2016-08-03 Thread Dave Blasby
everything works. Thanks, Dave On Wed, Aug 3, 2016 at 2:45 PM, Dave Blasby wrote: > Hi, I'm trying to load the test-case jp2k file into geoserver using > the jp2k driver (no native libraries). > > 1. using the test cases data bogata.jp2 > > https://github.com/geotools/geoto

[Geotools-devel] issue with jp2k (direct)

2016-08-03 Thread Dave Blasby
Hi, I'm trying to load the test-case jp2k file into geoserver using the jp2k driver (no native libraries). 1. using the test cases data bogata.jp2 https://github.com/geotools/geotools/blob/master/modules/plugin/jp2k/src/test/resources/org/geotools/coverageio/jp2k/test-data/bogota.jp2 2. .proj is

[Geotools-devel] Hello/Intro

2015-10-16 Thread Dave Blasby
Hay, everyone, After a hiatus from doing Geoserver/Geotools work - I'm back working at Boundless. I've been super-excited getting re-acquainted with many of the familiar people, as well as meeting many of the new ones. It's great to see the community stronger than ever! I've dived into the code