[Geoserver-devel] GeoTools / GeoServer Meeting 2016-10-04

GeoTools / GeoServer Meeting 2016-10-18

Attending

Torben Barsballe
Andrea Aime
Kevin Smith
Ian Turton

Agenda

2.10.0 Release - New release date, release volunteers
2.10.0 Release - Bug fixing
GSIP-138 - Promote Vector Tiles to Extension
GeoPackage improvements progress

Actions


  • 2.10.0 Release: Bug fixing
  • Andrea: 7798, WFS insert regression, 7730
  • Torben: 7692, 7693, 7797, 7702
  • Jody: 7689 maybe?

Actions from last meeting

  • Kevin to review GeoWebCache PR #434 for XXE [GEOT-5514] (Done)
  • Jody to merge #1320 by hand to correct formatting

2.10.0 Release - New release date, release volunteers

2.10-RC1 released Oct 12th
2.10.0 tentatively for Oct 26th (Wednesday)

Volounteers? Ian volounteers, GWC release will be done by Kevin

Page updated accordingly: https://github.com/geoserver/geoserver/wiki/Release-Schedule

2.10.0 Release - Bug fixing

Outstanding issues:
https://osgeo-org.atlassian.net/issues/?jql=project%20%3D%20GEOS%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Open%20AND%20affectedVersion%20in%20(2.10-beta%2C%202.10-M0%2C%202.10-RC1%2C%202.10.0)%20ORDER%20BY%20key%20ASC%2C%20summary%20ASC

Andrea: 7798, WFS insert regression, 7730
Torben: 7692, 7693, 7797, 7702
Jody: 7689 maybe?
Anyone else interested in taking any other?

GSIP-138 - Promote Vector Tiles to Extension

https://github.com/geoserver/geoserver/pull/1890
https://github.com/geoserver/geoserver/wiki/GSIP-138

Proposal looking good, no issues for 2.11, you might want to bring it up to supported in 2.10 for ease of mainteinance (cherry-picks), that has to wait for 2.10.0 to be out

GeoPackage improvements progress

Vector part looking good, lots of tests by Ian
Raster part looking almost good, some issues in the GS community modules, see discussion on the mailing list.

Needs documentation at GeoTools level:

  • Examples of the datastore interface for vector geopackages

  • Example of writing tile based

  • Example of reading tile based using the coverage reader

TBD: the “flat”/non tiled raster extension does not exist anymore (was part of early specification), should we just remove it before promoting.

Would like to propose it for supported status, at least in GeoTools. GeoServer portion still TBD.

Pull requests

https://github.com/geotools/geotools/pulls

Moving GPL to the top, do we accept the pull request? Makes it easier to see the licence in github indeed.

  • Ian +1
  • Andrea +1

Correction - Title should be GeoTools / GeoServer Meeting 2016-10-18

···

On Tue, Oct 18, 2016 at 9:10 AM, Torben Barsballe <tbarsballe@anonymised.com> wrote:

GeoTools / GeoServer Meeting 2016-10-18

Attending

Torben Barsballe
Andrea Aime
Kevin Smith
Ian Turton

Agenda

2.10.0 Release - New release date, release volunteers
2.10.0 Release - Bug fixing
GSIP-138 - Promote Vector Tiles to Extension
GeoPackage improvements progress

Actions


  • 2.10.0 Release: Bug fixing
  • Andrea: 7798, WFS insert regression, 7730
  • Torben: 7692, 7693, 7797, 7702
  • Jody: 7689 maybe?

Actions from last meeting

  • Kevin to review GeoWebCache PR #434 for XXE [GEOT-5514] (Done)
  • Jody to merge #1320 by hand to correct formatting

2.10.0 Release - New release date, release volunteers

2.10-RC1 released Oct 12th
2.10.0 tentatively for Oct 26th (Wednesday)

Volounteers? Ian volounteers, GWC release will be done by Kevin

Page updated accordingly: https://github.com/geoserver/geoserver/wiki/Release-Schedule

