NoeFlandre's picture
Publish 7 changed verified dataset artifacts
f484013 verified
|
Raw
History Blame Contribute Delete
3.56 kB
metadata
license: odbl
tags:
  - openstreetmap
  - geospatial
  - geoparquet
  - image
configs:
  - config_name: polygons
    default: true
    data_files:
      - split: train
        path: data/*.parquet
  - config_name: image_assets
    data_files:
      - split: train
        path: assets/*.assets.parquet

OSM Polygon Image Tag hero

OSM Polygon Image Tag

This dataset contains OpenStreetMap Polygon and MultiPolygon observations whose way or relation carries at least one raw image-reference tag.

Current verified contents

  • Shards: 280
  • Rows: 290922
  • Duplicate observations across source PBFs: 13307
  • Resolved asset rows: 1787725
  • Direct image URLs: 1706790
  • Stable direct image URLs: 1706790
  • Page URLs: 1698624
  • Resolution cache hits: 176308
  • Provider resolver requests: 41724

Provider observations:

  • image: 122725
  • wikimedia_commons: 138324
  • mapillary: 47516
  • panoramax: 9629
  • kartaview: 85
  • flickr: 530
  • bubbleid: 609

Geographic coverage

OSM polygon density

Geographic OSM Polygon Density

Each colored H3 cell contains the raw count of finalized polygons rows whose geometry centroid falls inside the cell. Every polygon row contributes exactly once, computed from its Shapely geometry centroid in CRS84 (not its bounding-box midpoint). The map is built at H3 resolution 3. Overlapping Geofabrik extracts are intentionally preserved as separate observations, so two shards covering the same OSM feature will count it twice. The colour scale is logarithmic (magma); raw counts per-cell range from 1 to 8,754 across 2,937 H3 cells, with 290,922 finalized polygon rows from 280 shard(s). The image_assets configuration is not separately counted in this map.

Schema

Rows include OSM type/ID/version/changeset/timestamp, source PBF identity, full OGC:CRS84 WKB geometry, geodesic area_m2, bounds, every original OSM tag, and the exact raw image, wikimedia_commons, mapillary, panoramax, panoramax_values, kartaview, flickr, and bubbleid values.

The image_assets configuration is one-to-many. Join it to polygons with osm_type, osm_id, osm_version, and source_pbf. Asset rows preserve the exact source key/value, canonical provider reference, resolution status, page URL, direct image URL when returned, expiry, MIME type, dimensions, and structured license/author metadata when available.

from datasets import load_dataset

polygons = load_dataset("NoeFlandre/osm-polygon-image-tag", "polygons")
image_assets = load_dataset("NoeFlandre/osm-polygon-image-tag", "image_assets")

Provenance and license

Source extracts are provided by Geofabrik from OpenStreetMap. OpenStreetMap data is available under the Open Database License. Attribution: © OpenStreetMap contributors.

Limitations and intended use

References and resolved URLs may be stale, inaccessible, provider-specific, or unrelated to the current feature. Inclusion does not establish image copyright, licensing, safety, availability, or correspondence to the mapped feature. Wikimedia Commons category membership does not prove depiction of the polygon; it is labeled as category_membership. No image body is downloaded.

Overlapping Geofabrik extracts are intentionally preserved as separate observations and quantified above. Statistics in this card are generated only from finalized manifests and their size-checked GeoParquet and asset shards. The geographic coverage map references Natural Earth 1:110m landmass data (public domain) for context only.