Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
'''
A simple python module for creating images out of netcdf arrays and outputing
kml files for Google Earth. The base class ncEarth cannot be used on its own,
it must be subclassed with certain functions overloaded to provide location and
plotting that are specific to a model's output files.
Requires matplotlib and Scientific python.