mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-17 14:04:11 +02:00
Make GIS helpers into methods on Database and Table. Remove gis.py.
This commit is contained in:
parent
a3639f39d9
commit
481eb60a1b
7 changed files with 179 additions and 186 deletions
|
|
@ -19,6 +19,7 @@ import tabulate
|
|||
from .utils import (
|
||||
_compile_code,
|
||||
file_progress,
|
||||
find_spatialite,
|
||||
sqlite3,
|
||||
decode_base64_values,
|
||||
progressbar,
|
||||
|
|
@ -27,7 +28,6 @@ from .utils import (
|
|||
TypeTracker,
|
||||
)
|
||||
|
||||
from .gis import find_spatialite
|
||||
|
||||
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue