[PROJ] Newbie question on projections

Paul Ramsey pramsey at cleverelephant.ca
Thu May 23 10:42:49 PDT 2019


Proj will convert double arrays of longitude/latitudes into Mollweide, if that’s the question? It’ll also convert into a whole zoo of other interesting global projections, if you’re looking for alternatives. It can be called as a library https://proj4.org/development/quickstart.html <https://proj4.org/development/quickstart.html>

> On May 23, 2019, at 10:14 AM, Daniel Suson <djsuson at gmail.com> wrote:
> 
> I have a project that takes spherical maps (either Terrestrial or astronomical) as its input. The inputted data is stored in a "flat" 360x180 (scaled up or down depending upon the resolution) 2-D array. As an early step in the process I then display the map in one of the basic projections (currently Mollweide, but I would like to support others). I am hoping that I can use PROJ4 to transform this into another 2-D array that can then be passed into the display routines.
> 
> Is this something that PROJ4 can do?
> If so, can this capability be called as a library function from within the program?
> If not, is there another library I should consider to support this need?
> Thank you for your help with this.
> 
> _______________________________________________
> PROJ mailing list
> PROJ at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/proj

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/proj/attachments/20190523/5fd853ff/attachment.html>


More information about the PROJ mailing list