This project supports MAS Huguenot Planning to identify residents who may benefit from a new masjid in Staten Island. It uses NYC Tax Lot Selector exports with the "All PLUTO Fields" option.
- NYC Tax Lot Selector (PLUTO) export
- Filename convention:
{neighborhood}_image{N}_pluto_fields_{YYYY-MM-DD}.csv- Example:
princebay_image5_pluto_fields_2026-01-11.csv
- Example:
/data- raw PLUTO CSV exports/scripts- data processing scripts/outputs- cleaned outreach lists
- Update column names near the top of
scripts/build_outreach_list.pyif needed:
OWNER_NAME_COLUMNADDRESS_COLUMNBOROUGH_COLUMNZIPCODE_COLUMN
- Run the script:
python scripts/build_outreach_list.py data/princebay_image5_pluto_fields_2026-01-11.csv outputs/princebay_outreach_list.csvThe output CSV includes only the columns "No", "Name", and "Address". The address is formatted as "STREET, BOROUGH, NY ZIP". Manual review will determine which names appear Muslim.
A combined file is available at outputs/master_outreach_list.csv.