Skip to content

openwanderer/add-elevation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWanderer Elevation Script

This script gives each panorama an elevation, using the Terrarium elevation tiles on AWS.

Note that other server-side processing tasks will be run as separate scripts. For example, see the anonymiser script

Installing

The script is being developed using Python 3.6.

For now, it requires the python-dotenv, pillow, psycopg2 and requests modules, which can be installed using pip3 e.g.:

pip3 install python-dotenv
pip3 install requests
pip3 install pillow
pip3 install psycopg2

Later it's likely a virtualenv will be setup.

About

Script to add elevations to uploaded panoramas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages