SpatiaLite - SQLite向け Spatial SQL 拡張
(gaia-gis.it)- PostgreSQL + PostGIS レベルの空間 DB 機能を SQLite 上で実装可能(OGC-SFS* 互換)
→ デスクトップ/スタンドアロン GIS 機能の実装に適している
-
ESRI Shapefile、DBF Archive などのファイルをサポート
-
Geometry Notation をサポート : WKT/WKB、PostGIS の EWKT/EWKB、GML、KML(Google マップ/Google Earth)、GeoJSON、SVG
OGC-SFS : Open Geospatial Consortium - Simple Features Interface Standard
- OGC SFS(シンプルフィーチャモデル): https://docs.qgis.org/2.8/ko/…
類似用途で使われるもの
-
SQLite R*Tree Module - https://www.sqlite.org/rtree.html
-
The Geopoly Interface - https://www.sqlite.org/geopoly.html
1件のコメント
SQLiteは本当にいろいろ拡張されますね。
SQLite 3.35 の新機能 https://ja.news.hada.io/topic?id=3883
CG/SQL - SQLite向け Stored Procedure コードジェネレーター https://ja.news.hada.io/topic?id=2998
SQLiteをドキュメントDBとして使う https://ja.news.hada.io/topic?id=3271
simple-graph : SQLiteを Graph DB として使う https://ja.news.hada.io/topic?id=3477
SQLite Plus - 正規表現/統計/Unicode/仮想テーブル関数を追加 https://ja.news.hada.io/topic?id=4011