.. sql2gee documentation master file, created by sphinx-quickstart on Mon Jan 23 12:01:20 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to sql2gee's documentation! =================================== The `sql2gee library `_ is designed to convert SQL (and `Postgis `_)-like queries into commands to be executed on `Google's Earth Engine `_, using their `Python API `_. This library allows you to create SQL queries against either vector data or rasters: If you desire vector data, you may use `Google's Fusion Tables `_ as a data source (SQL TABLE argument) provided it has geo-spatial data (e.g. `ft:1qpKIcYQMBsXLA9RLWCaV9D0Hus2cMQHhI-ViKHo `_). If raster (image) data is desired, you may use any Image resource from the `Earth Engine data catalogue `_. .. toctree:: :maxdepth: 2 :caption: Contents: install supportedsyntax gettingstarted moreExamples sql2gee support Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`