Skip to content

Commit

Permalink
Add script to extract nodes and edges data.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Mar 23, 2023
1 parent 1d030f1 commit beb6e46
Show file tree
Hide file tree
Showing 3 changed files with 795 additions and 267 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# govtech-cycling
# govtech-cycling


Setup
```
conda create -n govtech python=3.9
conda activate govtech
conda install -c conda-forge pyrosm
conda install -c conda-forge numpy=1.23.5
conda install -c conda-forge ipykernel
conda install -c conda-forge shapely==1.8.5
```

## notes
- 2 minutes to get boundaries for Thurgau
- 8 minutes for get nodes/edges for Thurgau
Loading

0 comments on commit beb6e46

Please sign in to comment.