Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilri/altitudemapper
Extract Altitude based on lon lat values using google api
https://github.com/ilri/altitudemapper
Last synced: about 2 months ago
JSON representation
Extract Altitude based on lon lat values using google api
- Host: GitHub
- URL: https://github.com/ilri/altitudemapper
- Owner: ilri
- Created: 2023-08-22T12:51:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T05:36:36.000Z (over 1 year ago)
- Last Synced: 2024-03-26T01:54:00.814Z (9 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AltitudeMapper
Obtain elevation data from location details using the Google Elevation API## set environment variables
export DB_SCHEMA={insert here}
export DB_USER={insert here}
export DB_PASSWORD={insert here}
export DB_GOOGLE_API_KEY={insert here}