-
Notifications
You must be signed in to change notification settings - Fork 13
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
Geoalchemy raises AssertationError #16
Comments
Turn on logging support to SQL in the module. import logging logging.getLogger('sqlalchemy.engine').setLevel(logging.DEBUG) Suggestion, can we write a set of tests against the DB's we want to support, engine = sqlalchemy.create_engine('postgres://foo/bar', echo=True) On Mon, Dec 14, 2015 at 1:49 PM, Denver Smith [email protected]
|
I redid the setup.py, can you make a new virtual environment, and test to see if pulling from the ODM2 forked geoalchemy solves the issue? |
@denvaar, are you using the right version of geoalchemy1? See issue #13, including @valentinedwv's comment about the changes he made so that odm2api picks up the right geoalchemy (the odm2 branch of https://github.com/ODM2/geoalchemy) |
@denvaar, are you still getting this error, or can we close this issue? FYI (and for @horsburgh and anyone else), I've created instructions for installing |
Geoalchemy raises an AssertationError when using the API's getDetailedResultInfo method. As a work-around, I can comment out line 88 in base.py, but then it will not actually create a geometry.
The text was updated successfully, but these errors were encountered: