Skip to content

Commit

Permalink
Update abstreet-to-atip -> atip-data-prep in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jul 20, 2023
1 parent c3c4cd7 commit c5febe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please [file an issue](https://github.com/acteng/atip/issues/new) to start a con
Very roughly, you'd need to:

1. Replace `assets/authorities.geojson` with appropriate boundaries for your region, and adjust Svelte components using this file
2. Generate files for the route-snapper tool to work, using <https://github.com/acteng/abstreet-to-atip/>. Right now, this only requires OpenStreetMap data and should work worldwide, but this may change.
2. Generate files for the route-snapper tool to work, using <https://github.com/acteng/atip-data-prep>. Right now, this only requires OpenStreetMap data and should work worldwide, but this may change.
3. Host those files and a compiled version of this Svelte app somewhere. You only need a static file host, like S3.

### Query parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository contains the Svelte ATIP app. Our tech stack is:

There are some related repositorites also part of ATIP:

- [abstreet-to-atip](https://github.com/acteng/abstreet-to-atip) is a set of scripts to generate data files that ATIP loads
- [atip-data-prep](https://github.com/acteng/atip-data-prep) is a set of scripts to generate data files that ATIP loads
- [route-snapper](https://github.com/dabreegster/route_snapper/) is a tool to draw routes snapped to existing roads
- [osm2streets](https://github.com/a-b-street/osm2streets) is a library to process and query OpenStreetMap data

Expand Down

0 comments on commit c5febe7

Please sign in to comment.