/srothst1.github.io

Using the Google Maps JavaScript API and CesiumJS to make sense of earthquake data from the United States Geological Survey.

Primary LanguageHTMLApache License 2.0Apache-2.0

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.

Running this application

First, clone this repository. Next run:

npm install
npm start

and navigate to localhost:8080.

Screenshots

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)