Weather profoundly impacts various aspects of human life, influencing sectors like agriculture, tourism, urban planning, and industry. The meteorological department employs sensors across different locations to collect weather data. This project focuses on analyzing Edmonton's weather conditions by visualizing changes in snow, rain, and temperature over recent years.
Follow these instructions to set up and run the project locally for development and testing purposes. Refer to the "Running Code" section below for instructions on running the project.
We utilize the City of Edmonton's Open Data Portal to access weather datasets. This portal offers Edmonton's city data in various formats, including CSV and XML. We use the Socrata Open Data API (SODA) to fetch weather data from the portal in JSON format for real-time visualization. The dataset spans from January 1, 2000, to the present, with daily updates. It encompasses 67,868 records capturing day-to-day weather conditions.
URL : https://data.edmonton.ca/Environmental-Services/Weather-Data-Daily-Environment-Canada/s4ws-tdws
Node.js: v20.11.1 npm: 10.2.4
Follow the installation instructions provided in the link below to install npm and Node.js on your CentOS PC.
Link: https://linuxize.com/post/how-to-install-node-js-on-centos-7/
• Run "npm install" to install dependencies.
• Run "npm start" to start the project.
• Open http://localhost:3000 to view it in the browser.