Hi everyone,
I want to implement the EPSG dataset and due licence requirements I am
not able to use the database installer or as embedded database
mentioned here [1]. I have to use the dowloadable EPSG Postgres files
[2]. The setup is working well and is running in a docker setup.
Now my question. It is possible to use this dataset together with
Apache SIS with a basic JDBC conenciton?I am not sure about the JNDI
implementation mentioned here [3]. Is this the only way? How can I
setup the host, Port etc. to create a connection so it can be used .
My goal is to be able to use some basisc reprojection something like:
CoordinateReferenceSystem sourcerCRS =
getCRS(geom.getSRID()); CoordinateReferenceSystem targetrCRS =
getCRS(targetEPSG); CoordinateOperation operator =
getOperator(sourcerCRS, targetrCRS); ....
Any help is appreciated :)Kind regards Florian
[1] https://sis.apache.org/epsg.html[2] https://epsg.org/home.html[3]
https://sis.apache.org/epsg.html