SimonStride / portfolio

Public Portfolio Items (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simon's Public Portfolio

Work in Progress

Workbooks to be made available at:

Binder

Prerequisites

  • Python 3.8+ (probably works on 3.7 but untested)
  • VirtualEnv
  • Additional requirements as laid out in the requirements.txt file

Getting Started

# Create
python -m virtualenv .venv

# Activate virtual environment (Windows)
.\.venv\Scripts\activate

# Activate virtual environment (Linux)
source .\.venv\Scripts\activate

# Install prerequisites
pip install -r requirements.txt

Additional Acknowledgements

  • MyBinder Binder
  • OpenDoor Logistics (Postcode Shapefiles)

About

Public Portfolio Items (WIP)

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%