Discussion: provider flat-file representation #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There has been a lot of interest in this over at #58. Here's one starting point to hopefully further the discussion.
The major changes of note:
the geoJSON
route
has gone away in favor of the flattenedtrip_point
(including the move of accuracy as proposed on Consider moving accuracy to properties in the route. #51)in the spirit of making the spec more friendly and accessible (as with flat files), this changes the date/time formatting to ISO 8601 as originally discussed by @monolyst way back in Some ideas on the specs #8
As part of addressing the desire to have a well-defined object format,
.csv
files in themodels/
directory describe the fields, types, requirements, etc. for each (rather than tables in the README). This is still a little hand-wavy in my opinion, but at least its machine-readable 🤷♂️. Not sure if/how this effort can intersect with #46 and its current proposal #53