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

geotrellis/geotrellis-osm-elevation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geotrellis OSM Elevation project

Join the chat at https://gitter.im/geotrellis/geotrellis-osm-elevation

Background

The OSM Elevation project integrates OpenStreetMap data with Geotrellis to color roads with useful elevation data.

This project will be used to find elevation data for roads in Open Street Map. We are researching ways to do this including vector tiles, and using GeoWave/GeoMesa.

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