[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2021-09-17 Thread Martin Desruisseaux (Jira)


 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Fix Version/s: 1.2

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8, 1.0, 1.1
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2016, gsoc2017, gsoc2021, java, mentor
> Fix For: 0.6, 0.7, 0.8, 1.0, 1.1, 1.2
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2021-03-16 Thread Martin Desruisseaux (Jira)


 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Labels: gsoc2016 gsoc2017 gsoc2021 java mentor  (was: gsoc2016 gsoc2017 
java mentor)

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8, 1.0, 1.1
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2016, gsoc2017, gsoc2021, java, mentor
> Fix For: 0.6, 0.7, 0.8, 1.0, 1.1
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2019-10-04 Thread Martin Desruisseaux (Jira)


 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Affects Version/s: 1.1

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8, 1.0, 1.1
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2016, gsoc2017, java, mentor
> Fix For: 0.6, 0.7, 0.8, 1.0, 1.1
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2019-03-08 Thread Martin Desruisseaux (JIRA)


 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Issue Type: New Feature  (was: Task)

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8, 1.0
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2016, gsoc2017, java, mentor
> Fix For: 0.6, 0.7, 0.8, 1.0, 1.1
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2018-07-20 Thread Martin Desruisseaux (JIRA)


 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Fix Version/s: 1.1

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8, 1.0
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2016, gsoc2017, java, mentor
> Fix For: 0.6, 0.7, 0.8, 1.0, 1.1
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2018-04-09 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Affects Version/s: 1.0

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8, 1.0
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2016, gsoc2017, java, mentor
> Fix For: 0.6, 0.7, 0.8, 1.0
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2017-10-03 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Fix Version/s: 1.0

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, gsoc2017, java, mentor
> Fix For: 0.6, 0.7, 0.8, 1.0
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



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


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2017-02-08 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Labels: gsoc2016 gsoc2017 java mentor  (was: gsoc2016 java mentor)

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, gsoc2017, java, mentor
> Fix For: 0.6, 0.7, 0.8
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2016-05-17 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Affects Version/s: 0.8
   0.7

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6, 0.7, 0.8
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, java, mentor
> Fix For: 0.6, 0.7, 0.8
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2016-05-17 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Fix Version/s: 0.8

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, java, mentor
> Fix For: 0.6, 0.7, 0.8
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at large, since this work uses relatively few JDK classes outside 
> {{Math}}), and in mathematic. In particular, this work requires a good 
> understanding of _affine transforms_: their representation as a matrix, and 
> how to map a term in a formula to a coefficient in the affine transform 
> matrix.
> Apache SIS has one advanced feature which is not easily found in popular 
> geospatial software or text books: the capability to compute the _derivative_ 
> (or more precisely, the _Jacobian_) of a transformation at a given point. 
> Implementation of this feature requires the capability to find the analytic 
> derivative of a non-linear formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
> and partially in the ["conformance module" of the GeoAPI 
> project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
> through the Geospatial Integrity of Geoscience Software (GIGS) tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2016-02-13 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Description: 
This is an umbrella task for some coordinate operation methods not yet 
supported in Apache SIS. Coordinate operations include _map projections_ (e.g. 
Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ (e.g. 
transformations from NAD27 to NAD83 in United States), transformation of 
vertical coordinates, _etc_. We can of course not list all possible formulas 
that we do not support, but this JIRA task lists at least some of the 
operations listed in the EPSG guidance notes.

The main material for this work is the EPSG guidance notes, which can be 
downloaded freely from the following site:

{panel}
IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
Coordinate Conversions and Transformations including Formulas
http://www.epsg.org/GuidanceNotes
{panel}

Google summer of code students interested in this work would need to be 
reasonably comfortable with the Java language (but not necessarily with the JDK 
library at large, since this work uses relatively few JDK classes outside 
{{Math}}), and in mathematic. In particular, this work requires a good 
understanding of _affine transforms_: their representation as a matrix, and how 
to map a term in a formula to a coefficient in the affine transform matrix.

Apache SIS has one advanced feature which is not easily found in popular 
geospatial software or text books: the capability to compute the _derivative_ 
(or more precisely, the _Jacobian_) of a transformation at a given point. 
Implementation of this feature requires the capability to find the analytic 
derivative of a non-linear formula and to simplify it.

Implementations of those formulas take place in one of the 
{{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
{{transform}}). Implementations of JUnit test happen partially in Apache SIS, 
and partially in the ["conformance module" of the GeoAPI 
project|http://www.geoapi.org/geoapi-conformance/index.html], if possible 
through the Geospatial Integrity of Geoscience Software (GIGS) tests.

  was:
This is an umbrella task for some coordinate operation methods not yet 
supported in Apache SIS. Coordinate operations include _map projections_ (e.g. 
Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ (e.g. 
transformations from NAD27 to NAD83 in United States), transformation of 
vertical coordinates, _etc_. We can of course not list all possible formulas 
that we do not support, but this JIRA task lists at least some of the 
operations listed in the EPSG guidance notes.

The main material for this work is the EPSG guidance notes, which can be 
downloaded freely from the following site:

{panel}
IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
Coordinate Conversions and Transformations including Formulas
http://www.epsg.org/GuidanceNotes
{panel}

Google summer of code students interested in this work would need to be 
reasonably comfortable with the Java language (but not necessarily with the JDK 
library at large, since this work uses relatively few JDK classes outside 
{{Math}}), and in mathematic. In particular, this work requires a good 
understanding of _affine transforms_: their representation as a matrix, and how 
to map a term in a formula to a coefficient in the affine transform matrix.

Apache SIS has one advanced feature which is not easily found in popular 
geospatial software or text books: the capability to compute the _derivative_ 
(or more precisely, the _Jacobian_) of a transformation at a given point. 
Implementation of this feature requires the capability to find the analytic 
derivative of a non-linear formula and to simplify it.

Implementations of those formulas take place in one of the 
{{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
{{transform}}).



> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, java, mentor
> Fix For: 0.6, 0.7
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the oper

[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2016-02-13 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Description: 
This is an umbrella task for some coordinate operation methods not yet 
supported in Apache SIS. Coordinate operations include _map projections_ (e.g. 
Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ (e.g. 
transformations from NAD27 to NAD83 in United States), transformation of 
vertical coordinates, _etc_. We can of course not list all possible formulas 
that we do not support, but this JIRA task lists at least some of the 
operations listed in the EPSG guidance notes.

The main material for this work is the EPSG guidance notes, which can be 
downloaded freely from the following site:

{panel}
IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
Coordinate Conversions and Transformations including Formulas
http://www.epsg.org/GuidanceNotes
{panel}

Google summer of code students interested in this work would need to be 
reasonably comfortable with the Java language (but not necessarily with the JDK 
library at large, since this work uses relatively few JDK classes outside 
{{Math}}), and in mathematic. In particular, this work requires a good 
understanding of _affine transforms_: their representation as a matrix, and how 
to map a term in a formula to a coefficient in the affine transform matrix.

Apache SIS has one advanced feature which is not easily found in popular 
geospatial software or text books: the capability to compute the _derivative_ 
(or more precisely, the _Jacobian_) of a transformation at a given point. 
Implementation of this feature requires the capability to find the analytic 
derivative of a non-linear formula and to simplify it.

Implementations of those formulas take place in one of the 
{{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
{{transform}}).


  was:
This is an umbrella task for some coordinate operation methods not yet 
supported in Apache SIS. Coordinate operations include _map projections_ (e.g. 
Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ (e.g. 
transformations from NAD27 to NAD83 in United States), transformation of 
vertical coordinates, _etc_. We can of course not list all possible formulas 
that we do not support, but this JIRA task lists at least some of the 
operations listed in the EPSG guidance notes.

The main material for this work is the EPSG guidance notes, which can be 
downloaded freely from the following site:

{panel}
IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
Coordinate Conversions and Transformations including Formulas
http://www.epsg.org/GuidanceNotes
{panel}

Google summer of code students interested in this work would need to be 
reasonably comfortable with Java (but not necessarily with the large JDK 
library, since this work uses relatively few JDK classes outside {{Math}}), and 
in mathematic. In particular, this work requires that the developer is familiar 
with _affine transforms_: their representation as a matrix, and how to map a 
term in a formula to a coefficient in the affine transform matrix. This work 
requires also the capability to find the analytic derivative of a formula and 
to simplify it.

Implementations of those formulas take place in one of the 
{{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
{{transform}}).



> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, java, mentor
> Fix For: 0.6, 0.7
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with the Java language (but not necessarily with the 
> JDK library at 

[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2016-02-13 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Labels: gsoc2016 java mentor  (was: gsoc2016 java)

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, java, mentor
> Fix For: 0.6, 0.7
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with Java (but not necessarily with the large JDK 
> library, since this work uses relatively few JDK classes outside {{Math}}), 
> and in mathematic. In particular, this work requires that the developer is 
> familiar with _affine transforms_: their representation as a matrix, and how 
> to map a term in a formula to a coefficient in the affine transform matrix. 
> This work requires also the capability to find the analytic derivative of a 
> formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2016-02-13 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Labels: gsoc2016 java  (was: gsoc2016)

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016, java
> Fix For: 0.6, 0.7
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with Java (but not necessarily with the large JDK 
> library, since this work uses relatively few JDK classes outside {{Math}}), 
> and in mathematic. In particular, this work requires that the developer is 
> familiar with _affine transforms_: their representation as a matrix, and how 
> to map a term in a formula to a coefficient in the affine transform matrix. 
> This work requires also the capability to find the analytic derivative of a 
> formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2016-02-13 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Description: 
This is an umbrella task for some coordinate operation methods not yet 
supported in Apache SIS. Coordinate operations include _map projections_ (e.g. 
Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ (e.g. 
transformations from NAD27 to NAD83 in United States), transformation of 
vertical coordinates, _etc_. We can of course not list all possible formulas 
that we do not support, but this JIRA task lists at least some of the 
operations listed in the EPSG guidance notes.

The main material for this work is the EPSG guidance notes, which can be 
downloaded freely from the following site:

{panel}
IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
Coordinate Conversions and Transformations including Formulas
http://www.epsg.org/GuidanceNotes
{panel}

Google summer of code students interested in this work would need to be 
reasonably comfortable with Java (but not necessarily with the large JDK 
library, since this work uses relatively few JDK classes outside {{Math}}), and 
in mathematic. In particular, this work requires that the developer is familiar 
with _affine transforms_: their representation as a matrix, and how to map a 
term in a formula to a coefficient in the affine transform matrix. This work 
requires also the capability to find the analytic derivative of a formula and 
to simplify it.

Implementations of those formulas take place in one of the 
{{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
{{transform}}).


  was:
This is an umbrella task for some coordinate operation methods not yet 
supported in Apache SIS. We can of course not list all possible formulas that 
we do not support, but we list at least some of the EPSG guidance notes.

The EPSG guidance notes can be downloaded freely from the following site:

{panel}
IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
Coordinate Conversions and Transformations including Formulas
http://www.epsg.org/GuidanceNotes
{panel}

Implementations of those formulas take place in one of the 
{{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
{{transform}}).



> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>  Labels: gsoc2016
> Fix For: 0.6, 0.7
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. Coordinate operations include _map projections_ 
> (e.g. Transverse Mercator, Lambert Conic Conformal, _etc._), _datum shifts_ 
> (e.g. transformations from NAD27 to NAD83 in United States), transformation 
> of vertical coordinates, _etc_. We can of course not list all possible 
> formulas that we do not support, but this JIRA task lists at least some of 
> the operations listed in the EPSG guidance notes.
> The main material for this work is the EPSG guidance notes, which can be 
> downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Google summer of code students interested in this work would need to be 
> reasonably comfortable with Java (but not necessarily with the large JDK 
> library, since this work uses relatively few JDK classes outside {{Math}}), 
> and in mathematic. In particular, this work requires that the developer is 
> familiar with _affine transforms_: their representation as a matrix, and how 
> to map a term in a formula to a coefficient in the affine transform matrix. 
> This work requires also the capability to find the analytic derivative of a 
> formula and to simplify it.
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2015-11-10 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Fix Version/s: 0.6
   0.7

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>  Labels: gsoc2016
> Fix For: 0.6, 0.7
>
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. We can of course not list all possible formulas that 
> we do not support, but we list at least some of the EPSG guidance notes.
> The EPSG guidance notes can be downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2015-07-22 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Priority: Major  (was: Minor)

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>  Labels: gsoc2016
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. We can of course not list all possible formulas that 
> we do not support, but we list at least some of the EPSG guidance notes.
> The EPSG guidance notes can be downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-212) Coordinate operation methods to implement

2015-07-21 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-212:

Summary: Coordinate operation methods to implement  (was: Unsupported 
coordinate operation methods)

> Coordinate operation methods to implement
> -
>
> Key: SIS-212
> URL: https://issues.apache.org/jira/browse/SIS-212
> Project: Spatial Information Systems
>  Issue Type: Task
>  Components: Referencing
>Affects Versions: 0.6
>Reporter: Martin Desruisseaux
>Priority: Minor
>  Labels: gsoc2016
>
> This is an umbrella task for some coordinate operation methods not yet 
> supported in Apache SIS. We can of course not list all possible formulas that 
> we do not support, but we list at least some of the EPSG guidance notes.
> The EPSG guidance notes can be downloaded freely from the following site:
> {panel}
> IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2
> Coordinate Conversions and Transformations including Formulas
> http://www.epsg.org/GuidanceNotes
> {panel}
> Implementations of those formulas take place in one of the 
> {{org.apache.sis.referencing.operation}} sub-packages ({{projection}} or 
> {{transform}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)