Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atlasofdata/atlasofdata.github.io
How flows of data reveal the ecosystems of our planet
https://github.com/atlasofdata/atlasofdata.github.io
climate-change dataflows dataviz science visualization
Last synced: 5 days ago
JSON representation
How flows of data reveal the ecosystems of our planet
- Host: GitHub
- URL: https://github.com/atlasofdata/atlasofdata.github.io
- Owner: atlasofdata
- Archived: true
- Created: 2018-09-07T10:19:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T17:32:37.000Z (about 2 years ago)
- Last Synced: 2024-05-06T15:16:26.963Z (6 months ago)
- Topics: climate-change, dataflows, dataviz, science, visualization
- Language: Jupyter Notebook
- Homepage: https://theatlasofdata.earth
- Size: 27.3 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - atlasofdata/atlasofdata.github.io - How flows of data reveal the ecosystems of our planet (others)
README
# The Atlas of Data
The Atlas of Data investigate how flows of data relate to the ecosystems of our planet.
### Howto Run
```
bundle exec jekyll serve
```### Publish
We use the [jgd](https://github.com/yegor256/jekyll-github-deploy) Gem to build locally and deploy to gh-pages branch.
```
gem install jgd
jgd
```### Backup all viz from blocks
Run the scripts to fetch all viz from blocks/gist and store them locally.
```
cd bin
node fetchviz.js
```