Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.87 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.87 KB

Build Status

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 📡

Sample images produced

Channel 2

Channel 2

Channel 7

Channel 7

Channel 13

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

Need help?

How to contribute

  • Fork the repository
  • Add something awesome
  • Create a pull request
  • 🌞 Celebrate 🌞

License

License can be found here: LICENSE