Difference between revisions of "Panorama SIG Libre 2014/Bases de datos"

From OSGeo
Jump to navigation Jump to search
Line 70: Line 70:
 
{| class="wikitable sortable"  style="text-align: center;"
 
{| class="wikitable sortable"  style="text-align: center;"
 
! Name
 
! Name
! Documentation
+
! Full Documentation
! Basic How To
+
! Where to start
 
|-
 
|-
 
| [http://postgis.net/ PostGIS]
 
| [http://postgis.net/ PostGIS]
| [http://postgis.net/ PostGIS]
+
| [http://postgis.net/docs/manual-2.1/ Official 2.0 doc]
| [http://postgis.net/ PostGIS]
+
| [http://workshops.boundlessgeo.com/postgis-intro/ Introduction]
 
|-
 
|-
| [https://dev.mysql.com/doc/refman/5.0/es/spatial-extensions.html MySQL Spatial]
+
| [https://dev.mysql.com/doc/refman/5.0/en/spatial-extensions.html MySQL Spatial]
| [https://dev.mysql.com/doc/refman/5.0/es/spatial-extensions.html MySQL Spatial]
+
| [https://dev.mysql.com/doc/refman/5.0/en/spatial-extensions.html Official 5.0 doc]
| [https://dev.mysql.com/doc/refman/5.0/es/spatial-extensions.html MySQL Spatial]
+
| No Official one
 
|-
 
|-
 
| [http://www.gaia-gis.it/gaia-sins/ Spatialite]
 
| [http://www.gaia-gis.it/gaia-sins/ Spatialite]
| [http://www.gaia-gis.it/gaia-sins/ Spatialite]
+
| [https://www.gaia-gis.it/spatialite-2.3.1/spatialite-manual-2.3.1.html Official 2.3.1 doc]
 +
| [http://www.camptocamp.com/actualite/kiss-spatialite-in-5-minutes/ 5 minutes]
 
|-
 
|-
 
| [http://www.h2gis.org/ H2GIS]
 
| [http://www.h2gis.org/ H2GIS]
| [http://www.h2gis.org/ H2GIS]
+
| [http://www.h2gis.org/docs/dev/home/ Official doc]
| [http://www.h2gis.org/ H2GIS]
+
| [http://www.h2gis.org/docs/dev/quickstart/ Quick-start guide]
 
|-
 
|-
 
|}
 
|}
  
 +
More info [http://osgeo-es.github.io/panorama-siglibre8/ here].
  
 
== Examples ==
 
== Examples ==

Revision as of 11:50, 23 February 2014

Work in progress
discussion (in Spanish)

Introduction

Some databases have spatial extensions that can be used to store geometrical data and operate them. Short history about this TODO.

State of the Art

Dentro de la sección, hacia donde se está moviendo la comunidad.

Software

This database extensions are usually based on a basic geometric data type you can operate with. The only background you really need to use this geometric database extensions is the same as working with any database.

Name Year OSGeo Live License Ohloh Tech OGC Compliant
PostGIS 2005 G GPL v2 ohloh C/C++
MySQL Spatial ??? Oracle ohloh C/C++ [1]
Spatialite 2008 MPL tri-license ohloh C/C++ [1]
H2GIS 2008 GPL3 Java [1]
  1. 1.0 1.1 1.2 Partially supported

Documentation

Name Full Documentation Where to start
PostGIS Official 2.0 doc Introduction
MySQL Spatial Official 5.0 doc No Official one
Spatialite Official 2.3.1 doc 5 minutes
H2GIS Official doc Quick-start guide

More info here.

Examples

References