The GeoTools team is pleased to announce the release GeoTools 25.2:
Repackaged Downloads
- lib - geotools library, extensions and plugins
- optional - plugins requiring additional configuration such as gt-epsg-postgresql and gt-epsg-wkt
- licenses
- src - tutorial Quickstart sample code
java -cp "lib/*" org.geotools.util.factory.GeoTools
mkdir binjavac -cp "lib/*" -d bin src/org/geotools/tutorial/quickstart/Quickstart.javajava -cp "lib/*:bin" org.geotools.tutorial.quickstart.Quickstart
Release notes
Bug
GEOT-6921 GeoTools primary key finder always query the table gt_pk_metadata even if it doesn't exists
GEOT-6916 "WGS 84 / UPS South (N,E)" is rendered with flipped axis
GEOT-6912 Special characters in shp file name are not correctly encoded
GEOT-6899 Resource (CPU/Heap) starvation building shapefile spatial index
GEOT-6898 Read only GeoPackages fail when using the new GPKG application id
GEOT-6894 WMTS fails when initial url contains query parameters
GEOT-6172 Missing jars (units etc.) in geotools-20.0-bin.zip
GEOT-2972 Character set from CPG files
Improvement
GEOT-6938 Image mosaic: avoid sorting on CRS when doing a "dry run" check after finding no granules in the target area
GEOT-6918 Implement NowFunction
GEOT-6917 Add support for timeUnit on dateDifference function
GEOT-6902 Improve NetCDF datasets access performances with caching
GEOT-6900 Shapefile quadtree build performance
GEOT-6891 GeoTIFF Writer should unwrap an outputStreamAdapter to get the underlying ImageOutputStream
GEOT-6877 Upgrade to imageio-ext 1.3.6 (tiff 32 bit with deflate/lzw support)
About GeoTools 25 Series
- Repackaged downloads with html readme and license files and ready-to-use bin download
- New gt-http module, allowing gt-wms and gt-wps-client to use your choice of http library
- Massive code-cleanup with PMD integrated into our build chain
- Quality of life improvements with increased use of variable arguments, abd revised Map<String?> datastore connection parameters.