A quick & visual representation of the heatmap idea.
To run this on your local computer:
-
Clone or download the repository.
-
To guarantee reproducibility make a clone of the python environment in which this was developed. We recommend the Anaconda or Miniconda python environment mangaer. See here. The baya-data-science repository under the documentation folder has guidelines on installing Anaconda/Miniconda and managing python environments.
However, the only necessary packages are geopandas v.0.4.0, pandas v.0.23.4, and bokeh v.1.0.4, and python v.>=3.6, in case you want to skip Miniconda installation. If so, proceed to step 5.
-
Within the repository, type
conda env create -f heatmap_mockup_env.yml. See environment usage from documentation. -
Accept any prompts and when the environemnts finishes installing type
conda activate heatmap_mockup_envto access it. -
Now type
bokeh serve --show myapp. A browser window will open and display the mockup.