GeoTools

OSGeo

Wednesday, February 26, 2014

GeoTools 10.5 Released

The GeoTools community is happy to bring you the latest GeoTools 10.5 download:
This release is available from our Maven repository for use with your build system.

A few fixes since 10.4:
  • Assorted Image Mosaic improvements and bug fixes
  • Upgrade to ImageIO-Ext 1.1.8
  • Optimizations to SimplifyingFilterVisitor and filter endcoding
  • Support the the PostgreSQL citext type
  • Changes to the SQLite JDBC driver to avoid conflict with non-SpatiaLite version 
  • And more, see the GeoTools 10.5 Release Notes for additional details
About GeoTools 10.x Series
Summary of the new features for the GeoTools 10.x series:
  • Structured grid coverage readers allow raster data sources that publish composite data products to expose individual rasters (ie granules) for processing, while still providing a seamless experience for rendering. The mosaic and NetCDF modules are the first ones to implement these new interfaces.
  • Efficient support for multiple coverages in GridCoverageReader provides ad-hoc access to raster formats that publish more that one data product. A image mosaic made of NetCDF granules and single file NetCDF sources are the first implementors of these new capabilities
  • new implementation of Shapefile DataStore (based on ContentDataStore superclass). This upgrade should be seamless for all users using DataStoreFactoryFinder. If you explicitly made use of the ShapefileDataStore or IndexedShapefileDataStore class please check the upgrade instructions.
  • The transform module graduated to supported status, providing a seamless way to rename, retype and hide SimpleFeatureSource attributes, as well as creating new ones based on OGC Expression
  • Additional OGC modules for the WCS 2.0 and WCS 2.0 EO models as well as adding XML parsers and encoders
  • Support for fills made with randomized symbols
The 10.x series features a number of research and development activities:
  • NetCDF has been updated to take advantage of the new coverage API introduced above
  • GeoPackage: a sample implementation of the geopackage spec that is currently being developed by the OGC
If you are interested in helping out please introduce yourself on geotools-devel mailing list.

Enjoy,
The GeoTools Community