https://github.com/qjcg/mtlcam
Download Montreal traffic camera images
https://github.com/qjcg/mtlcam
camera-image montreal opendata traffic
Last synced: 3 months ago
JSON representation
Download Montreal traffic camera images
- Host: GitHub
- URL: https://github.com/qjcg/mtlcam
- Owner: qjcg
- License: mit
- Created: 2016-02-22T22:42:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T21:03:00.000Z (over 1 year ago)
- Last Synced: 2025-05-05T22:45:24.312Z (about 1 year ago)
- Topics: camera-image, montreal, opendata, traffic
- Language: Go
- Size: 2.29 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* mtlcam
Pull down the latest Montreal traffic camera images using the [[https://donnees.ville.montreal.qc.ca/dataset/cameras-observation-routiere][open
GeoJSON data]] provided by the City of Montreal.
** Install
#+begin_src shell
go get -u github.com/qjcg/mtlcam
#+end_src
** Usage
#+begin_src shell
$ mtlcam -h
mtlcam: Download Montreal traffic camera images
Data source: https://donnees.ville.montreal.qc.ca/dataset/cameras-observation-routiere
-c int
max concurrent downloads (default 20)
-d print debug messages
-p string
parent directory for downloaded files (default "images")
-v print version
$ mtlcam
[...]
$ ls -R images
[...]
#+end_src
** License
MIT