Make GIS helpers into methods on Database and Table. Remove gis.py.

This commit is contained in:
Chris Amico 2022-02-03 15:23:21 -05:00
commit 481eb60a1b
7 changed files with 179 additions and 186 deletions

View file

@ -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"])