python3 and basemap bluemarble()

To matplotlib-users,

basemap bluemarble() requires PIL, which is not available for Python3.
What is the usual workaround, when using Python and wanting to do
bluemarble()?

Thanks,
Tommy

Tom,

I believe the “pillow” package is the actively maintained fork of PIL. Could be wrong on that though.

-p

···

On Fri, Oct 17, 2014 at 4:27 AM, Tommy Carstensen <tommy.carstensen@…287…> wrote:

To matplotlib-users,

basemap bluemarble() requires PIL, which is not available for Python3.

What is the usual workaround, when using Python and wanting to do

bluemarble()?

Thanks,

Tommy


Comprehensive Server Monitoring with Site24x7.

Monitor 10 servers for $9/Month.

Get alerted through email, SMS, voice calls or mobile push notifications.

Take corrective actions from your mobile device.

http://p.sf.net/sfu/Zoho


Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Have you tried using pillow? https://pypi.python.org/pypi/Pillow/2.6.1

It might just a drop in replacement, but that depends on how bluemarble uses PIL.

http://pillow.readthedocs.org/porting-pil-to-pillow.html

Werner

···

On 10/17/2014 13:27, Tommy Carstensen wrote:

To matplotlib-users,

basemap bluemarble() requires PIL, which is not available for Python3.