Skip to content

xhrnca00/data-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data download

Program to parse csv response and download vehicle images from WIM api using tanda/http protocol. Tested using Python 3.7.9.

How to run

  1. Clone this repository

  2. Download dependencies:

    pip install -r requirements.txt
    • you will need to install Python
  3. Check if version number is in the WIM api

    • If it does, use -l=True or --link_has_number=True
    • If it does not, use -l=Flase or --link_has_number=False
  4. Verify remote class/list

    • It was found in testing, that different devices have diferent ucid numbers saved locally (There probably is a global class list somewhere)
    • Just go to the class/list API endpoint and check that it does not differ much from ucids in datadwn/logic.py@resolve_ucid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages