Add README link to PR with dataset generation details
Browse files
README.md
CHANGED
|
@@ -25,3 +25,14 @@ configs:
|
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
---
|
| 28 |
+
|
| 29 |
+
### Topography Dataset
|
| 30 |
+
|
| 31 |
+
**Overview**
|
| 32 |
+
This dataset contains elevation points captured for all building footprint features in New York City. Each record represents the elevation of a specific building location, enabling fine-grained analysis of topography across the city. Since the dataset already includes geospatial coordinates and elevation values, no processor script was needed.
|
| 33 |
+
|
| 34 |
+
**Dataset Generation**
|
| 35 |
+
The dataset is obtained directly from NYC Open Data, published by the New York City Department of Information Technology & Telecommunications (DoITT) as part of the NYC Planimetric Database (``The NYC Planimetric Database: Elevation Points dataset`` ). The raw CSV is downloaded and stored in the standard `topography/` data directory.
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
More information about how this dataset was generated can be found [here](https://github.com/VIDA-NYU/OSCUR-data/pull/31).
|