diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-03-06 17:06:17 +0100 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-03-06 17:06:17 +0100 |
| commit | d8fee1bf5c31d1738befd719f69225b55fffee4d (patch) | |
| tree | fa28978053e6467bf19f4cd71cebd8141caff340 | |
| parent | b5be408103f8a11b297ba2f419b31f93ee1532f6 (diff) | |
Add TODO note.
| -rw-r--r-- | import_source.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/import_source.py b/import_source.py index bf30430..08f3dba 100644 --- a/import_source.py +++ b/import_source.py @@ -230,6 +230,9 @@ def createOutputLayer(ds : gdal.Dataset, geom_field.SetNullable(False) lyr.AlterGeomFieldDefn(0, geom_field, ogr.ALTER_GEOM_FIELD_DEFN_NULLABLE_FLAG) + # TODO evaluate use external storage not main storage for geometries + # https://blog.cleverelephant.ca/2018/09/postgis-external-storage.html + # sync before calling StartTransaction() so we're not trying to rollback changes # on a non-existing table lyr.SyncToDisk() |
