Skip to content

Commit

Permalink
Merge pull request #73 from Urban-Analytics-Technology-Platform/add-o…
Browse files Browse the repository at this point in the history
…utput-crs

Add output crs (#72)
  • Loading branch information
sgreenbury authored Nov 29, 2024
2 parents 206fb1c + 0caa118 commit 39cb7cf
Show file tree
Hide file tree
Showing 21 changed files with 207 additions and 1,247 deletions.
2 changes: 2 additions & 0 deletions config/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ nts_regions = [
# nts day of the week to use
# 1: Monday, 2: Tuesday, 3: Wednesday, 4: Thursday, 5: Friday, 6: Saturday, 7: Sunday
nts_day_of_week = 3
# what crs do we want the output to be in? (just add the number, e.g. 3857)
output_crs = 3857

[matching]
# for optional and required columns, see the [iterative_match_categorical](https://github.com/Urban-Analytics-Technology-Platform/acbm/blob/ca181c54d7484ebe44706ff4b43c26286b22aceb/src/acbm/matching.py#L110) function
Expand Down
4 changes: 2 additions & 2 deletions data/external/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ The structure of the folder is as follows:
│   │   │   ├── trip_eul_2002-2022.tab
│   │   │   └── <other_nts_tables>.tab
| | └── travel_times
| | │   │   ├── oa
| | │   │   ├── OA
| | │   │   | ├── travel_time_matrix.parquet
| | | | └── msoa
| | | | └── MSOA
| | │   │   └── travel_time_matrix.parquet
│   │   ├── ODWP01EW_OA.zip
│   │   ├── ODWP15EW_MSOA_v1.zip
Expand Down
Loading

0 comments on commit 39cb7cf

Please sign in to comment.