Skip to content

Instantly share code, notes, and snippets.

@planemad
Last active August 23, 2016 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save planemad/9e2a010ce5fcdefb38192dd63e925968 to your computer and use it in GitHub Desktop.
Save planemad/9e2a010ce5fcdefb38192dd63e925968 to your computer and use it in GitHub Desktop.

Map QA Issues Specification [DRAFT]

CSV schema to represent data quality issues on a map. A QA project is a collection of data quality issues generated from a source or queried live from OSM.

project_metadata.csv

Project information and status

  • QA Category: Warning | Error
  • Project name
  • Project description
  • Difficulty
  • Priority
  • Base map: TMS URL
  • Status: "Unpublished" | "Published" | "Completed" | "Validated" | "Invalid"
  • Issue source: URL | Overpass QL
  • Date of issue source update
  • Date of last status change
  • Total issues
  • Issues resolved
  • Issues validated
  • Contributor count
  • Severity units

project_issues.csv

List of issues in the project with location of problem, severity, features involved and suggested action

  • Source issue id
  • Map location WKT Point
  • Issue feature: WKT | osm_id
  • Issue location: WKT | osm_id
  • Select additional feature: WKT | osm_id
  • Severity
  • Action: javascript?
  • Status: "Fixed" | "Dont know" | "Not an issue" | "Validated"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment