Last active
August 29, 2015 14:19
-
-
Save jamestyack/e34baa3beef23e1edc4d to your computer and use it in GitHub Desktop.
City Of Philadelphia Bike Share Stations Snippet
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
{ | |
"geometry": { | |
"coordinates": [ | |
-75.16374, | |
39.95378 | |
], | |
"type": "Point" | |
}, | |
"properties": { | |
"addressStreet": "1401 John F. Kennedy Blvd.", | |
"addressCity": "Philadelphia", | |
"addressState": "PA", | |
"addressZipCode": "19102", | |
"bikesAvailable": 9, | |
"closeTime": "23:58:00", | |
"docksAvailable": 14, | |
"eventEnd": null, | |
"eventStart": null, | |
"isEventBased": false, | |
"isVirtual": false, | |
"kioskId": 3004, | |
"kioskPublicStatus": "Active", | |
"name": "Municipal Services Building Plaza", | |
"openTime": "00:02:00", | |
"publicText": "", | |
"timeZone": "Eastern Standard Time", | |
"totalDocks": 23, | |
"trikesAvailable": 0 | |
}, | |
"type": "Feature" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment