Skip to content

Instantly share code, notes, and snippets.

View lecy's full-sized avatar

Jesse Lecy lecy

View GitHub Profile
@lecy
lecy / ValidateOpen311GeoReportBulk.r
Created December 15, 2022 19:41 — forked from technickle/ValidateOpen311GeoReportBulk.r
R validator script for Open311 GeoReport Bulk specification compatibility
# this R script evaluates a data file for compatibility with the Open311 GeoReport Bulk specification.
# see here for the most recent version of the specification:
# http://wiki.open311.org/GeoReport/bulk
#
# it implements nearly all of the checks identified in this document
# https://docs.google.com/document/d/1GLRniiT3xvmG-i6PPeZPZDK_FhBDGCpuVh5fCexEiys/preview
# however, it is very bare bones and the results need to be interpreted.
#
# written by Andrew Nicklin (@technickle) with contributions from the Open311 community.
#