We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the JSON and geoJSON into a standard format and order
Something like
{ "name": "200 Degrees Coffee", "location": "Heston House, Meadow Lane, Nottingham, NG2 3HE", "established":"2020-01-01", "closed":"2021-01-01", "open": true, "url": "https://www.coffee.com/", "social": {"twitter":"@coffee","facebook":"coffee"}, "coord": [52.942, -1.1361] }
"closed" should only have a date is "open" is false
"closed"
"open"
false
The text was updated successfully, but these errors were encountered:
fields like profile_image_url and handle can likely be discarded at this point, but are a good signifier on how accurate the data is.
profile_image_url
handle
Sorry, something went wrong.
"social" should also be standard but the data is definitely more ephemeral. twitter is good indicator on how old it is.
"social"
twitter
marker-symbol in geoJSON can be used to populate "open" field
marker-symbol
mhamilt
No branches or pull requests
Get the JSON and geoJSON into a standard format and order
Something like
"closed"
should only have a date is"open"
isfalse
The text was updated successfully, but these errors were encountered: