Functions work fine since they can be executed as SQL.
Ideas:
1. find some way to call the function via SQL
2. python bindings for spatialite
3. create a file with my operations and trigger an automated command
line execution
4. Rewrite the .loadshp function into a python function that can be run
via SQL (see http://initd.org/pub/software/pysqlite/doc/usage-guide.html)
Any have any tips or leads on a good way to do this?
Thanks,
Alex