Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 645 Bytes

File metadata and controls

12 lines (7 loc) · 645 Bytes

New York City Housing Authority (NYCHA) Temperature Sensor Data Scraping

NYCHA regularly updates a web page that displays information about indoor temperature sensor data by each development.

Morph.io scraper

This web scraper runs daily and extracts the data from all of these tables and saves the results in a SQLite database. The scraper is hosted on morph.io.

See temp_scraper on morph.io.

Credit to @austensen for inspiring this scraper. Thank you @julia-guo @ryanywchen for contributing to this scraper