- Prof. Dr. Jan-Peter Mund - [email protected]
- Uli Stroetz - [email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
''' | |
Send memory usage metrics to Amazon CloudWatch | |
This is intended to run on an Amazon EC2 instance and requires an IAM | |
role allowing to write CloudWatch metrics. Alternatively, you can create | |
a boto credentials file and rely on it instead. | |
Original idea based on https://github.com/colinbjohnson/aws-missing-tools |
Location | MapBox | Photon | OSM Element | |
---|---|---|---|---|
Cementerio Metropolitano Ltda | ❌ | ❌ | ❌ | |
Terminal 2, Aeropuerto, Ciudad de Mexico | ❌ | ❌ | ✅ | http://www.openstreetmap.org/way/313626777 |
Costanera Center, Santiago | ❌ | ✅ | ✅ | http://www.openstreetmap.org/way/258091004 |
Campus Juan Gómez Millas de la Universidad de Chile, Ñuñoa | ❌ | ❌ | ✅ | http://www.openstreetmap.org/way/23591942 |
Hipódromo Chile | ❌ | ✅ | ✅ | http://www.openstreetmap.org/way/38623021 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We are looking for a GIS intern that can help us process big data. Ideally you have some experience wrangling with spatial data. The internship will be for one month. It will be compensated depending on your experience.
Would be great if you are familiar with at least one of the following:
- QGIS
- PostgreSQL (+PostGIS)
- Python
OSM relation route is taken as a reference. If you have questions please get in contact with Uli Strötz.
Key | Value |
---|---|
type | route |
route | share_taxi |
ref | 1 |
name | Línea 1 : Santiago - Vitacura |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import githubpy | |
sample_string = "I am a test" | |
filename = test.txt | |
commit_message = "Upload test file" | |
gh = githubpy.GitHub(access_token=token) | |
encoded_file = base64.b64encode(sample_string) | |
gh.repos(owner)(repo_name)('contents')(filename).put(path=filename,message=commit_file, content=encoded_file) |