Skip to content

Instantly share code, notes, and snippets.

View aawiseman's full-sized avatar

Andrew Wiseman aawiseman

View GitHub Profile
@aawiseman
aawiseman / Overpass-Turbo query for edits after a certain date
Last active August 29, 2015 14:14 — forked from skorasaurus/gist:0532dfc4895d9097666d
Overpass-Turbo code to collect edits since a certain date
#
Simply modify the three following strings for node, ways and relations
newer than="2013-05-28T00:00:00Z
This script is for statistics. For example, it does not extract all nodes from a way if only one node is modified, since the way object and other nodes are not affected.
If you want only the nodes, you only keep the first section of the script where the nodes are extracted.
The polygon-query bounds is to clip the CAP103 area, extracting info only for this area.