Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.19 KB

Class materials

Agenda

  • FileIO (Lecture/Lecture_04/python_examples/)
  • Network (graph) (Lecture/Lecture_04/graph_examples/)

Slides

👉Slides (Network)

Install Additional modules

Open your terminal, or Anaconda Powershell Prompt, or any command line interface where you can run conda commands.

First, activate your environment, update installed packages, and install the required packages.

conda activate DCCG
conda update --all
conda install pandas libpysal contextily geopandas

Reference

networkx: a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

networkx examples

libpysal: Python Spatial Analysis Library Core.

GeoPandas: An open source project to make working with geospatial data in python easier.

contextily: context geo tiles in Python