GeoTools

OSGeo

Monday, March 18, 2013

GeoTools 9.0 released

The GeoTools community is pleased to announce the availability of GeoTools 9.0 for download from sourceforge:
This release is also deployed to our OSGeo Maven Repository.

This is the first stable release of the 9.x series made in conjunction with the GeoServer 2.3.0 release. This release represents the successful transition of the project to a six month timed release cycle.


This release contains mostly bug fixes since 9.0-RC1. Please see the change log for more details.
Here is a summary of the major news in the 9.x series:
  • Feature Collection Clean up: we have retired several methods from FeatureCollection that were only applicable for in memory feature collections. A Quality Assurance review was performed on all FeatureCollection implementations resulting in a great improvement on consistency. Thanks to Jody Garnett and Andrea Aime for this work.
  • The Vector Grid module has graduated from the "unsupported" staging area and is now included as an extension. Thanks to Micheal Bedward for championing this work.
  • General support for complex features has been factored out into the gt-complex module for reuse.
  • FeatureCollection, FeatureIteartor and FeatureReader are Java 7 ready with support for try-with-resource syntax.
  • Partial 3D data support  has been added with direct support for PostGIS, Oracle, and Property DataStore. Thanks to Andrea Aime for the initial implementation, with a follow-up funded by NTLIS for Oracle support.
  • Thanks to Niels Charlier for putting together ReferenceEnvelope3D allowing us to query three-dimensional datasets.
  • WMS client support has greatly improved with WMS 1.3.0 now enabled by default during version negotiation. Thanks to LISAsoft and the OGC for supporting this work.
  • New OGC models have been added for WCS 2.0 and OWS 2.0 along with XML support.
  • Updated to use the latest ImageIO-Ext 1.1.6 and JTS 1.13 releases
The GeoTools 9.0 series contains API changes. Developers are encouraged to review the upgrade instructions prior to use.

If you missed the previous milestones, betas and RCs you can have a look at the complete set of improvements provided by the 9.0 series here:
Thanks for using GeoTools!

Sunday, March 17, 2013

New OSGeo Contributor License

The GeoTools PSC is pleased to announce a new contribution license for the project. The contribution license is signed by authors in order to license their work to the OSGeo Foundation for distribution by the GeoTools project.

There are actually two licenses (one for individuals and one for corporate contributors) which are available in our developers guide or directly from the OSGeo Foundation licenses page:
This license arrangement is much easier to understand, and is based directly on the Apache Contributor License. This last point is important as it is much easier for your legal department to research and sign off on.

These licenses were approved at a recent board meeting and are the result of our request for change procedure (see Replace Contribution Agreement RFC).

Tuesday, February 26, 2013

GeoTools 8.7 Released


The GeoTools community is pleased to announce the availability of GeoTools 8.7 for download from source forge:
This release is also deployed to the OSGeo Maven Repository. For more information on setting up your project with Maven consult the Quickstart.

About GeoTools 8.7

This is a bug fix release containing fixes and improvements, including:

  • Setting PK_METADATA_TABLE for JDBCDatastore without schema does not end in illegal statement anymore [GEOT-4192]
  • "property" filter function did not work anymore after style and filter attribute extractor got updated to support complex features  [GEOT-4393]
  • Added an optional geometry_columsn metadata table for the SQLServer store  [GEOT-4252]
  • Speeded up expensive/redundant table existance check in MetadataTablePrimaryKeyFinder [GEOT-4391
  • some GeometryBuilder related fixes [GEOT-4373] and [GEOT-4377]
  • ReprojectingFilterVisitor didn't reproject function parameters [GEOT-4378]
  • Teradata couldn't resolve tesselation index view [GEOT-4379]
  • Oracle dialect use of SDO_TUNE.EXTENT_OF - didn't include schema [GEOT-4383]
  • SE 1.1 graphic fill was not being parsed [GEOT-4384]
  • Filter.INCLUDE and Filter.EXCLUDE were not correctly handled in the WFS 1.0 protocol [GEOT-4389]
  • PropertyCollector parsing needs to ignore leading and trailing spaces [GEOT-4392]

Full details are available in Jira's release notes.



Upgrading from GeoTools 2.7

For those migrating from GeoTools 2.7, upgrade instructions are available. No additional GeoTools 2.7 released are scheduled. 

Thanks for using GeoTools, and Enjoy!


The GeoTools Community
http://geotools.org

Monday, February 25, 2013

GeoTools 9.0-RC1 Released

The GeoTools community is pleased to announce the availability of GeoTools 9.0-RC1 for download from sourceforge: 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 userguide documentation pack above). 

