Re: [Geotools-devel] GeoTools / GeoServer Meeting 2017-03-21

2017-03-22 Thread Andrea Aime
Jody please do not expand scope, GEOS-8030 is blocking the release. Everybody else with a blocker acted days ago, at this point we might have to reschedule the release next week (and take time away from the code sprint) Cheers Andrea On Wed, Mar 22, 2017 at 1:08 AM, Jody Garnett wrote: > Yes -

Re: [Geotools-devel] GeoTools / GeoServer Meeting 2017-03-21

2017-03-22 Thread Jody Garnett
It is okay Andrea I did not get time, wfs-t issues were more pressing. -- Jody Garnett On 22 March 2017 at 00:21, Andrea Aime wrote: > Jody please do not expand scope, GEOS-8030 is blocking the release. > Everybody else with a blocker acted days ago, at this point we might have > to reschedule

Re: [Geotools-devel] GeoTools / GeoServer Meeting 2017-03-21

2017-03-22 Thread Andrea Aime
On Wed, Mar 22, 2017 at 8:26 AM, Jody Garnett wrote: > It is okay Andrea I did not get time, wfs-t issues were more pressing. > I fail to understand how an issue that nobody cared about to even report for 10+ years is more pressing than a release blocker, but hey... Cheers Andrea -- == GeoSer

Re: [Geotools-devel] GeoTools / GeoServer Meeting 2017-03-21

2017-03-22 Thread Jody Garnett
GEOS-8030 is now fixed, sorry for the delay. -- Jody Garnett On 21 March 2017 at 17:08, Jody Garnett wrote: > Yes - from the meeting notes: > > GEOS-8030 WIndows >> server installer memory defaults > > > I also saw the comments on marlin + wind

[Geotools-devel] [JIRA] (GEOT-5686) Shapefile dumper throws a NPE on NULL geometry values

2017-03-22 Thread Nuno Oliveira (JIRA)
Title: Message Title Nuno Oliveira created

[Geotools-devel] GeoTools 17.0 release artifacts ready for testing

2017-03-22 Thread Andrea Aime
Alessandro just made these available: http://ares.boundlessgeo.com/geotools/release/17.0/ I'm going to start a build on a clean repo Cheers Andrea -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Le

Re: [Geotools-devel] GeoTools 17.0 release artifacts ready for testing

2017-03-22 Thread Andrea Aime
All good Alessandro, let's release-publish and move to the GWC release: [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 32:10 min [INFO] Finished

[Geotools-devel] proposed change: coverage readers custom dimension data type conversion

2017-03-22 Thread Niels Charlier
Hello, This message is particularly aimed at people who develop/use coverage readers that support custom dimensions, but are outside of the main geotools/geoserver code base. I am proposing a change that may affect them (see https://osgeo-org.atlassian.net/browse/GEOS-7989). In short: At this

Re: [Geotools-devel] [Geoserver-devel] proposed change: coverage readers custom dimension data type conversion

2017-03-22 Thread Andrea Aime
Hi Niels, there is one test about custom dimensions treatment that was contributed by Mike Benowitz years ago, I've cc'ed him along with another fellow at GDIT, they might be affected (or not). I also know GeoMesa has their own custom readers, no idea if they are dimension enabled or not. Cc'ed Jim

Re: [Geotools-devel] GeoTools 17.0 release artifacts ready for testing

2017-03-22 Thread Andrea Aime
Stuff published, announcements still pending Cheers Andrea On Wed, Mar 22, 2017 at 2:01 PM, Andrea Aime wrote: > All good Alessandro, let's release-publish and move to the GWC release: > > [INFO] > > [INFO] BUILD SUCCESS

[Geotools-devel] Bug in GeoJSON parsing - order of "type" key for geometries of GeometryCollection inside a FeatureCollection

2017-03-22 Thread Graham Rhodes ARA/SED
Hello, I believe I have discovered a GeoJSON parsing error when the "type" value of a Geometry in a GeometryCollection occurs after the "coordinates" array, for the case when the GeometryCollection is in a FeatureCollection. The solution previously applied to GeometryHandlerBase solved the prob