paulwynter commited on
Commit
42b8994
·
verified ·
1 Parent(s): 3c07939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -68
README.md CHANGED
@@ -1,8 +1,8 @@
1
- ````markdown
2
  ---
3
  language:
4
  - en
5
  pretty_name: Global Fire Hydrants Dataset
 
6
  tags:
7
  - geospatial
8
  - computer-vision
@@ -12,27 +12,35 @@ tags:
12
  - fire-hydrants
13
  - open-data
14
  - world-models
15
- license: cc-by-4.0
16
  task_categories:
17
  - image-classification
18
  - object-detection
19
  size_categories:
20
  - 10K<n<100K
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # Global Fire Hydrants Dataset
24
 
25
- A geotagged dataset of **14.2K fire hydrants** from around the world, released by **Outerview**, a research lab focused on building world models.
26
 
27
- At Outerview, our mission is to **organize the world’s physical information and make it accessible and usable**. This dataset is part of that effort: transforming real-world infrastructure into structured, machine-readable data that can support research, modeling, and physical-world intelligence.
28
 
29
- ## Overview
30
 
31
- The **Global Fire Hydrants Dataset** contains **14,200 examples** of fire hydrants with associated geographic and image metadata.
32
 
33
  Each entry is centered on a single real-world physical feature: a **fire hydrant**.
34
 
35
- This dataset is designed for work in:
36
 
37
  - computer vision
38
  - geospatial machine learning
@@ -41,23 +49,21 @@ This dataset is designed for work in:
41
  - multimodal retrieval
42
  - physical-world search and indexing
43
 
44
- It is a focused, single-feature dataset built for researchers, developers, and teams working on systems that need to understand the physical world.
45
-
46
- ## Data sources and processing
47
 
48
  The underlying imagery in this dataset is sourced from **Mapillary**.
49
 
50
- Dataset computation, extraction, and structuring were performed using the **Outerview API**, which is designed to help index and organize physical-world information at scale.
51
 
52
- ## Why this dataset exists
53
 
54
  Most of the world’s physical infrastructure is still difficult for machines to access and reason about.
55
 
56
- Fire hydrants are a useful example: they are common, spatially distributed, visually diverse, and operationally important, yet high-quality open datasets for them remain limited.
57
 
58
  We created this dataset to help make physical infrastructure more searchable, more usable, and easier to work with in machine learning and geospatial systems.
59
 
60
- ## What’s included
61
 
62
  This release contains **14.2K fire hydrant records** with metadata fields such as:
63
 
@@ -71,7 +77,7 @@ This release contains **14.2K fire hydrant records** with metadata fields such a
71
 
72
  Images are included as part of the dataset release assets.
73
 
74
- ## Dataset structure
75
 
76
  Typical columns include:
77
 
@@ -83,68 +89,52 @@ Typical columns include:
83
  - `region`
84
  - `filename`
85
 
86
- Example:
87
-
88
- ```json
89
- {
90
- "id": "8d1c2b7a",
91
- "latitude": 40.7128,
92
- "longitude": -74.0060,
93
- "source": "Mapillary",
94
- "name": "Fire Hydrant",
95
- "region": "New York, United States",
96
- "filename": "fire_hydrant_00001.jpg"
97
- }
98
- ````
99
-
100
- Update this section if your final schema differs slightly from the release.
101
-
102
- ## Use cases
103
 
104
  This dataset can be used for:
105
 
106
- * fire hydrant classification
107
- * object detection and localization
108
- * infrastructure mapping
109
- * geospatial indexing
110
- * physical-world retrieval systems
111
- * training and evaluating world models
112
- * civic infrastructure research
113
- * real-world AI prototypes
114
 
115
  ## Coverage
116
 
117
- * **Feature type:** Fire hydrants
118
- * **Count:** 14.2K
119
- * **Scope:** Global
120
- * **Modality:** Street-level imagery + geospatial metadata
121
 
122
- Coverage is not uniform across all countries or regions. The dataset should be understood as a research and development resource rather than a complete inventory of all fire hydrants worldwide.
123
 
124
  ## Limitations
125
 
126
- * Geographic coverage is uneven
127
- * Image quality and capture conditions vary
128
- * Some hydrants may be partially occluded, distant, blurred, or difficult to identify
129
- * The dataset reflects available imagery and collection coverage, not complete ground truth
130
- * Presence in the dataset does not imply full regional completeness
131
 
132
- ## Recommended uses
133
 
134
- Recommended uses:
135
 
136
- * research
137
- * model training
138
- * evaluation
139
- * geospatial analysis
140
- * infrastructure discovery
141
- * real-world retrieval and indexing workflows
142
 
143
  Not recommended for:
144
 
145
- * safety-critical decisions without independent verification
146
- * emergency response use without validation against authoritative sources
147
- * claims of complete hydrant coverage for any city or country
148
 
149
  ## About Outerview
150
 
@@ -158,14 +148,12 @@ We believe the physical world should be as searchable and understandable as the
158
 
159
  If you use this dataset, please cite:
160
 
161
- ```bibtex
162
  @dataset{outerview_global_fire_hydrants,
163
  title={Global Fire Hydrants Dataset},
164
  author={Outerview},
165
  year={2026},
166
  publisher={Hugging Face}
167
  }
168
- ```
169
 
170
  ## License
171
 
@@ -175,11 +163,8 @@ This dataset is released under the **CC-BY-4.0** license.
175
 
176
  For larger datasets, research collaborations, or access to broader physical-world data infrastructure, visit **Outerview**.
177
 
178
- ## Future releases
179
 
180
  This dataset is part of a broader effort by Outerview to publish structured datasets of physical-world features, infrastructure, and objects for training and evaluating world models.
181
 
182
- Future releases will expand into additional categories, geographies, and scales.
183
-
184
- ```
185
- ```
 
 
1
  ---
2
  language:
3
  - en
4
  pretty_name: Global Fire Hydrants Dataset
5
+ license: cc-by-4.0
6
  tags:
7
  - geospatial
8
  - computer-vision
 
12
  - fire-hydrants
13
  - open-data
14
  - world-models
15
+ - mapillary
16
  task_categories:
17
  - image-classification
18
  - object-detection
19
  size_categories:
20
  - 10K<n<100K
21
+ annotations_creators:
22
+ - machine-generated
23
+ language_creators:
24
+ - other
25
+ multilinguality:
26
+ - monolingual
27
+ source_datasets:
28
+ - original
29
  ---
30
 
31
  # Global Fire Hydrants Dataset
32
 
33
+ The **Global Fire Hydrants Dataset** is a geotagged dataset of **14.2K fire hydrants** from around the world, released by **Outerview**, a research lab focused on building world models.
34
 
35
+ At Outerview, our mission is to **organize the world’s physical information and make it accessible and usable**. This dataset is part of that effort: transforming physical-world infrastructure into structured, machine-readable data for research, modeling, and real-world intelligence.
36
 
37
+ ## Dataset Description
38
 
39
+ This dataset contains **14,200 examples** of fire hydrants with geographic and image metadata.
40
 
41
  Each entry is centered on a single real-world physical feature: a **fire hydrant**.
42
 
43
+ It is designed for:
44
 
45
  - computer vision
46
  - geospatial machine learning
 
49
  - multimodal retrieval
50
  - physical-world search and indexing
51
 
52
+ ## Data Source and Processing
 
 
53
 
54
  The underlying imagery in this dataset is sourced from **Mapillary**.
55
 
56
+ The dataset was computed, extracted, and structured using the **Outerview API**, which is designed to help index and organize physical-world information at scale.
57
 
58
+ ## Why This Dataset Exists
59
 
60
  Most of the world’s physical infrastructure is still difficult for machines to access and reason about.
61
 
62
+ Fire hydrants are a strong example of this problem: they are common, geographically distributed, visually diverse, and operationally important, yet clean open datasets for them remain limited.
63
 
64
  We created this dataset to help make physical infrastructure more searchable, more usable, and easier to work with in machine learning and geospatial systems.
65
 
66
+ ## What’s Included
67
 
68
  This release contains **14.2K fire hydrant records** with metadata fields such as:
69
 
 
77
 
78
  Images are included as part of the dataset release assets.
79
 
80
+ ## Dataset Structure
81
 
82
  Typical columns include:
83
 
 
89
  - `region`
90
  - `filename`
91
 
92
+ ## Uses
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  This dataset can be used for:
95
 
96
+ - fire hydrant classification
97
+ - object detection and localization
98
+ - infrastructure mapping
99
+ - geospatial indexing
100
+ - physical-world retrieval systems
101
+ - training and evaluating world models
102
+ - civic infrastructure research
103
+ - real-world AI prototypes
104
 
105
  ## Coverage
106
 
107
+ - **Feature type:** Fire hydrants
108
+ - **Count:** 14.2K
109
+ - **Scope:** Global
110
+ - **Modality:** Street-level imagery with geospatial metadata
111
 
112
+ Coverage is not uniform across all countries or regions. This dataset should be treated as a research and development resource rather than a complete inventory of all fire hydrants worldwide.
113
 
114
  ## Limitations
115
 
116
+ - Geographic coverage is uneven
117
+ - Image quality and capture conditions vary
118
+ - Some hydrants may be partially occluded, distant, blurred, or difficult to identify
119
+ - The dataset reflects available imagery and collection coverage, not complete ground truth
120
+ - Presence in the dataset does not imply full regional completeness
121
 
122
+ ## Recommended Uses
123
 
124
+ Recommended for:
125
 
126
+ - research
127
+ - model training
128
+ - evaluation
129
+ - geospatial analysis
130
+ - infrastructure discovery
131
+ - retrieval and indexing workflows
132
 
133
  Not recommended for:
134
 
135
+ - safety-critical decisions without independent verification
136
+ - emergency response use without validation against authoritative sources
137
+ - claims of complete hydrant coverage for any city or country
138
 
139
  ## About Outerview
140
 
 
148
 
149
  If you use this dataset, please cite:
150
 
 
151
  @dataset{outerview_global_fire_hydrants,
152
  title={Global Fire Hydrants Dataset},
153
  author={Outerview},
154
  year={2026},
155
  publisher={Hugging Face}
156
  }
 
157
 
158
  ## License
159
 
 
163
 
164
  For larger datasets, research collaborations, or access to broader physical-world data infrastructure, visit **Outerview**.
165
 
166
+ ## Future Releases
167
 
168
  This dataset is part of a broader effort by Outerview to publish structured datasets of physical-world features, infrastructure, and objects for training and evaluating world models.
169
 
170
+ Future releases will expand into additional categories, geographies, and scales.