GeoTools

OSGeo

Sunday, October 30, 2011

GeoTools Mini Conference at OSDC Canberra

GeoTools has lined up an exciting "Mini Conference" slot at this years Open Source Developers Conference in Canberra Nov 14th (at Australian National University in the Manning Clark Center).

You can attend just the GeoTools session for $50 - but we recommend staying for the whole open source conference. There is also the Spatial@Gov conference running concurrently if you would like to focus on maps for the rest of the week.

The half day session is brought to you by two Australia GeoTools leaders: Tisham Dhar and Jody Garnett.
For details:
Would you like to run a GeoTools tutorial in your area? Join us on geotools-devel to discuss running a course (and translation opportunities). The course is an excellent introduction to both open source and geospatial conferences.
Thank you to the Aust-NZ OSGeo chapter for setting up this opportunity.

Friday, October 7, 2011

GeoTools 2.7.3 Released

The GeoTools community is pleased to announce the availability of GeoTools 2.7.3 for download from source forge:If you are using Maven this release is deployed to our OSGeo Maven Repository: For more information on setting up your project with Maven see the Quickstart (included in the welcome documentation pack above).

This is a maintenance release focused on quality made conjunction with GeoServer 2.1.2.

With stable releases there is always a larger pool of people making contributions to thank. While it may not sound as exciting as listing the latest cool new features; it is this work on Quality that makes the GeoTools library a trusted success.
  • Rudi Hochmeister was kind enough to sort out connection pool handling for ArcSDE datastore.
  • Serhat Gulcicek has worked on the number of domain types the PostGIS DataStore can handle
  • Gabriel Roldan has been working a bit of WFSDataStore and has the honour of fixing the oldest bug of this release (GEOT-465 first requested 2005).
  • Gabriel has also been working the WMS client code allowing to better handle custom attributes advertised in the server capabilities document.
  • Jan De Moerloose has figured out a very tricky fix for the handling of patch patterns across tile borders.
  • Fernando González Cortés has fixed the handling of null shapefile records.
  • Andrea has optimised the recode, categorise and interpolate functions (which are heavily used when creating good custom styles)
  • And 75 more in the GeoTools 2.7.3 Release Notes
Finally thanks to Andrea and GeoSolutions for putting this release out; as always their work is appreciated.

Enjoy,
The GeoTools Community
http://geotools.org

Thursday, October 6, 2011

GeoTools 8.0-M2 Released

The GeoTools 8.0-M1 release is now available on sourceforge for download:
If you are using maven GeoTools 8.0-M2 is available from the OSGeo repository. This is a milestone build made conjunction with uDig 1.2.3.

There are lots of exciting improvements (see the release notes below for the complete list).

Micheal Bedward has been putting an amazing amount of work into the gt-swing module. The visible change is cleaning up the use of MapContent, MapViewport and the new Layer classes.  The example code used in the documentation has been updated to reflect the changes to gt-swing.

There are many more improvements under hood for the gt-swing module as the internals have been refactored to be nice and clean, easy to follow and most importantly testable. This last point really reflects the hard work and dedication involved as gt-swing is groomed to meet the QA guidelines required to be included in the library proper.

Maurcio has found time to update the Contextual Query Language (CQL) to leverage the the new temporal filter support that has been added to support WFS 2.0.

Andrea has been very busy supporting the gt-renderer module (in particular to enable the work in gt-swing). He has also found time to work on a couple amazing new features - the most popular of which is a new StyleBuilder allowing the definition of an SLD style in a few lines of code.

Jody got a little bit of time to work on the process support for this release. The big change is support for annotation based process definition (with a tutorial created during the FOSS4G code sprint so you can easily define your own processes). The process implementations have been have been split into gt-process-raster, gt-process-feature and gt-process geometry and received a huge influx of high quality implementations from the GeoServer project. This results in fifty processes being available out of the box.

Finally this release makes use of JTS 1.12 with the wonderful improvement of equalsExact, equalsTopo and equalsNorm as described in our docs. This change really improves the usability of Geometry for the JTS library and reduces frustration for new users.

The following change proposals have been accepted for GeoTools 8.0:
  • Java 6 - yes! Thanks to Christian Mueller for updating the build instructions for this one. Special thanks to Andrea for updating the image rendering tests to account for different font metrics between Java 5 and Java 6.
  • Allow Build with Maven 2 or Maven 3 - Congrats to Cliff for his first change proposal - and Andrea and Ben for doing the work!
  • Temporal Filter Support - another great bit of work from Justin (a stepping stone for WFS 2.0)
  • Detailed information about Function arguments and Return Type - thanks to Justin and Jody for sorting out the use of Parameters and filling in the information for the existing functions. This is a key improvement which will make the library and style creation much easier to use.
As always we welcome volunteers to the GeoTools project. We have a great team, stop by the geotools-developer list and join the fun.
For more information:
The GeoTools development team would like to thank the contributors that provided patches, the users for their feedback and the companies providing sponsorship to fix bugs.

Enjoy,
The GeoTools Community

Monday, October 3, 2011

GeoTools FOSS4G 2011

GeoTools had a great showing at the recent FOSS4G Conference (Free and Open Source Software for Geospatial) which was held in Denver last month. Presentations at the conference highlighted how the hard work of the GeoTools developers is paying off in terms of the wide adoption of the library, and its use in some amazing applications.

There were a number of talks directly on GeoTools this year:

GeoServer as always provides an excellent example of GeoTools in action:

These presentations are a great way to see what is possible with GeoTools. Often it is easier to understand the capabilities of the library by seeing it in use, and both the State of GeoServer and Advanced cartographic map rendering presentations are excellent examples of this.

A special mention to GeoScript which is building a bridge between GeoTools functionality and a range of scripting languages, with the emphasis on providing a concise and simple API:

Geomajas had a strong showing this year with several presentations plus a hands-on workshop:

We are hoping to attract more direct participation of Geomajas developers in the GeoTools project (for now we just have a welcome page).

Did I miss you project in this roll call? Contribute a welcome page to the GeoTools User Guide in order to be included in promotional activities!

GeoTools Codesprint

Finally a big thanks to those taking part in the GeoTools code sprint!
  • Looked into why sorting is turned off for MemoryDataStore!
  • Put together a Process Tutorial (OctagonalEnvelope in 5 lines!)
  • A couple great volunteers (shown below) updated the Eclipse Quickstart to work with the included copy of Maven
  • Looked into Neo4j - but got stuck on AGPL license (grrr!)