An open API service indexing awesome lists of open source software.

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

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)