5 ポイント 投稿者 xguru 2021-04-06 | 1件のコメント | WhatsAppで共有
  • 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

類似用途で使われるもの

1件のコメント

 
xguru 2021-04-06

SQLiteは本当にいろいろ拡張されますね。

SQLite 3.35 の新機能 https://ja.news.hada.io/topic?id=3883

  • Math関数 : cos,sin,tan,log,ln,exp,floor,mod,pi,pow,power,radians,sqrt など

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