HIFLD Fire Stations in Mississippi
Purpose
To utilize HIFLD Fire Stations dataset to import missing Fire Stations in Mississippi.
Method
After carefully determining how to handle importing and adding this data on a County-by-County basis, I've developed a systematic work flow once data is ready to bring into JOSM:
- Open GeoJSON file in JOSM and ensure all relevant tags are added and correct.
- Download (to a new layer) existing nodes, ways, and relations pertaining to `fire_station` values from Overpass API.
- Select all nodes in `HIFLD Fire Stations` layer and freeze them as the reference layer in Conflation.
- Select all objects in Data Layer 1 (this is any data that already exists in OSM) and freeze them as the subject layer in Conflation.
- Increase matching distance to `Centroid` < `150.0`. Ensure `Replace Geometry` and `Merge Tags` `All` boxes are checked then click `Generate Matches`.
Proposed Tags
| Header Proposed Key | Header Proposed Value | Header Notes |
|---|---|---|
| addr:city | ||
| addr:postcode | ||
| addr:state | MS | |
| addr:street | ||
| amenity | fire_station | Tag applicable to outline of the grounds. |
| building | fire_station | Tag applicable to building within grounds. |
| name |
Changeset Tags
| Header Key | Header Value |
|---|---|
| source | OpenStreetMap Carto (Standard); Bing; HIFLD/Emergency |
| created_by | JOSM |
| comment | Import adding and updating Fire Stations in Tishomingo County, MS. |
| source:url | https://hifld-geoplatform.hub.arcgis.com/datasets/b0aaa5d6f376467884cab24f7139a2bf_51/explore |
| source:license | CC0-1.0 |
| import:page | https://wiki.openstreetmap.org/wiki/HIFLD_Fire_Stations_in_Mississippi |
| import | yes |
JOSM Overpass API Query
[out:json][timeout:60]; area["name"="Tishomingo County"]["admin_level"="6"] -> .tishco; ( nwr["amenity"="fire_station"](area.tishco); nwr["building"="fire_station"](area.tishco); ); out meta;
To be updated further - soon.