Matching d3.js geo projection with pyproj Proj4

المشرف العام

Administrator
طاقم الإدارة
I am having trouble figuring out the correct notation for Proj4 projections with pyproj. I got the following projection in d3.js and I want to match it with pyproj on my backend to send a background bitmap for the map.

var projection = d3.geo.albers() .center([0, 55.4]) .rotate([4.4, 0]) .parallels([50, 60]) .scale(4800) .translate([width / 2, height / 2]);

أكثر...
 
أعلى