Commit graph

9 commits

Author SHA1 Message Date
e022f839db fix(satellite): PNG→JPEG-Konvertierung abgeschlossen, verifiziert und dokumentiert
BREAKING CHANGE: satellite.mbtiles ist nun einheitlich JPEG (zuvor gemischte PNG/JPEG)

Features:
- Neue Scripts: convert-satellite-to-jpeg.py (batch-basiert, resume-fähig)
- download-satellite.py jetzt mit on-the-fly PNG→JPEG-Konvertierung
- docker-compose.download.yml: Pillow installiert, Qualität konfigurierbar

Fixes:
- 1.505.049 PNG-Tiles zu JPEG konvertiert (22.9 Minuten)
- SQLite quick_check bestanden (png=0, quick_check=ok, total=5.6M)
- Martin lädt satellite-Source ohne Format-Warnungen
- Alle 3 Sources (osm, osm-europe, satellite) geladen und produktiv

Documentation:
- ADMIN.md: Satellit-Konvertierungs-Anleitung aktualisiert
- PROJECT_CONTEXT.md: Finaler Status dokumentiert
- Session-Log: 2026-06-15_satellite-fix-cleanup_session.md

Cleanup:
- Temporäre Dateien gelöscht
- 17GB Backup gelöscht
- __pycache__ gelöscht
2026-06-15 13:18:55 +00:00
f6b30bb06c fix: chunk-Generator NoneType-Bug behoben – kein Crash mehr am Generator-Ende 2026-06-14 13:43:25 +00:00
aaf499352b fix: satellite-download chunk-basiert (max 500 Futures im RAM), restart: on-failure 2026-06-13 17:52:55 +00:00
62494438ef fix: satellite-download .part-Datei (Martin-safe), 1GB Limit, YAML bereinigt 2026-06-13 17:49:53 +00:00
407f6c4faf fix: satellite-download OOM gefixt (bounded queue), 16 Threads, 2GB Limit 2026-06-13 10:12:48 +00:00
6b5009f51e feat: satellite-download als eigenständiger Compose-Stack, build-host.sh, Script robust 2026-06-13 09:46:09 +00:00
ce4d5f61fb fix: planetiler via docker, korrekte font/style urls 2026-05-31 06:54:29 +00:00
6f8c9258b8 feat: global data download scripts + port 9982
- scripts/download-data.sh: OSM planet (Planetiler) + satellite orchestrator
- scripts/download-satellite.py: Sentinel-2 cloudless zoom 0-10 -> MBTiles
  resumable, 8 threads parallel, direct SQLite WAL write
- docker-compose: port 9982:3000
2026-05-31 06:50:56 +00:00
bfd8dfdf96 feat: initial tile server setup
- TileServer-GL + nginx reverse proxy (docker-compose)
- CORS-Konfiguration für MediaWiki, Nextcloud & weitere Dienste
- Rate-Limiting & Tile-Caching-Header via nginx
- config/config.json: OSM + Satellitenkacheln
- scripts/download-data.sh: Planetiler (OSM), Sentinel-2 Hinweise
- docs: API-Endpoints, MediaWiki Kartographer, Nextcloud Maps
- .gitignore: MBTiles/PMTiles und .env ausgeschlossen
2026-05-30 15:57:07 +00:00