Last active
May 13, 2016 20:22
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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