This is the first 9.0 release candidate made in conjunction with the GeoServer 2.3-RC1. It contains a number of bug fixes and improvements since 9.0-beta1. See the change log for more details.

Thanks to Robin Pradel for submitting a patch for GEOT-4192, fixing a bug that resulted in illegal SQL statements when setting a value for the primary key metadata table including a schema. 

The GeoTools 9.0 series contains API changes. Developers are encouraged to review the upgrade instructions prior to use. 

Release notes for GeoTools 9.0 series:
Thanks for using GeoTools!

Sunday, February 3, 2013

GeoTools 9.0-beta1 released

The GeoTools community is pleased to announce the availability of GeoTools 9.0-beta1 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 userguide documentation pack above).

This is a beta release made in conjunction with the GeoServer 2.3-beta1. This release is contains both new features and important simplifications to the GeoTools API:
  • This release is feature complete and entering release candidate status next month. This represents an important policy shift to a time-boxed release model resulting in a new release every six months. This policy shift provides consistency and will assist in integration planning for the wider GeoTools community.
  • Feature Collection Clean up: Has retired several methods from FeatureCollection that were only implemented for in memory feature collections. This work also included a review of all FeatureCollection implementation testing for consistency. Thanks to Jody Garnett and Andrea Aime for this work.
  • The Vector Grid module has graduated from the "unsupported" staging area and is now included as an extension. Thanks to Micheal Bedward for championing this work.
  • General support for complex features has been factored out into the gt-complex module for reuse.
  • FeatureCollection, FeatureIteartor and FeatureReader are Java 7 ready with support for try-with-resource syntax.
  • Partial 3D data support has been added with direct support for PostGIS, Oracle, and Property DataStore. Thanks to Andrea Aime for the initial implementation, with a followup NT LPE for Oracle support.
  • Thanks to Niels Charlier for putting together ReferenceEnvelope3D allowing us to query three-dimensional datasets.
  • WMS client support has greatly improved with WMS 1.3.0 now enabled by default during version negotiation.
  • New OGC models have been added for WCS 2.0 and OWS 2.0 along with XML support.
  • Updated to latest ImageIO-Ext 1.1.6 and JTS 1.13 release
As this release contains API changes developers are encouraged to review the upgrade instructions prior to use.

Release notes for GeoTools 9.0 series: Finally thanks to Jody Garnett and LISAsoft for this release.
Enjoy,
The GeoTools Community
http://geotools.org

Wednesday, January 23, 2013

GeoTools 8.6 released


The GeoTools community is pleased to announce the availability of GeoTools 8.6 for download from source forge:
This release is also deployed to the OSGeo Maven Repository. For more information on setting up your project with Maven consult the Quickstart.

About GeoTools 8.6

This is a bug fix release containing fixes and improvements, including:

  • Several fixes in the WFS client, making it work against TinyOWS and ArcGIS WFS server
  • Improvements in usage of filter fuctions from SLD (some functions did not properly convert their arguments from string to numeric)
  • Removed tiling artifacts when rendering oversampled grid coverages
  • Sped up the usage of FIDFilter objects in map rendering
Full details are available in Jira's release notes.



Upgrading from GeoTools 2.7

For those migrating from GeoTools 2.7, upgrade instructions are available. No additional GeoTools 2.7 released are scheduled. 

Thanks for using GeoTools, and Enjoy!


The GeoTools Community
http://geotools.org

Monday, December 24, 2012

GeoTools 8.5 released

The GeoTools community is pleased to announce the availability of GeoTools 8.5 for download from source forge:
This release is also deployed to the OSGeo Maven Repository. For more information on setting up your project with Maven consult the Quickstart.

About GeoTools 8.5

This is a bug fix release containing a number of fixes and improvements, including:

  • several fixes to rendering transformations allowing several transformations to be chained together  in the same rendering request (e.g., interpolate values from discrete points and then also extract isolines from it)
  • fixes to date/time handling in CQL
  • spotted and fixed a deadlock in the rendering subsystem happening if the renderer gets abruptly stopped while working against a very fast data source (or a very slow Graphics2D implementation)
  • a new PullParser class allowing for better streaming parsing of large amounts of XML (e.g., GML, KML)
  • better handling of raster "no data" during reprojection, avoiding border artifacts in the results
  • a new Oracle specific filter function exposing Oracle spatials's K nearest neighbor search
Full details are available in Jira's release notes.



Upgrading from GeoTools 2.7

For those migrating from GeoTools 2.7, upgrade instructions are available. No additional GeoTools 2.7 released are scheduled. 

Thanks for using GeoTools, and Enjoy!


The GeoTools Community
http://geotools.org