Add README link to PR with dataset generation details
Browse files
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).
|