Skip to content

Node application to pull historical DPQPE radar images for Canada

License

Notifications You must be signed in to change notification settings

Forceh91/canada-historical-radar-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canada Weather Radar Image Downloader

This project is a script that downloads weather radar images from the Canada's historical weather radar web page and saves them as GIFs. This is an alternative to their API which no longer includes an overlay of boundaries, city names, etc.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You need to have Node.js installed on your machine. The project uses the following Node.js libraries:

  • axios
  • jsdom

You can install these packages using npm:

npm install

Usage

The script is configured to download images from a specific radar site. You can change the site by modifying the SITE_CODE variable in the script.

The script runs indefinitely, downloading new images every 3 minutes. The images are saved in the ./images directory.

To start the script you just need to run the following in your terminal

node index.js

License

This project is licensed under the GNU General Public License - see the LICENSE file for details

About

Node application to pull historical DPQPE radar images for Canada

Topics

Resources

License

Stars

Watchers

Forks