WeathertrackUS / NEXRAD-Data-Grabber

A simple program using the nexradaws module to retreive NEXRAD L2 data from the AWS S3 which houses the data from NOAA/ NWS.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

NEXRAD File Grabber

A Python application for downloading NEXRAD L2 data from AWS S3, which houses data from NOAA/NWS.

Features

Requirements

Installation

There are two ways to run this program. The first is to use the executable file that is provided in the releases portion of the repository. The second is to download the source code directly.

  1. Executable File:

    1. Download the executable file from the releases section of the repository.
    2. Run the executable file.
  2. Source Code:

    1. Clone this repository or download the source code.
    2. Install the required packages: pip install -r requirements.txt & CTkScrollableDropdown

Usage

  1. Run the gui.py script to start the application: python NEXRAD-File-Grabber/gui.py
  2. Use the GUI to select the desired year, month, day, radar site, and time range.
  3. Click "Find Scans" to search for available NEXRAD scans.
  4. Select the scans you want to download and click "Download Selected Scans".

Important Notes

Project Structure

License

This project is licensed under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. For more details, see Creative Commons CC0 1.0 Universal

Contributing

Contributions to improve NEXRAD File Grabber are welcome. Please feel free to submit pull requests or open issues for bugs and feature requests.