Skip to content

zactodd/nzta_sign_scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NZTA Road Sign Scraping

Dependencies

The packages are HTTP, Gumbo, Cascadia, Dates, KissThreading and JSON. They can be installed with the following.

using Pkg
Pkg.add("HTTP")
Pkg.add("Gumbo")
Pkg.add("Cascadia")
Pkg.add("KissThreading")
Pkg.add("JSON")

Running

The scraping utilises threading and can be run using the following.

julia --threads 40 scraping.ji

Issues

If there is an 403 the cookie in resources/headers.json may need to be updated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages