Skip to content

mebauer/building-elevation-subgrade-nyc

Repository files navigation

A Five Step Approach to Evaluate NYC’s Building Elevation and Subgrade Dataset in Python

Mark Bauer

Table of Contents

grade-floor-mean

successfully-measured

1. Introduction

On September 20, 2023, the NYC Department of City Planning (DCP) unveiled the Building Elevation and Subgrade (BES) dataset, lauded as a groundbreaking resource for understanding NYC building elevations and flood risk assessment. This dataset meticulously catalogues building floor elevations and subgrade spaces, pivotal for evaluating flood vulnerability and insurance implications under programs such as the National Flood Insurance Program (NFIP).

Inspired by the dataset's potential, this project aims to conduct a comprehensive evaluation of the NYC Building Elevation and Subgrade Dataset. Prior to formulating conclusions or strategies for its utilization, it is crucial to gain a nuanced understanding of its intricacies, limitations, and uncertainties.

I argue for a five step approach to evaluating and learning more about NYC’s Building Elevation and Subgrade Dataset. These steps include:

  1. Preview Metadata: Examine the shape, counts, columns, data types and null constraints
  2. Data Coverage: Calculate percentage null of whole dataset, as well as by different groups (e.g. neighborhood)
  3. Summary Statistics and Visualize: Calculate statistics like min, max, mean, median of key features
  4. Groundtruth: Compare values against another best available dataset
  5. Feature Importance and Generalization: Identify features that contribute most to the model and to learn more about a target feature

For more information, please see the data dictionary and the data guidance files.

2. Notebooks

3. Data

4. Additional Resources

5. Say Hello!

Feel free to reach out for further discussions.

Keywords: Building Elevation and Subgrade, Flood Risk, Flood, Flooding, Resiliency, First Floor, First Floor Elevation, First Floor Height, Lowest Adjacent Grade, Subgrade, Basement, New York City, Department of City Planning, Department of Building's, Python, pandas, GeoPandas, Numpy, Matplotlib, Seaborn, Jupyter, Open Data, Open Source, NYC Open Data.