ITSLeeds / motCarData

Package for working with open 'MOT' datasets on car characteristics provided by .gov.uk
GNU General Public License v3.0
1 stars 1 forks source link

Added script to download all MOTs and find plate types #2

Open wengraf opened 4 years ago

wengraf commented 4 years ago

I'm added my version of the "download all" function. Progress bar might be worth keeping.

I've also added in a function that takes VRM and first used date and estimates "plate type", eg, a "65 plate" or a "X reg". This checks to make sure the plate is age appropriate (it isn't just reading the plate string). I haven't properly finished the inputs for this function, because I'd welcome some advice on the neatest workflow - but the main code of the function seems to work.