/geos_sat

Primary LanguagePythonMIT LicenseMIT

NOAA GEOS Satellite Data Tools

Tools to download, extract and analyze GOES-R (ABI/GLM) Terrestrial Weather satellite data. Data can be obtained through NOAA's Archive Information Request System (AIRS).

Tools

Dependencies

  • Python 3.6+
  • Required Python libraries:
    • requests
    • beautifulsoup4
    • tqdm
    • numpy
    • netCDF4
    • PIL
    • matplotlib
    • opencv-python
    • opencv-python-headless

Install the required libraries using the following command:

pip install requests beautifulsoup4 tqdm numpy netCDF4 Pillow matplotlib opencv-python opencv-python-headless