2.10.0 Release - Bug fixing

Outstanding issues:
https://osgeo-org.atlassian.net/issues/?jql=project%20%3D%20GEOS%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Open%20AND%20affectedVersion%20in%20(2.10-beta%2C%202.10-M0%2C%202.10-RC1%2C%202.10.0)%20ORDER%20BY%20key%20ASC%2C%20summary%20ASC

Andrea: 7798, WFS insert regression, 7730
Torben: 7692, 7693, 7797, 7702
Jody: 7689 maybe?
Anyone else interested in taking any other?

GSIP-138 - Promote Vector Tiles to Extension

https://github.com/geoserver/geoserver/pull/1890
https://github.com/geoserver/geoserver/wiki/GSIP-138

Proposal looking good, no issues for 2.11, you might want to bring it up to supported in 2.10 for ease of mainteinance (cherry-picks), that has to wait for 2.10.0 to be out

GeoPackage improvements progress

Vector part looking good, lots of tests by Ian
Raster part looking almost good, some issues in the GS community modules, see discussion on the mailing list.

Needs documentation at GeoTools level:

  • Examples of the datastore interface for vector geopackages

  • Example of writing tile based

  • Example of reading tile based using the coverage reader

TBD: the “flat”/non tiled raster extension does not exist anymore (was part of early specification), should we just remove it before promoting.

Would like to propose it for supported status, at least in GeoTools. GeoServer portion still TBD.

Pull requests

https://github.com/geotools/geotools/pulls

Moving GPL to the top, do we accept the pull request? Makes it easier to see the licence in github indeed.

  • Ian +1
  • Andrea +1

On 19/10/16 05:10, Torben Barsballe wrote:

Moving GPL to the top, do we accept the pull request? Makes it easier to
see the licence in github indeed.
* Ian +1
* Andrea +1

+1. Following the GitHub convention will allow us to better advertise the licence. Andrea has noted that the docs are more permissive than GPL.

Here is the PR:
https://github.com/geoserver/geoserver/pull/1883

Kind regards,

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <http://transient.nz/&gt;
New Zealand

On Tue, Oct 18, 2016 at 7:48 PM, Ben Caradoc-Davies <ben@anonymised.com>
wrote:

+1. Following the GitHub convention will allow us to better advertise
the licence. Andrea has noted that the docs are more permissive than GPL.

Here is the PR:
https://github.com/geoserver/geoserver/pull/1883

Merged, and made the docs licence evident by adding a new file for it in the
docs root:

https://github.com/geoserver/geoserver/tree/master/doc

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

Thanks that looks great, reading online it appears that github uses LICENSE.txt or LICENSE.md for new project. I think having a txt extension would make it easier for people to open.

···

On 22 October 2016 at 02:47, Andrea Aime <andrea.aime@anonymised.com> wrote:


Check out the vibrant tech community on one of the world’s most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


GeoTools-Devel mailing list
GeoTools-Devel@anonymised.com66…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Jody Garnett

On Tue, Oct 18, 2016 at 7:48 PM, Ben Caradoc-Davies <ben@anonymised.com> wrote:

+1. Following the GitHub convention will allow us to better advertise
the licence. Andrea has noted that the docs are more permissive than GPL.

Here is the PR:
https://github.com/geoserver/geoserver/pull/1883

Merged, and made the docs licence evident by adding a new file for it in the
docs root:

https://github.com/geoserver/geoserver/tree/master/doc

Cheers
Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


On Mon, Oct 24, 2016 at 3:15 AM, Jody Garnett <jody.garnett@anonymised.com>
wrote:

Thanks that looks great, reading online it appears that github
uses LICENSE.txt or LICENSE.md for new project. I think having a txt
extension would make it easier for people to open.

Hmm... tried that but github is still now showing the licence in the
project header bar like it does with OL3, e.g.:
https://github.com/openlayers/ol3

Wondering if it's just a matter of waiting a bit, going to leave it like
that for the moment

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------