- An application for downloading Level II data from the NEXRAD Level II archive
- Takes user input for the month, day, year, radar site code (KHTX - Huntsville AL for example), along with beginning and ending time frames in Zulu
- (Format for times goes as follows: HHMMSS) with all times needing to be in Zulu
- Make sure Docker is installed
- Sign into Docker
- Open a command line prompt
- Run
docker login - Run
docker pull zachdehooge/nexpull - Run
docker run -it --rm -v .:/app zachdehooge/nexpull
- Be sure to open an issue and I will be more than happy to fix it!
- More to come...