Skip to content

Commit

Permalink
Merge pull request #16 from worldbank/implementations
Browse files Browse the repository at this point in the history
Implementations
  • Loading branch information
bpstewar authored Feb 21, 2025
2 parents 117d0f9 + 1853798 commit d027bd7
Show file tree
Hide file tree
Showing 12 changed files with 537 additions and 4,077 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ This repository inlcudes tools and tutorials for generating travel time/market a

Instructions on use are best found in the Notebooks folder, where jupyter notebooks explore the basic functions.
![Example of mapping access to health facilities](https://github.com/worldbank/GOSTNets_Raster/blob/master/images/TT_any_facility.png)

## Installation tips
The following instructions have been helpful for installing in a conda environment on a windows machine, so your results may very. These are also specific to our organizational security environment.

```
C:\> conda create --name gnr geopandas ipykernel git pandana
C:\> conda activate gnr
[gnr] C:\Path_to_code\> pip install . -e
[gnr] C:\Path_to_code\> jupyter-notebook
```
Loading

0 comments on commit d027bd7

Please sign in to comment.