netcdf-tiff
netcdf-tiff copied to clipboard
NETCDF to GeoTIFF utility library
netcdf-tiff
NETCDF to GeoTIFF utility library
Python 3 library designed to extract GeoTIFF images from NETCDF4+ files. Working code extraction model is built for the GOES16 :satellite:
Sample images produced
Channel 2
Channel 7
Channel 13
Example code, complete Cloud and Moisture product example
conv_options = ConversionOptions(
filename="OR_ABI-L2-CMIPF-M3C02_G16_s20180161600431_e20180161611198_c20180161611267.nc",
output="my_test_image.tiff",
verbose=True,
debug=True)
goes16 = Goes16Converter(verbose=conv_options.verbose, debug=conv_options.debug)
result = goes16.extract(conv_options)
Live GOES16 data sources
NOAA is currently producing data extracts for public use on AWS. You should download and setup your AWS CLI tool first in your choice of environment Linux/mac OS/Windows. There are scripts in the subfolder /tests/data/
that will generate the command to obtain the latest netcdf files for you to work with
- Linux/mac OS
- Windows
Need help?
How to contribute
- Fork the repository
- Add something awesome
- Create a pull request
- :sun_with_face: Celebrate :sun_with_face:
License
License can be found here: LICENSE