sqlalchemy.func.ST_GeogFromText

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 Source : bq.py
with MIT License
from thinkingmachines

    def ST_GeoFromText(self, x):
        return func.ST_GeogFromText(x)

    def load(self, df, dataset_id, expiry=3, max_retries=10, **kwargs):