[BBOX](https://www.bbox.earth/) ist eine Open Source Implementation der neuen OGC API Standards mit Rückwärtskompatiblität zu WMS und WFS. Rasterkarten werden mit UMN MapServer oder QGIS Server gerendert, Vektorkacheln können direkt aus PostGIS-Daten erzeugt werden.
BBOX ist in der Programmiersprache Rust implementiert und enthält einen hochperformanten Web-Server.
Unterstützte OGC API Services:
* OGC API - Features
* OGC API - Maps, mit Unterstützung von OGC WMS 1.3
* OGC API - Tiles, mit WMTS and XYZ Endpunkten
* OGC API - Processes, mit externer Processing Engine als Backend
Enterprise-Funktionen:
* Authentication / Authorization
* Instrumentation und Monitoring
* Docker support
Einfache Bedienung:
* `bbox-server serve –map alaska.qgz`
Links:
* Quellcode: https://github.com/bbox-services/bbox/