You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basemap documentation currently says that PIL is required for some functions. However, PIL has largely been surpassed by Pillow. And in fact Pillow will work for basemap instead of PIL. So I recommend updating the documentation to reflect Pillow instead of PIL.
Optional libraries
PIL
Python Imaging Library (download), only needed for bluemarble(), etopo(), shadedrelief() and warpimage() instance methods.
The text was updated successfully, but these errors were encountered:
Basemap documentation currently says that PIL is required for some functions. However, PIL has largely been surpassed by Pillow. And in fact Pillow will work for basemap instead of PIL. So I recommend updating the documentation to reflect Pillow instead of PIL.
The text was updated successfully, but these errors were encountered: