File size: 1,360 Bytes
96f7d9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10851b8
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
dataset_info:
  features:
  - name: merged_source
    dtype: string
  - name: lon
    dtype: float64
  - name: lat
    dtype: float64
  - name: dist_to_sidewalk_m
    dtype: float64
  - name: sidewalk_geom_wkt
    dtype: string
  - name: ViolationID
    dtype: float64
  - name: ViolationId
    dtype: float64
  - name: Descriptor
    dtype: string
  - name: Complaint Type
    dtype: string
  - name: Created Date
    dtype: string
  - name: Closed Date
    dtype: string
  - name: bblid
    dtype: float64
  - name: street
    dtype: string
  splits:
  - name: train
    num_bytes: 352291917
    num_examples: 276714
  download_size: 184286147
  dataset_size: 352291917
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

### Sidewalk Surface Condition (NYC Combined) Dataset

This dataset integrates geocoded sidewalk violations and tree-root damage records with NYC sidewalk geometries and complaint data. It produces a spatially accurate dataset that reflects both administrative reports and public complaints about sidewalk surface conditions. The merged output enables analysis of sidewalk impairment patterns across NYC, supporting infrastructure management and accessibility planning.

More information about how this dataset was generated can be found [here](https://github.com/VIDA-NYU/OSCUR-data/pull/9).