Re: [Geotools-gt2-users] WKT2 Support

2024-06-20 Thread Alexander Janzen - con terra GmbH via GeoTools-GT2-Users
On StackOverflow there is at least one additional person who would be happy to have WKT2 support in GeoTools: https://stackoverflow.com/questions/76258547/supporting-wkt-projcrs As far as I can see the alternative for that person is to use an additional library to get WKT2 support. The person tr

Re: [Geotools-gt2-users] WKT2 Support

2024-06-20 Thread Andrea Aime
Hi Alexander, I don't think there is anything in the pipe for the short term. If you have an interest in getting it integrated, please see this guide (written for GeoServer, but valid for GeoTools as well): https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-i

Re: [Geotools-gt2-users] WKT2 Support

2024-06-19 Thread Kurt Schwehr
Some starter links on WKT2: https://gdal.org/development/rfc/rfc73_proj6_wkt2_srsbarn.html https://docs.ogc.org/is/12-063r5/12-063r5.html https://proj4.org/en/9.4/development/reference/cpp/cpp_general.html#standards On Wed, Jun 19, 2024 at 2:34 PM Jody Garnett wrote: > You are the first to expr

Re: [Geotools-gt2-users] WKT2 Support

2024-06-19 Thread Jody Garnett
You are the first to express interest in this, what can you tell me about WKT2? This is the first I have personally heard of it... -- Jody Garnett On Jun 19, 2024 at 8:08:32 AM, Alexander Janzen - con terra GmbH via GeoTools-GT2-Users wrote: > Dear all, > > We have been using GeoTools for many

[Geotools-gt2-users] WKT2 Support

2024-06-19 Thread Alexander Janzen - con terra GmbH via GeoTools-GT2-Users
Dear all, We have been using GeoTools for many years and expect to get soon a requirement from the user side to support WKT2 strings. In my research for the current state of the WKT2 support in GeoTools I tried to parse an example WTK2 string like this: import org.geotools.referencing.CRS; // .