This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
""" | |
Script that allows for conversion of a netcdf file to | |
a stack of geotiff files with each raster being a time | |
slice from the input file. | |
Base implementation taken from: | |
https://www.linkedin.com/pulse/convert-netcdf4-file-geotiff-using-python-chonghua-yin | |
Usage: |