Skip to content

gracedoherty/GOST_PublicGoods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOST PublicGoods

GOSTnets GOSTnets is a python library that pulls together a series of functions for rapid, scale independent analysis of physical connectivity between locations using open source data.

Installation instructions

Download from GitHub the latest copy of GOSTnets. Unzip the folder into your location of choice, [location]​

Make a new Python 3.6 environment in Anaconda Navigator. Call it [env name]​

Install the following packages in this order:​

conda install –c conda-forge geopandas ​

pip install osmnx​

pip install peartree​

conda install rasterio​

pip install ipykernel​

Register your sparkly new environment with Jupyter:​

source activate myenv ​

python -m ipykernel install --user --name [env name] --display-name "Python ([env name])" ​

Provide any notebooks you are working on with th

GOSTrocks GOSTrocks is a python library that pulls together routine raster processing functions for transforming spatial data into tables useful to economists

Installation instructions

Methods descriptions

  1. Market Access using OSRM

  2. GOSTnets

2a. Network processing - creating an efficient graph (OSM grab, node cleaning and salting)

2b. Criticality

2c. Optimization

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.1%
  • Python 11.9%