<div>Dear all,<br></div><div><br></div><div>the past couple of weeks I have been struggling with visible differences between the Sinusoidal and the Homolosine. Between 40º S and 40º N the northing coordinates in the both projections should be the same - the interruptions in the Homolosine only affect easting. However this is not case, and the further away from the Equator the worse it is. By parallel 40 the difference is well past 20 km. One of the two computations must be incorrect.<br></div><div><br></div><div>While trying to identify the cause I found out that the Sinusoidal as implemented by PROJ is not actually equal area. The further away from the Equator, the smaller areas become. Whereas other equal-area projections like the Homolosine, Eckert IV or Mollweide all agree closely in their full co-domain. I am attaching a small CSV that digests some of these computations.<br></div><div><br></div><div>Before digging further into this issue, I would like to ask you to verify these discrepancies. Can you replicate, or am I seeing this wrong?<br></div><div><br></div><div>My set up:<br></div><div>- Ubuntu 18.04<br></div><div>- UbuntuGIS-Unstable PPA<br></div><div>- PROJ 5.2.0<br></div><div><br></div><div>The PROJ strings I am using:<br></div><div>+proj=sinu +lat_0=0 +lon_0=0 +datum=WGS84 +units=m +no_defs<br></div><div>+proj=moll +lat_0=0 +lon_0=0 +datum=WGS84 +units=m +no_defs<br></div><div>+proj=igh +lat_0=0 +lon_0=0 +datum=WGS84 +units=m +no_defs<br></div><div>+proj=latlong +datum=WGS84<br></div><div><br></div><div>Thank you.<br></div><div><br></div><div>--<br></div><div>Luís<br></div>