Skip to content

Instantly share code, notes, and snippets.

@marks
Last active May 13, 2016 20:22
Show Gist options
  • Select an option

  • Save marks/0280ed4c6cc022b39385cf834aab5090 to your computer and use it in GitHub Desktop.

Select an option

Save marks/0280ed4c6cc022b39385cf834aab5090 to your computer and use it in GitHub Desktop.
Query for the 5 features (rows) closest to 47.59815,-122.334540 in https://data.seattle.gov/d/82su-5fxf
https://data.seattle.gov/resource/3c4b-gdxv.json?$select=*,DISTANCE_IN_METERS(location, 'POINT(-122.334540 47.59815)') AS distance_in_meters&$limit=5&$order=distance_in_meters asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment