<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">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 <a href="https://proj4.org/development/quickstart.html" class="">https://proj4.org/development/quickstart.html</a><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 23, 2019, at 10:14 AM, Daniel Suson <<a href="mailto:djsuson@gmail.com" class="">djsuson@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8" class="">
  
  <div bgcolor="#FFFFFF" text="#000000" class=""><p class="">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.</p>
    <ol class="">
      <li class="">Is this something that PROJ4 can do?</li>
      <li class="">If so, can this capability be called as a library function
        from within the program?</li>
      <li class="">If not, is there another library I should consider to support
        this need?<br class="">
      </li>
    </ol><p class="">Thank you for your help with this.</p>
  </div>

_______________________________________________<br class="">PROJ mailing list<br class=""><a href="mailto:PROJ@lists.osgeo.org" class="">PROJ@lists.osgeo.org</a><br class="">https://lists.osgeo.org/mailman/listinfo/proj<br class=""></div></blockquote></div><br class=""></body></html>