Hello Michael

Le 28/01/2020 à 19:36, Michael Arneson a écrit :

(…snip…) I am getting this error:

    Exception in thread "main"
    org.opengis.util.NoSuchIdentifierException: No operation method
    found for name or identifier “Cassini”.

    (…snip…)


From this document, I understand that Apache SIS doesn't support Cassini coordinate systems:https://sis.apache.org/tables/CoordinateReferenceSystems.html
Is this something that is planned?

Yes. The list of operation methods that we want to implement is there:

   https://issues.apache.org/jira/browse/SIS-212

In the particular case of Cassini, we already have the code there in a separated project, that we are porting to SIS gradually:

   
https://github.com/Geomatys/geotoolkit/blob/master/modules/utility/geotk-utility/src/main/java/org/geotoolkit/referencing/operation/projection/CassiniSoldner.java

Before porting that code, we need to do an IP review, then do some adaptation for the SIS architecture. This is something I want to do when I have a chance, but I'm not sure when…

    Martin


Reply via email to