https://github.com/datacamp/community-hurricane-visualizations
This repository contains notebook + code used to generate the figures in my DataCamp article 'How not to plot hurricane predictions'
https://github.com/datacamp/community-hurricane-visualizations
Last synced: 12 days ago
JSON representation
This repository contains notebook + code used to generate the figures in my DataCamp article 'How not to plot hurricane predictions'
- Host: GitHub
- URL: https://github.com/datacamp/community-hurricane-visualizations
- Owner: datacamp
- License: mit
- Created: 2017-09-14T20:20:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T17:27:23.000Z (over 8 years ago)
- Last Synced: 2025-12-07T02:41:09.949Z (6 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 13.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How not to plot hurricane predictions
This repository contains notebook + code used to generate the figures in my DataCamp article 'How not to plot hurricane predictions' [here](https://www.datacamp.com/community/blog/how-not-to-plot-hurricane-predictions).
## Getting set up
Clone this repository
```
git clone https://github.com/datacamp/community-hurricane-visualizations
```
If you do not already have the [Anaconda distribution](https://www.anaconda.com/download/), go get it (n.b., you can also do this w/out Anaconda using `pip` to install the required packages, however Anaconda is great for Data Science and I encourage you to use it).
Navigate to the relevant directory `community-hurricane-visualizations` and install required packages in a new conda environment:
```
conda env create -f environment.yml
```
This will create a new environment called hurricanevis. To activate the environment, execute
```
source activate hurricanevis
```
Then open the notebook `hurricanevis-code.ipynb`, generate the figures for yourself and play around with them.
### Code
The code in this repository is released under the [MIT license](LICENSE). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT).