The prj parser works well and all parameters required to build a CRS are identified. However, there is a bug in the CRSHelper to build a CRS from a list of parameters.
A unit test (currently commented) is available to test it : https://github.com/ebocher/CTS/blob/cts_prj/src/test/java/org/cts/parser/prj/IOPrjTest.java. This bug seems related to the getdatum method.
The prj parser works well and all parameters required to build a CRS are identified. However, there is a bug in the CRSHelper to build a CRS from a list of parameters. A unit test (currently commented) is available to test it : https://github.com/ebocher/CTS/blob/cts_prj/src/test/java/org/cts/parser/prj/IOPrjTest.java. This bug seems related to the getdatum method.
@mukoki @jparty