Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srothst1/srothst1.github.io
Using the Google Maps JavaScript API and CesiumJS to make sense of earthquake data from the United States Geological Survey.
https://github.com/srothst1/srothst1.github.io
cesiumjs cityplanner earthquake-data earthquake-visualization googlemaps-api
Last synced: 6 days ago
JSON representation
Using the Google Maps JavaScript API and CesiumJS to make sense of earthquake data from the United States Geological Survey.
- Host: GitHub
- URL: https://github.com/srothst1/srothst1.github.io
- Owner: srothst1
- License: apache-2.0
- Created: 2021-03-23T21:29:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T15:45:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-09T19:22:26.250Z (about 1 month ago)
- Topics: cesiumjs, cityplanner, earthquake-data, earthquake-visualization, googlemaps-api
- Language: HTML
- Homepage: https://srothst1.github.io/
- Size: 57.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/ian-r-rose/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](https://user-images.githubusercontent.com/39531367/133108520-1a90e288-e285-48e8-8d73-ed7e09ada6b5.png)
![image](https://user-images.githubusercontent.com/39531367/132901053-711ae4e8-3814-4018-80dd-b9b0535174b6.png)
![image](https://user-images.githubusercontent.com/39531367/133159194-103c6a04-6c52-419f-b649-1f5725bc3272.png)
### 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)