https://github.com/randomfractals/paradise-campfire-map
omniSci visualization of Paradise, California 2018 campfire
https://github.com/randomfractals/paradise-campfire-map
Last synced: about 1 year ago
JSON representation
omniSci visualization of Paradise, California 2018 campfire
- Host: GitHub
- URL: https://github.com/randomfractals/paradise-campfire-map
- Owner: RandomFractals
- License: apache-2.0
- Created: 2019-03-01T13:36:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T21:27:08.000Z (about 7 years ago)
- Last Synced: 2025-03-25T18:08:18.973Z (about 1 year ago)
- Language: JavaScript
- Size: 16.9 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paradise-campfire-map
omniSci visualization of Paradise, California 2018 campfire

## Install
```
npm install
```
## Configure
Update mapbox and mapd settings in [src/config.js](https://github.com/RandomFractals/paradise-campfire-map/blob/master/src/common/config.js)
`Note`: you need a Mapbox API key and OmniSci Enterprise Edition to use this app.
## Build
Build it with [webpack](https://github.com/webpack/webpack):
```
webpack --mode=development
```
## Run
Run it with [http-server](https://github.com/indexzero/http-server):
```
http-server ./dist
```
Open your browser to `http://localhost:8080` to view this map demo app.
## Contributors
- Taras Novak ([@RandomFractals](http://github.com/RandomFractals))
- Randy Zwitch ([@randyzwitch](http://github.com/@randyzwitch))
- Michael Flaxman ([@mflaxman10](http://github.com/@mflaxman10))