Skip to content

osmottawa/mapillary-ottawa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapillary Data - Ottawa/Gatineau

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.

image

Usage

All Mapillary Images & Sequences have already been converted to GeoJSON and are currently being stored on Amazon's S3 buckets.

Full GeoJSON

Tiled GeoJSON

  • s3://mapillary/ottawa-gatineau/images/{z}/{x}/{y}.geojson
  • s3://mapillary/ottawa-gatineau/sequences/{z}/{x}/{y}.geojson

Updates

Updates will be done weekly or daily (not implemented yet).

Manual Updates

$ npm install
$ npm start
$ npm run upload-s3

Docker Updates

$ 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

Releases

No releases published

Packages

No packages published