Repast / repast.simphony

Git repository for Repast Simphony development
repast.github.io
90 stars 21 forks source link

Update GeoTools library #57

Closed etatara closed 1 year ago

etatara commented 2 years ago

The latest version of GeoTools requires the new Java Units API. Repast uses Units via JScience and this is not compatible with the new API, so we need to update all dependencies on the JScience Units API first.

Depends on https://github.com/Repast/repast.simphony/issues/56

**** Always check the GeoTools update guide when changing versions to make sure all changes are accounted for: https://docs.geotools.org/latest/userguide/welcome/upgrade.html#geotools-24-x

https://github.com/locationtech/jts/blob/master/MIGRATION.md

etatara commented 1 year ago

Done!