To extend my restfull api with GPS locations I decided to try geoalchemy. I already have a database going and I think it saves the points to my database already. However, everytime I try to print a point that I saved (for instance to return to the the user) I get a memory adress or something like this:
<WKBElement at 0x7ffad5310110; '0101000000fe47a643a7f3494049f4328ae5d61140'>
This is pretty useless for the non initiated programmer nor for a user.
I have a simple question. How do I represent a Geometry object in a human readable form like:
POINT(40.5563 30.5567)