Skip to content

Using CesiumJS and the Google Maps API to visualize fires and air quality index data in the state of California.

License

Notifications You must be signed in to change notification settings

srothst1/california-aqi-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

California Air Quality Index Visualization

This project uses CesiumJS, Google Maps, to visualize fires and AQI data in the state of California. The open-source project SoCalAirQuality is also highlighted. SoCalAirQuality provides a simple way for people to track the air quality index of a given region on Twitter.

2/7/2022 AM update - Here is a live demo that is partially working. The CesiumJS viewer is having issues. I recommend cloning this repo and running it locally, but the live demo will give you a sense of what the site looks like. Will update and fix later this week when I have more time.

Running this application

First, clone this repository. Next run:

npm install
npm start

and navigate to localhost:8080.

Screenshots

Overview #1: image Overview #2: image Overview #3: image

image

image

image

Available scripts

  • npm start - Runs a webpack build with webpack.config.js and starts a development server
  • npm run build - Runs a webpack build with webpack.config.js

Import named modules from Cesium

import { Color } from 'cesium';
var c = Color.fromRandom();

Import Cesium static asset files

import "cesium/Build/Cesium/Widgets/widgets.css";

Contributions

Pull requests are appreciated. Please use the same Contributor License Agreement (CLA)

About

Using CesiumJS and the Google Maps API to visualize fires and air quality index data in the state of California.

Topics

Resources

License

Stars

Watchers

Forks