-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Update to support MDS 0.4.x #87
Commits on Jan 27, 2020
-
* Pull JSON schema from openmobilityfoundation repo Since github.com/CityOfLosAngeles/mobility-data-specification redirects to this new repo. In addition, account for folder changes with the 0.4.0 tag.
Configuration menu - View commit details
-
Copy full SHA for 385b7f6 - Browse repository at this point
Copy the full SHA 385b7f6View commit details
Commits on Mar 3, 2020
-
Removing support for MDS 0.2.x (#90)
* min MDS version goes to 0.3.0 * max MDS version goes to 0.5.0 (exclusive)
Configuration menu - View commit details
-
Copy full SHA for 051789e - Browse repository at this point
Copy the full SHA 051789eView commit details
Commits on Apr 22, 2020
-
fortunately this wasn't a problem as the list is eventually converted to CSV string
Configuration menu - View commit details
-
Copy full SHA for 9d11a35 - Browse repository at this point
Copy the full SHA 9d11a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 729ef1e - Browse repository at this point
Copy the full SHA 729ef1eView commit details -
adjusting time queries for 0.4.0
* docs about use of old start_time (status_changes), min_end_time/max_end_time (trips) * docs about use of new event_time (status_changes), end_time (trips) * version-based date formatting: unix for < 0.4.0, iso8601 hours for > 0.4.0 * raise when required params not given
Configuration menu - View commit details
-
Copy full SHA for a7467bc - Browse repository at this point
Copy the full SHA a7467bcView commit details -
no longer supported for status_changes and trips
Configuration menu - View commit details
-
Copy full SHA for cdb517c - Browse repository at this point
Copy the full SHA cdb517cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f4290 - Browse repository at this point
Copy the full SHA 07f4290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d66fab - Browse repository at this point
Copy the full SHA 6d66fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0f2d4 - Browse repository at this point
Copy the full SHA cc0f2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bdae8f - Browse repository at this point
Copy the full SHA 5bdae8fView commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5da635c - Browse repository at this point
Copy the full SHA 5da635cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c317e61 - Browse repository at this point
Copy the full SHA c317e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7815a5 - Browse repository at this point
Copy the full SHA f7815a5View commit details -
support for loading events data
since events has the same structure as status_changes, introduce convenience methods for loading into status_changes table
Configuration menu - View commit details
-
Copy full SHA for 418fb76 - Browse repository at this point
Copy the full SHA 418fb76View commit details -
process time params for events
* add required param checks * format to Unix millisecond timestamp for querystring
Configuration menu - View commit details
-
Copy full SHA for 6d36e59 - Browse repository at this point
Copy the full SHA 6d36e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d68fe - Browse repository at this point
Copy the full SHA 10d68feView commit details -
* adding config file * fix line lengths * fix spacing * fix unused imports * fix spelling
Configuration menu - View commit details
-
Copy full SHA for c1950c7 - Browse repository at this point
Copy the full SHA c1950c7View commit details -
schema item key may be different from type
the /events schema uses status_changes as the item key
Configuration menu - View commit details
-
Copy full SHA for 8f9dd9d - Browse repository at this point
Copy the full SHA 8f9dd9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d2f13 - Browse repository at this point
Copy the full SHA 95d2f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ef4eb - Browse repository at this point
Copy the full SHA e2ef4ebView commit details
Commits on Apr 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e809a9a - Browse repository at this point
Copy the full SHA e809a9aView commit details
Commits on May 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0cd5340 - Browse repository at this point
Copy the full SHA 0cd5340View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba3465 - Browse repository at this point
Copy the full SHA aba3465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8a814 - Browse repository at this point
Copy the full SHA 9d8a814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06028d8 - Browse repository at this point
Copy the full SHA 06028d8View commit details
Commits on May 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c6fa829 - Browse repository at this point
Copy the full SHA c6fa829View commit details -
fallback to str comparison for non-Version arg
handle cases when a parsed Version instance is compared with an unparsed version str
Configuration menu - View commit details
-
Copy full SHA for 13718e0 - Browse repository at this point
Copy the full SHA 13718e0View commit details
Commits on May 12, 2020
-
paging support was removed in 0.4.1
technically 0.4.0 requests for status_changes and trips may still use paging, so make the distinction
Configuration menu - View commit details
-
Copy full SHA for ea570c4 - Browse repository at this point
Copy the full SHA ea570c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7598ea5 - Browse repository at this point
Copy the full SHA 7598ea5View commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e7d2e75 - Browse repository at this point
Copy the full SHA e7d2e75View commit details
Commits on May 20, 2020
-
delay acquiring schema documents from GitHub
mds.Schema instances may be useful on their own, without an underlying schema document from GitHub. This change introduces a delay to acquire the schema document from GitHub only when it is first needed (e.g. property access). Early acquisition can be forced with keyword arg on init.
Configuration menu - View commit details
-
Copy full SHA for 1a5e5db - Browse repository at this point
Copy the full SHA 1a5e5dbView commit details -
standardize on Schema.data_key
a more descriptive name for what this key is
Configuration menu - View commit details
-
Copy full SHA for db4722d - Browse repository at this point
Copy the full SHA db4722dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a326b - Browse repository at this point
Copy the full SHA c5a326bView commit details -
* allow seconds or timedelta params * randomize for missing param instead of 0 * correct new_date calc so that (date + min_td) <= new_date < (date + max_td)
Configuration menu - View commit details
-
Copy full SHA for 40ea262 - Browse repository at this point
Copy the full SHA 40ea262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7dead - Browse repository at this point
Copy the full SHA 1a7deadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c12e40 - Browse repository at this point
Copy the full SHA 2c12e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4030a5b - Browse repository at this point
Copy the full SHA 4030a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeea0b6 - Browse repository at this point
Copy the full SHA eeea0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 465cd85 - Browse repository at this point
Copy the full SHA 465cd85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a34f7 - Browse repository at this point
Copy the full SHA 64a34f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97bad3b - Browse repository at this point
Copy the full SHA 97bad3bView commit details
Commits on May 21, 2020
-
* reusable (internal) class methods for 0.4.0 and 0.4.1 * fix a few checks for vehicles (valid for >= 0.4.1)
Configuration menu - View commit details
-
Copy full SHA for 91df0bd - Browse repository at this point
Copy the full SHA 91df0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc43c41 - Browse repository at this point
Copy the full SHA fc43c41View commit details