SpatiaLite – Spatial-SQL-Erweiterung für SQLite
(gaia-gis.it)- Raumdatenbank-Funktionen auf dem Niveau von PostgreSQL + PostGIS lassen sich auf SQLite realisieren (OGC-SFS*-kompatibel)
→ geeignet für die Implementierung von Desktop-/Standalone-GIS-Funktionen
-
Unterstützung für Dateien wie ESRI Shapefile und DBF Archive
-
Unterstützung für Geometry-Notation: WKT/WKB, EWKT/EWKB von PostGIS, GML, KML (Google Maps/Google Earth), GeoJSON, SVG
OGC-SFS: Open Geospatial Consortium - Simple Features Interface Standard
- OGC SFS (einfaches Feature-Modell): https://docs.qgis.org/2.8/ko/…
Ähnliche Werkzeuge für vergleichbare Einsatzzwecke
-
SQLite R*Tree Module - https://www.sqlite.org/rtree.html
-
The Geopoly Interface - https://www.sqlite.org/geopoly.html
1 Kommentare
SQLite lässt sich wirklich auf die unterschiedlichsten Arten erweitern.
Neue Funktionen in SQLite 3.35: https://de.news.hada.io/topic?id=3883
CG/SQL - Stored-Procedure-Codegenerator für SQLite: https://de.news.hada.io/topic?id=2998
SQLite als Dokumenten-DB verwenden: https://de.news.hada.io/topic?id=3271
simple-graph: SQLite als Graph-DB verwenden: https://de.news.hada.io/topic?id=3477
SQLite Plus - Zusätzliche Funktionen für reguläre Ausdrücke/Statistik/Unicode/virtuelle Tabellen: https://de.news.hada.io/topic?id=4011