Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brawer/osmviews
World-wide ranking of geographic locations based on OpenStreetMap tile logs. Updated weekly. Aggregated over the past 52 weeks to smoothen seasonal effects. For any location on the planet, up to ~150m/z18 resolution.
https://github.com/brawer/osmviews
openstreetmap ranking
Last synced: 3 months ago
JSON representation
World-wide ranking of geographic locations based on OpenStreetMap tile logs. Updated weekly. Aggregated over the past 52 weeks to smoothen seasonal effects. For any location on the planet, up to ~150m/z18 resolution.
- Host: GitHub
- URL: https://github.com/brawer/osmviews
- Owner: brawer
- License: mit
- Created: 2022-05-06T09:00:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T20:02:22.000Z (7 months ago)
- Last Synced: 2024-06-27T00:25:23.762Z (7 months ago)
- Topics: openstreetmap, ranking
- Language: Go
- Homepage: https://osmviews.toolforge.org
- Size: 347 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSMViews
World-wide ranking of geographic locations based on OpenStreetMap tile logs.
Updated weekly. Aggregated over the past 52 weeks to smoothen seasonal effects.
For any location on the planet, up to ~150m/z18 resolution.## Code repository
* `cmd/webserver` is the [OSMViews webserver](https://osmviews.toolforge.org).
* `cmd/osmviews-builder` is the pipeline that computes the data.Client libraries are maintained in separate repositories.
For Python, see [brawer/osmviews-py](https://github.com/brawer/osmviews-py).## Roadmap to 1.0
* Write documentation for the Python client.
* Write documentation for the backend pipeline. Document the tricks
we use to process such a large dataset on a single machine in reasonable
time.* Improve the server homepage, display the histogram whose data already
gets computed.* Implement the OpenGIS WMTS protocol in the webserver.
* Extend the webserver homepage to display a heatmap. Currently, users
can already point QGIS or another GIS to our GeoTIFF file, but not many
people know how to do this.