/raster-tester

CPSC 4660 Project to test different methods of displaying raster data on map.

Primary LanguageJavaScript

Setup guide

  1. clone git repo

  2. Have node 8.9.9 installed

  3. run "npm install"

start tile server first

  1. in repo directory, run "npm run tile-server"

start tester app

  1. in repo directory, run "npm run map-server"

view app

  1. go to http://localhost:8081/

imagery data

email at ss.cullen@uleth.ca

if you need to download the raw imagery, will send google drive link

results and report

the results can be found in results.txt

and the report can be found in the .docx document in the repo