martibosch / swiss-urbanization-post

Materials to reproduce the blog post of https://martibosch.github.io/managing-analysis-workflows-geodata-make/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swiss-urbanization-post

Materials to reproduce the blog post of http://martibosch.github.io/managing-analysis-workflows-geodata-make/

Prerequisites: a Python distribution with conda

Instructions to reproduce (commands executed from the root directory of this repository):

  1. Create the conda environment by executing make create_environment

  2. Activate the environment by executing conda activate swiss-urbanization-post

  3. Update the src/data/download_clc.py script so that it downloads the CORINE Land Cover datasets for the years 2000, 2006 and 2012 (the datasets are open but require registration) to the data/raw/clc directory, or contact me in order to get a temporary access keys to a S3 service that will provide you such files without need to change the code.

  4. Generate the figure to reports/figures/swiss-urbanization.png by executing make figure

See the overview notebook for a more visual description of the workflow.


Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

Materials to reproduce the blog post of https://martibosch.github.io/managing-analysis-workflows-geodata-make/

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 93.0%Language:Python 4.4%Language:Makefile 2.6%