Skip to content

Project for finding elevation profiles of ways in OpenStreetMap data using GeoTrellis. Currenlty being developed and maintained by the G5 CMU student group as part of Facebook Open Academy.

License

Notifications You must be signed in to change notification settings

arjunpur/geotrellis-osm-elevation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run viewer

> cd viewer
> npm install
> npm install -g nodemon
> npm start

To run ingest

> ./sbt

In SBT console,

> project ingest
> run

Choose the number corresponding to YieldIngest or LandsatIngest.

To run server

> ./sbt

In SBT console,

> project server
> reStart local ../data/catalog

About

Project for finding elevation profiles of ways in OpenStreetMap data using GeoTrellis. Currenlty being developed and maintained by the G5 CMU student group as part of Facebook Open Academy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • Shell 25.0%
  • Scala 9.3%
  • HTML 0.3%