-
Notifications
You must be signed in to change notification settings - Fork 112
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
Assistanze in using 3D Geometries #505
Comments
Hi @FelixEickeler ! |
@sdp5 I think the way to fix this issue should be to update the WKT given to this function: https://github.com/geoalchemy/geoalchemy2/blob/master/geoalchemy2%2Ftypes%2Fdialects%2Fsqlite.py#L9-L22 |
I can reproduce the issue. thanks @FelixEickeler ! @adrien-berchet Yea, get to that point. Not sure, should we get |
Hi @FelixEickeler |
Describe the problem
I am trying to use geoalchemy2 for handling a 3D records. Everything went smooth but I have a hard time handling the 3D aspect. As in #157 mentioned I tired adding '*Z'. This results in a working PointZ but the database is empty if used with e.g. LinestringZ. The echo of the engine shows the WKT.
Would someone be so kind to clarify the use of 3D geometries ?
Show what you tried to do.
Describe what you expected.
There should be an existing 3D WKB in the geopackage.
Error
Additional context
No response
GeoAlchemy 2 Version in Use
0.14.7
The text was updated successfully, but these errors were encountered: