You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by "Martin Desruisseaux (JIRA)" <ji...@apache.org> on 2017/11/15 21:34:00 UTC

[jira] [Created] (SIS-373) Create JNI wrapper for GDAL/Proj.4

Martin Desruisseaux created SIS-373:
---------------------------------------

             Summary: Create JNI wrapper for GDAL/Proj.4
                 Key: SIS-373
                 URL: https://issues.apache.org/jira/browse/SIS-373
             Project: Spatial Information Systems
          Issue Type: Bug
          Components: Referencing
    Affects Versions: 0.7
         Environment: Linux, MacOS
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux
            Priority: Minor
             Fix For: 0.8


Allows Apache SIS to use Proj.4 for now (GDAL later) through Java Native Interface (JNI). This feature is provided in a separated module {{sis-gdal}}. It is aimed mostly to people who need a map projection not yet defined in Apache SIS, or who need to reproduce the exact same numerical results than Proj.4. Note that Proj.4 do not provide information on coordinate operation accuracy or domain of validity.

CRS backed by Proj.4 can be created by using a definition string like  {{"Proj4::+init=epsg:3395 +over"}}. *Warning:* despite the {{"epsg"}} word, coordinate reference systems created by {{"+init=epsg:"}} syntax in Proj.4 are not necessarily compliant with EPSG definitions. In particular, the axis order is often different. Units of measurement may also differ.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)