https://github.com/marcelja/tuk3
In-Memory Trajectory Data Analysis
https://github.com/marcelja/tuk3
Last synced: 3 months ago
JSON representation
In-Memory Trajectory Data Analysis
- Host: GitHub
- URL: https://github.com/marcelja/tuk3
- Owner: marcelja
- Created: 2018-04-26T12:21:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T21:58:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T05:28:05.298Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 19.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trends and Concepts 3
## In-Memory Trajectory Data Analysis
#### Start local web server
* Create the file `static/api_key.json` with this content:
```
{
"api_key": "YOUR_API_KEY"
}
```
* Replace `YOUR_API_KEY` with your Google Maps API key (see *Get API key* if you don't have one).
* Install required python packages via: `pip install -r requirements.txt`
* Set `HANA_USER` and `HANA_PWD`environment variables
* Run `python server.py`
* Open http://localhost:9001 in a browser.
#### Get API key
In order to obtain an API key, follow the instructions below:
1. visit [https://console.cloud.google.com/google/maps-apis](https://console.cloud.google.com/google/maps-apis) + login with your Google account
2. Select a project or create a new one
3. Click on APIs in the left column
4. Click on Maps JavaScript API -> activate
5. Click on credentials -> create credentials -> API key -> Restrict key -> Save