Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of mod_spatialite dependency #7

Open
wonder-sk opened this issue Mar 5, 2021 · 1 comment
Open

Get rid of mod_spatialite dependency #7

wonder-sk opened this issue Mar 5, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@wonder-sk
Copy link
Contributor

We load mod_spatialite module to sqlite3 because we need some basic ST_* functions like ST_IsEmpty() which are used in triggers of tables of geopackages.

Maybe we can somehow use libgpkg implementations from geodiff?

@wonder-sk wonder-sk added the enhancement New feature or request label Mar 5, 2021
@wonder-sk
Copy link
Contributor Author

For geometry-based filtering, we are using more functions from spatialite:

  • ST_Intersects
  • ST_GeomFromText
  • GeomFromGPB

(could be replaced by reading data and then doing intersection tests with shapely)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant