SpatiaLite is a spatial extension to SQLite, providing vector geodatabase functionality. It is similar to PostGIS, Oracle Spatial, and SQL Server with spatial extensions, although SQLite/SpatiaLite aren't based on client-server architecture: they adopt a simpler personal architecture. i.e. the whole SQL engine is directly embedded within the application itself: a complete database simply is an ordinary file which can be freely copied and transferred from one computer/OS to a different one without any special precaution.
SpatiaLiteはSQLiteを空間データベースとして扱える拡張機能である。PostGISやOracle Spatial and Graph、Microsoft SQL Serverの空間拡張などに似ているが、クライアントサーバーアーキテクチャに基づいておらず、独自の簡易な基本設定概念を採用している。換言するならば全体のSQLエンジンは直接アプリケーション自体の中に埋め込まれている。 SQLiteにはR木のインデックスやジオメトリ型において独自の実装があり、空間データの管理にSpatiaLiteが必須ではないが、高度な空間クエリの実行や複数の投影法 (地図)を利用する際には必要になる。LinuxとWindowsのソフトウェア用ライブラリだけでなく、Spatialiteライブラリを組み込むいくつかのユーティリティにも搭載されており、これらはSqliteの空間用マクロや、Spatialiteデータベースとそのデータを操作するためのGUI、データ閲覧用の単純なデスクトップ用地理情報システムなどを拡張するコマンドラインツールが含まれる。 単一のバイナリファイルで構成されることから、ベクタ形式ファイルの地理空間データ変換にも利用される。Mapnik、GDAL、Djangoがライブラリに対応している。
Abstract from DBpedia / Wikipedia · CC BY-SA
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).