Skip to content

rahbinrackin/MAS-Planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAS Huguenot Planning Data Pipeline

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.

Data source

  • 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

Directory structure

  • /data - raw PLUTO CSV exports
  • /scripts - data processing scripts
  • /outputs - cleaned outreach lists

Usage

Build an outreach list

  1. Update column names near the top of scripts/build_outreach_list.py if needed:
  • OWNER_NAME_COLUMN
  • ADDRESS_COLUMN
  • BOROUGH_COLUMN
  • ZIPCODE_COLUMN
  1. Run the script:
python scripts/build_outreach_list.py data/princebay_image5_pluto_fields_2026-01-11.csv outputs/princebay_outreach_list.csv

The 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.

Master outreach list

A combined file is available at outputs/master_outreach_list.csv.

About

Resident Data for MASSI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages