[GIS] Looking for formula for the Robinson projection

coordinate system

I'm looking for a source that describes how the Robinson projection is calculated. I'm going to use this for converting long/lat into Robinson coordinates in both R and in javascript.

Best Answer

if you are looking for description of Robinson here it is: http://en.wikipedia.org/wiki/Robinson_projection and algorithm in JS you can download from here: https://github.com/afar/robinson_projection and script descrition is here: http://www.flashmap.org/robinson-projection-in-as3-gpl/

Related Question