codeforboston / codeforboston/mattapan-mapping

Who's in the Neighborhood: indicate which reps from the 3 legislatures

Open
#134 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
5
Forks
16
PR merge metrics
No merged PRs in 30d

Description

- [Categories spreadsheet](https://docs.google.com/spreadsheets/d/1W7LIaoksDXnP8ujWztjtRjaDaeJpirXzWFri61g4S8c/edit#gid=814823002)

### 3 legislature polygon sets to draw from:
Load these datasets onto the mapbox map and then use query function like [`queryRenderedFeatures()`](https://docs.mapbox.com/mapbox-gl-js/example/queryrenderedfeatures-around-point/) to get the relevant people from each for the point clicked on the map

- [ ] Add Councilor or Neighborhoods boundaries (as Boston defines them) for City Councilors (FIRST) then other ones (Neighborhood Liaisons, etc) in case they have different boundaries.
- [ ] data: https://www.boston.gov/departments/city-council/who-my-boston-city-councilor
- [ ] Get name, district number and website data for display
- [ ] Add MA State Senator boundary from MassGIS
- [ ] https://www.mass.gov/info-details/massgis-data-massachusetts-senate-legislative-districts
- [ ] Get name, party, district number and website data for display (example below)
- [ ] Add MA State Representative boundary from MassGIS
- [ ] https://www.mass.gov/info-details/massgis-data-massachusetts-house-legislative-districts
- [ ] Get name, party, district number and website data for display (example below)

Councilor
image

State Senator Map
image
```
FID,sendistnum,sen_dist,sen_first,sen_last,sen_party,senator,url
GISDATA.SENATE2012_POLY.28,31,Second Suffolk,Sonia R.,Chang-Diaz,(D),Sonia R. Chang-Diaz (D),https://malegislature.gov/Legislators/Profile/SCD0
```

```
FID,dist_code,repdistnum,rep_dist,rep_first,rep_last,rep_party,rep,url
GISDATA.HOUSE2012_POLY.133,SUFF09,132,9th Suffolk,Jon,Santiago,(D),Jon Santiago (D),https://malegislature.gov/Legislators/Profile/J_S2
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.