mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fix warning about duplicate object description
This commit is contained in:
parent
482fcc0da7
commit
44894c6f6c
1 changed files with 4 additions and 1 deletions
|
|
@ -2505,7 +2505,7 @@ If that option isn't relevant to your use-case you can to quote a string for use
|
|||
|
||||
.. _python_api_gis:
|
||||
|
||||
Spatialite helpers
|
||||
SpatiaLite helpers
|
||||
==================
|
||||
|
||||
`SpatiaLite <https://www.gaia-gis.it/fossil/libspatialite/index>`__ is a geographic extension to SQLite (similar to PostgreSQL + PostGIS). Using requires finding, loading and initializing the extension, adding geometry columns to existing tables and optionally creating spatial indexes. The utilities here help streamline that setup.
|
||||
|
|
@ -2516,6 +2516,7 @@ Initialize SpatiaLite
|
|||
---------------------
|
||||
|
||||
.. automethod:: sqlite_utils.db.Database.init_spatialite
|
||||
:noindex:
|
||||
|
||||
.. _python_api_gis_find_spatialite:
|
||||
|
||||
|
|
@ -2530,6 +2531,7 @@ Adding geometry columns
|
|||
-----------------------
|
||||
|
||||
.. automethod:: sqlite_utils.db.Table.add_geometry_column
|
||||
:noindex:
|
||||
|
||||
.. _python_api_gis_create_spatial_index:
|
||||
|
||||
|
|
@ -2537,3 +2539,4 @@ Creating a spatial index
|
|||
------------------------
|
||||
|
||||
.. automethod:: sqlite_utils.db.Table.create_spatial_index
|
||||
:noindex:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue