Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-428

Allow derivative to be specified by the inverse projection instead than the forward one

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Referencing
    • None

    Description

      The way NormalizedProjection API is designed, derivatives can be computed only by the direct transform. This was based on the assumption that forward projections are always simpler than inverse projection. But the Mollweide projection (SIS-426) breaks this assumption. With current API computing the derivative of the inverse Mollweide projection implies creating that matrices, inverting it, then inverting it back again to the original matrix. We need a way to return the first matrix directly instead.

      See inverseDerivate method in Mollweide class.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              desruisseaux Martin Desruisseaux
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: