- FileIO (
Lecture/Lecture_04/python_examples/
) - Network (graph) (
Lecture/Lecture_04/graph_examples/
)
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
networkx: a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
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