GeoTools Incubation Progress

From OSGeo
Revision as of 13:05, 24 April 2006 by Jive (talk | contribs)
Jump to navigation Jump to search

GeoTools is one of the round of projects out of the gate, and as an rather old project (lots of background) with an active development community (who is busy hacking) does not expect to finish all that quickly.

The following have been produced for the incubation process:

Representative: Jody Garnett (jgarnett@refractions.net)

Just The Docs

There is a lot of text here, most of it is notes. Here is the stuff that matters:

Initial Impressions

Judging from the email list the number one question is, what needs to be done? Rather wait we are going to wing it and hope for further direction.

Now that one month has gone buy we are getting much more specific direction:

Community Feedback

The GeoTools community responded with the following questions:

  • rgould: What if I want to commit a patch or other code sent to me by someone else? Do they have to sign a CLA too?
    • three line fix is okay
    • three line w/ new functionality, or large change, requires a CLA
    • If you can get a CLA
  • bryce: Public domain contributions (ie gov employees)
    • individual code: can sign w/ no conflict as themselves
    • gov code: already public domain - osgeo does not need a license
    • treat on a case by case basis

What is in a Name

GeoTools is a common name, that many conferences, other open source projects and so on try to adopt. Yes we know it is obvious. Since the project has been going for 10 years (congrats) in a very public manner with out complaint we are going to keep on keeping on. If pressed we will adopt the name "GeoTools.org" and call it a day.

IP Check

It seems that a manual review of each header will be needed, we know we have some issues with code Bryce has written (ie in public domain license rather then LGPL).

  1. Module Maintainer will check source
  2. Module Maintainer will document manual check on wiki
  3. Jody will gather this up into the document expected by the Incubation committee

Finding out who did what?

We initially thought an IP check would involve asking each contributor to sign something, this presented several problems. We don't know if everyone who worked on geotools is even alive, let alone how to find the ones that are still ticking.

Property to Check

What do we need to check?

documentation

We thought we may need to check documentation, but so far only source code has been mentioned.

If we do need to check the docs they have always had a strict license, as indicated in the developers guide, however we break it down by maintainer:

  • Wiki
    • news announcements - can we ignore please?
    • product branding logos - jody
  • Developers Guide - james (1st) and jody (2nd)
  • Users Guide - rueben
    • Tutorials - rueben
    • Snipits - rueben
    • Articles - jody
  • RnD - jody
    • Feature Model - gabriel
    • Converage - bryce
    • Rest - jody

We have lost our early history of news to a crash (I still am sad), and we have had around 6 websites. Some of the generated websites will be in version control and will show up as part of the code IP check.


code

The code has always been under GPL (1.x) or LGPL (2.x):

  • 1.x code code was GPL (c) leeds - jmacgill confirm?
  • 2.x code had LGPL (c) GeoTools PMC at the top.
  • 2.2.x code may get (c) OSGEO lets talk about it

module

The module section of code is kind of lame and has a long tangled history. It started off as "core" and contained implementations for all the interfaces we had ever defined. It may even of contained the interfaces. The conversion notes are in confluence.

Conversion? Yeah we converted it - into a single module called "main" (because we could not manage our build as everything was so brittle). This was done for GeoTools 2.0, for geotools 2.2 things are breaking up along different lines:

  • API - Jody Garnett - Capturing the (from main) interfaces that have been through a Q&A check
  • MAIN - PMC - sad but the definition of PMC was almost module maintainer of main for a while
    • filter/expresison - cory
    • rendering - jesse
  • REFERENCING - martin
  • LEGEND - andrea (may just want it deleted)
  • ...

plugins

Plugins are bits of functionality that implement all the great stuff that makes geotools useful. They slot in at the various layers defined by the library and are nice and targeted:

  • postgis: justin
  • oracle: marc
  • ...

ext =

Extenions and Functionality built on GeoTools.

  • graph - justin
  • validation - jody

demo

Demos and Examples ...

  • property - jody