Skip to content

Commit f2208e4

Browse files
committed
Add readme for map production/storage
1 parent 22a61fb commit f2208e4

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Ignore large data and output files
2+
map_data/
3+
parcel_data/
4+
5+
# Geospatial file formats
6+
*.gpkg
7+
*.shp
8+
*.shx
9+
*.dbf
10+
*.prj
11+
*.cpg
12+
*.sbx
13+
*.sbn
14+
15+
# ArcGIS files
16+
*.aprx
17+
*.gdb/
18+
*.tbx
19+
20+
# Large CSV files (if needed, can be more specific)
21+
# *.csv
22+
23+
# Track only Python scripts
24+
!*.py
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# PBA50+ Modeling Report Maps
2+
3+
This directory contains scripts and data for generating supplementary map layers for the PBA50+ Forecasting and Modeling Report.
4+
5+
## Setup
6+
7+
### First-time setup:
8+
9+
1. **Clone the repo**
10+
```bash
11+
git clone https://github.com/BayAreaMetro/bayarea_urbansim.git
12+
cd bayarea_urbansim/scripts/report_maps/pba50_plus
13+
```
14+
15+
2. **Download large files from Box**
16+
- Box folder: https://mtcdrive.app.box.com/folder/363365649386
17+
- Download the contents of the `pba50_plus` folder
18+
- Copy the Box contents into your local `pba50_plus` directory
19+
20+
3. **Run the map preparation script**
21+
```bash
22+
cd Python
23+
python prep_map_layers.py
24+
```
25+
26+
## File Storage
27+
28+
- **Git**: Python scripts
29+
- **Box**: Large data files, map outputs, ArcGIS project files
30+
- Link: https://mtcdrive.app.box.com/folder/363365649386
31+
32+
## Output
33+
34+
The `prep_map_layers.py` script generates map layers in the `map_data/` directory that can be loaded into ArcGIS Pro for mapping. `map_data/FBP_Discrete_Modeling_GG_v3` contains GG shapefiles that were provided by Mark Shorett, originally from [here](https://mtcdrive.app.box.com/file/1877520162335?s=ohnpzgetvztmjt1t13nzw266ph1ezyro).

0 commit comments

Comments
 (0)