NOAA-PMEL/PyFerret

Create PyEF's that write KML/KMZ files (Trac #1879)

Opened this issue · 0 comments

Similar to shapefile PyEFs, create PyEFs that write KML/KMZ files. These KML files should colors the quadrilaterals written out, thus these functions will need to deal with palettes and associated options. The user should be able to specify the values for color-by-value. "Automatic" values could be obtained from making a normal ferret plot and reading the resulting levels chosen.

Should definitely use a python KML package; maybe pykml ?