soniacq commited on
Commit
155b50d
·
verified ·
1 Parent(s): 8fdd681

Add README link to PR with dataset generation details

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -55,3 +55,12 @@ configs:
55
  - split: train
56
  path: data/train-*
57
  ---
 
 
 
 
 
 
 
 
 
 
55
  - split: train
56
  path: data/train-*
57
  ---
58
+
59
+ ### Land Use and Sidewalk Integration (NYC Combined) Dataset
60
+ Each sidewalk segment, enriched with proximity data to:
61
+ - Nearest public facility
62
+ - Nearest licensed business
63
+ - Distance fields for both
64
+ - Centroid coordinates (lat, lon) and geometry in WKT
65
+
66
+ More information about how this dataset was generated can be found [here](https://github.com/VIDA-NYU/OSCUR-data/pull/23).