sqlalchemy.func.ST_GeogFromText - python examples

Here are the examples of the python api sqlalchemy.func.ST_GeogFromText taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 View Complete Implementation : bq.py
Copyright MIT License
Author : thinkingmachines
    def ST_GeoFromText(self, x):
        return func.ST_GeogFromText(x)