https://github.com/simon04/bldrwnsch
Interactive map of image requests of the German Wikipedia
https://github.com/simon04/bldrwnsch
bilderwunsch image-requests openlayers toolforge vector-tiles wikipedia
Last synced: 10 days ago
JSON representation
Interactive map of image requests of the German Wikipedia
- Host: GitHub
- URL: https://github.com/simon04/bldrwnsch
- Owner: simon04
- License: gpl-3.0
- Created: 2018-04-16T21:59:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T20:39:25.000Z (10 months ago)
- Last Synced: 2025-01-07T00:44:37.543Z (9 months ago)
- Topics: bilderwunsch, image-requests, openlayers, toolforge, vector-tiles, wikipedia
- Language: Go
- Homepage: https://bldrwnsch.toolforge.org/
- Size: 1.18 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bldrwnsch
Interactive map of image requests of the German Wikipedia (from [{{Bilderwunsch}}](https://de.wikipedia.org/wiki/Vorlage:Bilderwunsch) usages).
## Usage
- https://bldrwnsch.toolforge.org/
- https://bldrwnsch.toolforge.org/?filter=denkmal## Frontend development
```sh
bun install
bun run dev
open http://localhost:3000
```## Data extraction
```sh
go build -o ./updateBilderwuensche
./updateBilderwuensche.sh
```Dependencies:
- [Go](https://go.dev/)
- [go-sql-driver/mysql](https://pkg.go.dev/github.com/go-sql-driver/mysql)
- [`tippecanoe`](https://github.com/felt/tippecanoe)## Deployment
See [Help:Toolforge/Jobs framework](https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework) and `updateBilderwuensche.sh`
```sh
toolforge jobs load jobs.yaml
```Dashboard: https://grafana.wmcloud.org/d/TJuKfnt4z/kubernetes-namespace?orgId=1&var-namespace=tool-bldrwnsch
## Data download
- https://bldrwnsch.toolforge.org/Bilderwuensche.gpx
- https://bldrwnsch.toolforge.org/Bilderwuensche.geojson
- https://bldrwnsch.toolforge.org/Bilderwuensche.kml
- https://bldrwnsch.toolforge.org/Bilderwuensche.kmz## Author and License
- Author: [simon04](https://github.com/simon04)
- License: [GPL v3](https://github.com/simon04/bldrwnsch/blob/gh-pages/LICENSE)