Willkommen zu diesem Projekt, das ldproxy verwendet – einem leistungsstarken Proxy und Konverter für Geodaten mit Unterstützung für OGC API - Features, GeoJSON, HTML, und Linked Data.
Dieses Repository enthält eine Konfiguration und Erweiterungen für ldproxy, um offene Geodaten über moderne Web-APIs bereitzustellen. Die Anwendung ermöglicht die einfache Veröffentlichung von Geodaten als:
- OGC API - Features
- GeoJSON
- Editor VS-Code im Browser
- RDF/Linked Data
- Konfigurierbare OGC API - Features-Schnittstelle
- Unterstützung für mehrere Datenquellen (z. B. PostGIS, Shapefiles, GeoPackage)
- Automatisch generierte API-Dokumentation
- Unterstützung für JSON-LD
- Erweiterbare Konfiguration über YAML
https://github.com/ldproxy/demo
ldproxy-editor:
image: ghcr.io/ldproxy/editor
container_name: ldproxy-editor
#network_mode: "host"
ports:
- "8080:80"
volumes:
- ./ldproxy:/data
restart: unless-stoppedPort 80 muss temporär frei sein
STRG+Umschalt+P => ldproxy: Create new entities
ldproxy-editor:
image: ghcr.io/ldproxy/editor
container_name: ldproxy-editor
network_mode: "host"
#ports:
# - "8080:80"
volumes:
- ./ldproxy:/data
restart: unless-stoppedDieses Projekt basiert teilweise auf dem Open-Source-Projekt ldproxy, das unter der Mozilla Public License 2.0 (MPL-2.0) steht.






