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

TID (Primärschlüssel) in String umwandeln #66

Closed
el-wiss opened this issue May 7, 2024 · 0 comments · Fixed by #67
Closed

TID (Primärschlüssel) in String umwandeln #66

el-wiss opened this issue May 7, 2024 · 0 comments · Fixed by #67
Assignees
Labels
bug Something isn't working

Comments

@el-wiss
Copy link
Collaborator

el-wiss commented May 7, 2024

Stand heute (GDAL 3.8) kann der OpenFileGDB-Treiber kein Feld vom Typ BigInt (64bit Integer schreiben)
Primärschlüssel (TID im Geopackage von geodienste.ch) ist eine Laufnummer, deren aktuell höchster Wert bei über 18 Millionen liegt.
Der bisherige Weg der Umwandlung des Feldes in einen 32bit-Integer ist somit nicht gangbar, da ansonsten die IDs zwischen GPKG Geodienste und File Geodatabase BLW nicht stabil bleiben.

Bis zur Verfügbarkeit von GDAL 3.9 können wir als Workaround die FID in einem String-Feld in der File Geodatabase führen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants