You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by Martin Desruisseaux <ma...@geomatys.com> on 2015/04/01 12:35:01 UTC

First map projection ported: Mercator

Hello all

We completed yesterday the port of the first map projection in Apache
SIS, which is Mercator. Other map projections should be faster to port
since we now have the framework common for all projections. Note that it
does not include yet the "ProjectedCRS" implementations, but only the
code that perform the numerical computations.

I will post in separated emails the declaration of parameters for the
various flavour of Mercator projections. If anyone could review them and
point out any mistake, or suggest additions or removals, we welcome
feedbacks.

    Martin



Re: First map projection ported: Mercator

Posted by Adam Estrada <es...@gmail.com>.
Got it! Thanks Martin

A

On Wed, Apr 1, 2015 at 6:35 AM, Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello all
>
> We completed yesterday the port of the first map projection in Apache
> SIS, which is Mercator. Other map projections should be faster to port
> since we now have the framework common for all projections. Note that it
> does not include yet the "ProjectedCRS" implementations, but only the
> code that perform the numerical computations.
>
> I will post in separated emails the declaration of parameters for the
> various flavour of Mercator projections. If anyone could review them and
> point out any mistake, or suggest additions or removals, we welcome
> feedbacks.
>
>     Martin
>
>
>