SpatiaLite

http://dbpedia.org/resource/SpatiaLite an entity of type: Thing

SpatiaLite ist ein freies, OpenGIS-kompatibles geografisches Informationssystem, welches die dateibasierte Datenbank SQLite um geografische Objekte und Funktionen erweitert. rdf:langString
SpatiaLiteはSQLiteを空間データベースとして扱える拡張機能である。PostGISやOracle Spatial and Graph、Microsoft SQL Serverの空間拡張などに似ているが、クライアントサーバーアーキテクチャに基づいておらず、独自の簡易な基本設定概念を採用している。換言するならば全体のSQLエンジンは直接アプリケーション自体の中に埋め込まれている。 SQLiteにはR木のインデックスやジオメトリ型において独自の実装があり、空間データの管理にSpatiaLiteが必須ではないが、高度な空間クエリの実行や複数の投影法 (地図)を利用する際には必要になる。LinuxとWindowsのソフトウェア用ライブラリだけでなく、Spatialiteライブラリを組み込むいくつかのユーティリティにも搭載されており、これらはSqliteの空間用マクロや、Spatialiteデータベースとそのデータを操作するためのGUI、データ閲覧用の単純なデスクトップ用地理情報システムなどを拡張するコマンドラインツールが含まれる。 単一のバイナリファイルで構成されることから、ベクタ形式ファイルの地理空間データ変換にも利用される。Mapnik、GDAL、Djangoがライブラリに対応している。 rdf:langString
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. rdf:langString
SpatiaLite è l'estensione spaziale di SQLite per il supporto dei dati spaziali, ha la stessa funzione di PostGIS per PostgreSQL. È conforme alle specifiche dell'Open GIS Consortium. Il software permette di effettuare analisi sui dati, importare ed esportare nel formato ESRI Shapefile, effettuare riproiezione di sistemi di coordinate. Ha inoltre la possibilità di accedere in modo virtuale, senza convertire e importare i dati all'interno del database, a ESRI Shapefile e file CSV o testuali. rdf:langString
SpatiaLite est une extension spatiale de SQLite disposant des fonctionnalités de base de données géographiques gérant les données de type vectoriel. Elle est similaire à PostGIS, et SQL Server et ses extensions spatiales mais SQLite / SpatiaLite ne sont pas basés sur une architecture client-serveur : il s'agit d'une architecture plus simple, à savoir que le moteur SQL est directement embarqué dans l'application. Une base de données complète correspond simplement à un unique fichier ordinaire qui peut être copié ou supprimé librement, transféré d'un ordinateur à un autre ou d'un système d'exploitation à un autre sans aucune contrainte particulière. rdf:langString
SpatiaLite — расширение SQLite для пространственных данных. Предоставляет функциональность для работы с геоданными, как PostGIS или Oracle Spatial. Но в отличие от последних не использует клиент-серверную архитектуру, то есть все операции выполняет само приложение. Придерживаясь архитектуры SQLite, база данных представляет собой один файл, в котором хранятся все данные (исключением является не монопольный режим, когда ещё создается файл журнала), который может быть свободно скопирован, или удален. rdf:langString
rdf:langString SpatiaLite
rdf:langString SpatiaLite
rdf:langString SpatiaLite
rdf:langString SpatiaLite
rdf:langString SpatiaLite
rdf:langString SpatiaLite
rdf:langString SpatiaLite
rdf:langString SpatiaLite
xsd:integer 28671845
xsd:integer 1120295257
rdf:langString Alessandro Furieri
xsd:date 2021-02-07
xsd:integer 5
rdf:langString MPL GPL LGPL tri-license
rdf:langString SpatiaLite logo.png
xsd:integer 200
rdf:langString Linux, MS-Windows, macOS, POSIX compliant systems
rdf:langString spatialite-gui:
xsd:date 2008-03-21
rdf:langString SpatiaLite ist ein freies, OpenGIS-kompatibles geografisches Informationssystem, welches die dateibasierte Datenbank SQLite um geografische Objekte und Funktionen erweitert.
rdf:langString SpatiaLite est une extension spatiale de SQLite disposant des fonctionnalités de base de données géographiques gérant les données de type vectoriel. Elle est similaire à PostGIS, et SQL Server et ses extensions spatiales mais SQLite / SpatiaLite ne sont pas basés sur une architecture client-serveur : il s'agit d'une architecture plus simple, à savoir que le moteur SQL est directement embarqué dans l'application. Une base de données complète correspond simplement à un unique fichier ordinaire qui peut être copié ou supprimé librement, transféré d'un ordinateur à un autre ou d'un système d'exploitation à un autre sans aucune contrainte particulière. SpatiaLite enrichit les fonctionnalités spatiales existantes de SQLite et permet de gérer les spécifications SFS de l'OGC.Il n'est pas nécessaire d'utiliser Spatialite pour gérer des données spatiales dans SQLite qui dispose de sa propre implémentation des index R-tree et des types de géométrie mais Spatialite permet d'effectuer des requêtes spatiales avancées et de gérer de multiples systèmes de coordonnées.
rdf:langString 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 extends SQLite's existing spatial support to cover the OGC's SFS specification. It isn't necessary to use SpatiaLite to manage spatial data in SQLite, which has its own implementation of R-tree indexes and geometry types. But SpatiaLite is needed for advanced spatial queries and to support multiple map projections. SpatiaLite is provided natively for Linux and Windows as a software library as well several utilities that incorporate the SpatiaLite library. These utilities include command line tools that extend SQLite's own with spatial macros, a graphical GUI for manipulating Spatialite databases and their data, and a simple desktop GIS tool for browsing data. As it is a single binary file, SpatiaLite is also used as a GIS vector format to exchange geospatial data.
rdf:langString SpatiaLiteはSQLiteを空間データベースとして扱える拡張機能である。PostGISやOracle Spatial and Graph、Microsoft SQL Serverの空間拡張などに似ているが、クライアントサーバーアーキテクチャに基づいておらず、独自の簡易な基本設定概念を採用している。換言するならば全体のSQLエンジンは直接アプリケーション自体の中に埋め込まれている。 SQLiteにはR木のインデックスやジオメトリ型において独自の実装があり、空間データの管理にSpatiaLiteが必須ではないが、高度な空間クエリの実行や複数の投影法 (地図)を利用する際には必要になる。LinuxとWindowsのソフトウェア用ライブラリだけでなく、Spatialiteライブラリを組み込むいくつかのユーティリティにも搭載されており、これらはSqliteの空間用マクロや、Spatialiteデータベースとそのデータを操作するためのGUI、データ閲覧用の単純なデスクトップ用地理情報システムなどを拡張するコマンドラインツールが含まれる。 単一のバイナリファイルで構成されることから、ベクタ形式ファイルの地理空間データ変換にも利用される。Mapnik、GDAL、Djangoがライブラリに対応している。
rdf:langString SpatiaLite è l'estensione spaziale di SQLite per il supporto dei dati spaziali, ha la stessa funzione di PostGIS per PostgreSQL. È conforme alle specifiche dell'Open GIS Consortium. Il software permette di effettuare analisi sui dati, importare ed esportare nel formato ESRI Shapefile, effettuare riproiezione di sistemi di coordinate. Ha inoltre la possibilità di accedere in modo virtuale, senza convertire e importare i dati all'interno del database, a ESRI Shapefile e file CSV o testuali. Infine esiste un'interfaccia grafica per permettere tutte le operazioni in modo più semplice rispetto al terminale.In SpatiaLite è possibile anche lavorare sui raster utilizzando RasterLite.
rdf:langString SpatiaLite — расширение SQLite для пространственных данных. Предоставляет функциональность для работы с геоданными, как PostGIS или Oracle Spatial. Но в отличие от последних не использует клиент-серверную архитектуру, то есть все операции выполняет само приложение. Придерживаясь архитектуры SQLite, база данных представляет собой один файл, в котором хранятся все данные (исключением является не монопольный режим, когда ещё создается файл журнала), который может быть свободно скопирован, или удален. SpatiaLite имеет свою собственную реализацию индексов (R-деревья) и геометрических типов, которые позволяют делать пространственные запросы. SpatiaLite, доступен для Linux и Windows, в виде библиотеки. В комплекте идут несколько важных утилит, включая GUI для манипулирования SpatiaLite.
xsd:nonNegativeInteger 7245
xsd:date 2021-02-07
xsd:string 5.0.1
xsd:date 2008-03-21

data from the linked data cloud