-
Bravo pour ce plugin très utile.
Je viens de le tester, et il a presque fonctionné pour mon projet.
Malheureusement pour moi, j'avais beaucoup de couches issues de bases de données Spatialite (SQL…
-
```sh
# sq add test_api/test-data.sqlite
@test_data_sqlite sqlite3 test-data.sqlite
# sq inspect
sq: failed to read @test_data_sqlite source metadata: no such module: VirtualSpatialIndex
```
-
I have an app which manipulates gpkg files where I was using `union()` and when using `subdivide_coords`!=0, it crashes because it can't find the ST_NPoints function.
Indeed, `execute_sql(some_gp…
-
### Provide steps to reproduce a bug
1. Create an empty sqlite database
2. Load the mod_spatialite extension: `SELECT load_extension('mod_spatialite');`
3. Initialize the spatial database: `SELEC…
-
Thanks so much for this great tool. Would love for it to work with [spatialite databases](https://www.gaia-gis.it/fossil/libspatialite/index).
-
Now that the number of migrations is growing, it sometimes takes quite some time to migrate spatialites, esp. if they are really old. It would be great to show users the progress. I think the easiest …
-
### Actual Behavior
When attempting to load the spatialite extension, I am receiving the error:
**sqlite3.OperationalError: The specified module could not be found.**
I have tried loading thi…
-
[Spatialite](https://www.gaia-gis.it/fossil/libspatialite/index) è un'applicazione per gestire file sqlite con estensione spaziale, ovvereo un DBRMS con estensione cartografica spaziale.
NOTA BENE:…
-
Is it feasible to bundle a predompiled (and signed if necessary) SpatiaLite with Datasette Desktop? Provide a menu option for loading it as an extension?
-
Currently those tests just skips on OSX/Ubuntu