Pre-processed Mapillary Images & Sequences for the City of Ottawa & Gatineau.
Before using this data, one must agree with the Terms and Conditions of Mapillary.
All Mapillary Images & Sequences have already been converted to GeoJSON and are currently being stored on Amazon's S3 buckets.
s3://mapillary/ottawa-gatineau/images/{z}/{x}/{y}.geojson
s3://mapillary/ottawa-gatineau/sequences/{z}/{x}/{y}.geojson
Updates will be done weekly or daily (not implemented yet).
$ npm install
$ npm start
$ npm run upload-s3
$ docker build -t mapillary-ottawa .
$ docker run --rm -it \
-v upload:/src/upload \
-e "AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}" \
-e "AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}" \
-e "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}" \
mapillary-ottawa