paulwynter commited on
Commit
4127fbf
·
verified ·
1 Parent(s): 044acc2

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. .gitattributes +1 -0
  2. README.md +97 -0
  3. data.csv +0 -0
  4. data.geojson +3 -0
  5. data.parquet +3 -0
  6. images-batch-0001.zip +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data.geojson filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-classification
5
+ task_ids:
6
+ - multi-class-image-classification
7
+ pretty_name: Construction & Infrastructure Change Visual Dataset
8
+ size_categories:
9
+ - 10K<n<100K
10
+ tags:
11
+ - construction
12
+ - infrastructure
13
+ - geospatial
14
+ - imagery
15
+ - classification
16
+ ---
17
+
18
+ # Construction & Infrastructure Change Visual Dataset
19
+
20
+ ## Dataset Description
21
+
22
+ Construction & Infrastructure Change Visual Dataset is a global wildlife image dataset for geospatial computer vision dataset work focused on urban change, public works, and street-level imagery. Labels are assigned to images by matching each visual record to one of 6 feature targets in the dataset: Construction Site, Roadwork, Crane, Excavator, Scaffolding, and Pothole. The dataset includes `data.csv`, `data.geojson`, `data.parquet`, and a packaged representative image archive (`images-batch-0001.zip`) for sample review and image classification experiments. It is useful for visual search, mapping construction activity, monitoring infrastructure change, and benchmarking multi-class image classification on real-world observations. Region: Global.
23
+
24
+ This dataset is a sample from Outerview's full visual index of 10M+ real-world observations, powered by 35B visuals and observations. Search the full dataset for free at [outerview.ai](https://outerview.ai). API access and full dataset available at [outerview.ai](https://outerview.ai). Developer docs at [docs.outerview.ai](https://docs.outerview.ai).
25
+
26
+ When image archives are included, the packaged images are representative examples and larger-scale image generation, retrieval, and review should be done through the API.
27
+
28
+ Updated on a bimonthly basis.
29
+
30
+ ## Dataset Structure
31
+
32
+ ### Features in the dataset
33
+
34
+ - Construction Site: queries images matching active or completed construction zones.
35
+ - Roadwork: queries images showing road repairs, lane closures, or utility work.
36
+ - Crane: queries images containing cranes used in construction or heavy lifting.
37
+ - Excavator: queries images containing excavators and similar earthmoving equipment.
38
+ - Scaffolding: queries images showing scaffolding around buildings or worksites.
39
+ - Pothole: queries images showing road surface damage and repair targets.
40
+
41
+ ### Schema
42
+
43
+ | Column | Type | Description |
44
+ |---|---|---|
45
+ | filename | string | Image filename in the exported image batch. |
46
+ | image_folder | string | Relative folder inside the image zip batch. |
47
+ | date | string | Capture date or source timestamp when available. |
48
+ | country | string | Country associated with the visual record. |
49
+ | state | string | State or province associated with the visual record. |
50
+ | city | string | City or locality associated with the visual record. |
51
+ | feature | string | Matched visual feature label. |
52
+ | latitude | float64 | Latitude in WGS84 decimal degrees. |
53
+ | longitude | float64 | Longitude in WGS84 decimal degrees. |
54
+ | source | string | Source attribution for the visual record. |
55
+
56
+ ## Dataset Creation
57
+
58
+ ### Source
59
+
60
+ The records come from Outerview's visual index, which organizes real-world imagery through the Outerview internal visual search pipeline and query-driven embedding match source selection. Each sample is selected to align with one of the defined feature labels across Global coverage.
61
+
62
+ ### Annotation
63
+
64
+ Annotation is label-only and uses the exact feature targets from "Features in the dataset" to assign each record to Construction Site, Roadwork, Crane, Excavator, Scaffolding, or Pothole. No bounding boxes or instance masks are included, and the labels reflect the matched visual feature for each image.
65
+
66
+ ## Uses
67
+
68
+ ### Intended Uses
69
+
70
+ This dataset is suitable for municipal asset teams tracking construction and road maintenance, AV perception engineers evaluating urban scene recognition, insurance underwriters assessing infrastructure change, and environmental analysts monitoring built-environment activity. Retail site selection teams can also use it for surrounding-area inspection and visual search workflows.
71
+
72
+ ### Out-of-Scope Uses
73
+
74
+ Not intended for facial recognition, individual identification, or surveillance of private individuals.
75
+
76
+ ## License
77
+
78
+ This dataset is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. Free for research and commercial use with attribution.
79
+
80
+ ## Citation
81
+
82
+ ```bibtex
83
+ @dataset{outerview_construction-infrastructure-change-visual-data-8_2026,
84
+ title={Construction & Infrastructure Change Visual Dataset},
85
+ author={Outerview},
86
+ year={2026},
87
+ url={https://huggingface.co/datasets/outerview/construction-infrastructure-change-visual-data-8}
88
+ }
89
+ ```
90
+
91
+ ## About Outerview
92
+
93
+ Outerview is a research lab focused on understanding the physical world at planetary scale.
94
+
95
+ We are building systems that can organize the world's physical information and make it accessible and usable transforming raw imagery, video, location, and spatial context into knowledge that people and machines can search, interpret, and act on.
96
+
97
+ Our belief is simple: the physical world should be as searchable and understandable as the digital world.
data.csv ADDED
The diff for this file is too large to render. See raw diff
 
data.geojson ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bc974d7662ce5911fd4b352b46cb0bd3493926ebaa4277ebef144c7966164cd
3
+ size 22999991
data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26fee7a59aff79f53c15f8daa4180cfcfe2687ac423afc129aa6db0ed298654
3
+ size 3002755
images-batch-0001.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1adae5e45738e4a7eb8291e14e1f94f3f051f31de9cbf5c07e359b3232e1dc20
3
+ size 28840916