Re: [Matplotlib-users] Produce KML from Matplolib

2015-06-24 Thread Arnaldo Russo
Hi Egayer, Filipe Fernandes spoted a nice result using Simplekml and Basemap. https://ocefpaf.github.io/python4oceanographers/blog/2014/03/10/gearth/ Cheers, Arnaldo. 2015-06-10 5:07 GMT-03:00 egayer : > Hi all, > > Is there a way to produce a KML file from matplolib results as R and Matlab >

Re: [Matplotlib-users] Produce KML from Matplolib

2015-06-21 Thread Paul Hobson
Eric, You'll be producing the KML from pythonor some other python package. GIS I/O is well beyond matplotlib's scope. This gis,stackexchange thread seems promising: http://gis.stackexchange.com/questions/22519/create-a-ground-overlay-kml-from-georeferenced-raster On Wed, Jun 10, 2015 at 1:07 AM

[Matplotlib-users] Produce KML from Matplolib

2015-06-19 Thread egayer
Hi all, Is there a way to produce a KML file from matplolib results as R and Matlab do ? - plotKML is a R package http://plotkml.r-forge.r-project.org - Matlab has the Google Earth Toolbox. Both of them allow to plot directly on GE I' have been digging around and found this old post :"Produc