An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# paradise-campfire-map
omniSci visualization of Paradise, California 2018 campfire

![](src/images/paradise-campfire-map.png)

## 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))