Skip to content

zarashabrina/gravity-model-network-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Gravity Spatial Interaction Model and Network Analysis

Accessibility and network analysis using gravity-spatial interaction model in Python

This tutorial can be easily followed using Jupyter Notebook via Anaconda Navigator.

Anaconda Navigator can be downloaded here

All the required packages have been prepared in the environment.yml file. Here is the step to create the environment in your local computer:

Use the terminal or an Anaconda Prompt for the following steps:

Create the environment from the environment.yml file:

conda env create -f environment.yml

The first line of the yml file sets the new environment's name.

Activate the new environment:

conda activate myenv

Verify that the new environment was installed correctly:

conda env list

About

Accessibility and network analysis using gravity-spatial interaction model in Python

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors