<div dir="ltr"><div>Depending on your end goal, I would recommend using GDAL to reproject 2D data. This will resample your data from a 2D grid in one projection to a 2D grid in a new projection.<br></div><div><a href="https://www.gdal.org/gdalwarp.html">https://www.gdal.org/gdalwarp.html</a></div><div><br></div><div>If you are a Python user, I would recommend:</div><div><a href="https://corteva.github.io/rioxarray/html/examples/reproject.html">https://corteva.github.io/rioxarray/html/examples/reproject.html</a></div><div><a href="https://rasterio.readthedocs.io/en/stable/topics/reproject.html">https://rasterio.readthedocs.io/en/stable/topics/reproject.html</a></div><div><br></div><div>Hopefully this helps,</div><div>Alan<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 23, 2019 at 12:42 PM Paul Ramsey <<a href="mailto:pramsey@cleverelephant.ca">pramsey@cleverelephant.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">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" target="_blank">https://proj4.org/development/quickstart.html</a><br><div><br><blockquote type="cite"><div>On May 23, 2019, at 10:14 AM, Daniel Suson <<a href="mailto:djsuson@gmail.com" target="_blank">djsuson@gmail.com</a>> wrote:</div><br class="gmail-m_2743173561783782330Apple-interchange-newline"><div>
  

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

_______________________________________________<br>PROJ mailing list<br><a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a><br><a href="https://lists.osgeo.org/mailman/listinfo/proj" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br></div></blockquote></div><br></div>_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font style="font-family:arial,helvetica,sans-serif">Alan Snow</font><br></div></div></div></div></div></div></div></div>