Hi,
Is there any way to set standard longitude value for lambert conformal
projection. My current basemap parameters are,

m = Basemap(projection='lcc',
            lat_1=30.0,
            lat_2=60.0,
            lat_0=40.0,
            lon_0=16.0,
            llcrnrlon=-10.0,
            llcrnrlat=25.0,
            urcrnrlon=50.0,
            urcrnrlat=50.0,
            resolution='i')

but i want to add standard longitude (32) as parameter to basemap.

Thanks,

--ufuk
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to