from mapnik import Map, Layer proj4 = '+proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +a=6378140 +b=6356750 +units=m +no_defs' m = Map(256,256,proj4) lyr = Layer('Name',proj4)