apicrafter / metacrafter

Metadata and data identification tool and Python library. Identifies PII, common identifiers, language specific identifiers. Fully customizable and flexible rules
Apache License 2.0
44 stars 5 forks source link

(sqlite3.OperationalError) no such module: VirtualSpatialIndex #20

Closed ivbeg closed 2 years ago

ivbeg commented 2 years ago

Error processing 008564_pal_features_v3.sqlite - (sqlite3.OperationalError) no such module: VirtualSpatialIndex [SQL: SELECT * FROM 'SpatialIndex' LIMIT 10000] (Background on this error at: http://sqlalche.me/e/13/e3q8)

File 008564_pal_features_v3.zip

ivbeg commented 2 years ago

VirtualSpatialIndex is a spatialite table, an extension to SQLite.

The simplest solution is to show a warning os such errors just like Datasette does https://github.com/simonw/datasette/issues/466

ivbeg commented 2 years ago

Added ignore and continue in command line tool