Re: [Geotools-gt2-users] EPSG database upgrade

2022-09-16 Thread Brad Hards
On Saturday, 17 September 2022 2:21:32 AM AEST John Doe via GeoTools-GT2-Users wrote: > Since maintenance cost seems to be a big deal, another option is to add a > new EPSG plugin module to read the EPSG database that proj is now using: > https://proj.org/resource_files.html#proj-db > > They are

Re: [Geotools-gt2-users] EPSG database upgrade

2022-09-16 Thread John Doe via GeoTools-GT2-Users
Since maintenance cost seems to be a big deal, another option is to add a new EPSG plugin module to read the EPSG database that proj is now using: https://proj.org/resource_files.html#proj-db They are using sqlite to collect and index the inserts here: https://github.com/OSGeo/PROJ/tree/master/d

Re: [Geotools-gt2-users] EPSG database upgrade

2022-09-16 Thread Andrea Aime
I'm guessing that a new ESPG plugin module could be set up using this API.. personally I would not consider using it, as it comes with the assumption that the internet connection is available, fast and reliable, which is sometimes not the case... GeoServer needs to run also in airtight environments

Re: [Geotools-gt2-users] EPSG database upgrade

2022-09-16 Thread Andrea Aime
Hi John, there is no plan, EPSG database upgrades are done when someone steps in to fund the work (or do it themselves and make a PR). We have a guide for it here: Updating the EPSG database requires following these steps: https://github.com/geotools/geotools/blob/main/modules/plugin/epsg-hsql/src

Re: [Geotools-gt2-users] EPSG database upgrade

2022-09-15 Thread Roar Brænden
Hi, I see there are a new RESTful API at epsg.org called GeoRepository API. Here is a link to the documentation. https://apps.epsg.org/api/swagger/ui/index And it seems very promising, but if there are any initiatives to use it wit

[Geotools-gt2-users] EPSG database upgrade

2022-09-15 Thread John Doe via GeoTools-GT2-Users
The IOGP seems to have greatly improved their schema and approach to releasing the EPSG database. The proj project has migrated to it and done away with their old text definitions. Does GeoTools have plans to read from it soon?___ GeoTools-GT2-Users mai