-
Notifications
You must be signed in to change notification settings - Fork 36
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
EPAVin subclass to fetch data from epa's fueleconomy.gov #14
base: master
Are you sure you want to change the base?
Conversation
…ramodule imports)
This is in better shape now. It's not production code -- error handling is silly -- but the heuristics for looking things up in the epa database are coming along. |
…ort a couple more attributes, and apply some heuristics earlier for greater justice.
Well, the error handling is less silly now -- the prints are hidden behind a verbose mode -- and it handles 700 VIN's from local dealers plausibly well. It could use a review before merging, but it probably wouldn't hurt too much to merge as-is. |
…classing might be wrong approach.
Also: - Feverishly large set of regression fixes - Don't match I by itself
Don't merge yet.
This isn't very efficient, and isn't complete, and for some reason fetches from fueleconomy.gov aren't being cached. Just putting it up here for feedback on the interface.