This repo will act as a template repo to get started with CDP data specifically for the local interest group analysis project.
Feel free to open a new issue if you would like an improvement.
- Install miniconda
- Create a conda environment with Python installed (
conda create --name sig-cdp python=3.9 -y) - Activate that environment (
conda activate sig-cdp) - Install the dependencies in the
requirements.txtfile (pip install -r requirements.txt) - Load the example Jupyter Notebook (
jupyter lab)
The getting-started.ipynb notebook has some basic details of the data.
The questions.ipynb notebook has some questions to try.