From a list of coordinates, create a .KMZ file that can be opened in
GoogleEarth, and will display markers at the input coordinates.
- Parameters:
name (str) – filename for the output KMZ file.
coordinates (list, numpy array) – list of coordinates (latitude, longitude)
- Returns:
nothing, just create the KMZ file.
- Return type:
None