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

https://github.com/joeyklee/bc-climate-explorer

This is the current working repo of the bc-climate-explorer
https://github.com/joeyklee/bc-climate-explorer

Last synced: 3 months ago
JSON representation

This is the current working repo of the bc-climate-explorer

Awesome Lists containing this project

README

        

# bc-climate-explorer
This is the current working repo of the bc-climate-explorer

## Development

```
# install the dependencies
npm install

# in terminal window 1
## run sass watch
npm run watch-css

# in terminal window 2
## run the development server
npm run start-dev

# see: localhost:4000
```

## PubSubs:

### mapStyleChanged
checks changes to map style. relevant for:

* publishers:
- el.selectors.geoZone
- el.selectors.geoZone
* subscribers:
- map legend

### focalUnitAChanged

### focalUnitBChanged

### xTimescaleChanged

### yTimescaleChanged

### xVariableChanged

### yVariableChanged