5 Punkte von xguru 2021-04-06 | 1 Kommentare | Auf WhatsApp teilen
  • 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

Ähnliche Werkzeuge für vergleichbare Einsatzzwecke

1 Kommentare

 
xguru 2021-04-06

SQLite lässt sich wirklich auf die unterschiedlichsten Arten erweitern.

Neue Funktionen in SQLite 3.35: https://de.news.hada.io/topic?id=3883

  • Mathefunktionen: cos,sin,tan,log,ln,exp,floor,mod,pi,pow,power,radians,sqrt usw.

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