Changes between Version 7 and Version 8 of GMEDriver


Ignore:
Timestamp:
Apr 14, 2014, 2:52:41 PM (10 years ago)
Author:
wolf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GMEDriver

    v7 v8  
    1515}}}
    1616
    17 The API itself is a RESTfull API with a simple URL scheme. The data is delivered as GeoJSON, so the driver will use libjson from the GeoJSON driver. It will also use the OAuth2 code from the Google Fusion Tables Driver.
     17The API itself is a RESTfull API with a simple URL scheme. The data is delivered as GeoJSON, so the driver uses libjson from the GeoJSON driver. It will also use the OAuth2 code from the Google Fusion Tables Driver.
    1818
    1919== Using the GME Driver ==
     
    3838}}}
    3939
     40The driver also supports transactions and server side argument selection. The driver also supports filters, but not on geometry (TODO), those you have to either do client-side or add the where= argument.
     41It's up to the user to make sure that the batchCreate and batchPatch calls have less than 50 elements (TODO to fix later).
     42
    4043== Testing ==
    4144
    42 I'll make a few GME tables available for testing purposes. I'm planning to use the [http://grass.osgeo.org/download/sample-data/ GRASS GIS North Carolina data].
    43 
    44 == Schedule ==
    45 
    46 Backlog will be added soon!
    47 This work will be done in sprints of 3 weeks as follows.
    48 
    49 ||'''24.9.2013'''|| ||
    50 ||Sprint 0 w1|| ||
    51 ||Sprint 0 w2||setup and planning||
    52 ||Sprint 0 w3||implement get features from table||
    53 ||'''15.10.2013'''|| ||
    54 ||Sprint 1 w1||support the [https://developers.google.com/maps-engine/documentation/read#select GME API select statement]||
    55 ||Sprint 1 w2||Throttling and OAuth2 retry; support for multiple tables||
    56 ||Sprint 1 w3||support the [https://developers.google.com/maps-engine/documentation/read#where GME API where statement]||
    57 ||'''05.11.2013'''|| ||
    58 ||Sprint 2 w1||Rewrite select and where in a GDAL way ||
    59 ||Sprint 2 w2||Implement create table support ||
    60 ||Sprint 2 w3||Implement update table support ||
    61 ||'''26.11.2013'''|| ||
    62 ||Sprint 3 w1|| ||
    63 ||Sprint 3 w2|| ||
    64 ||'''10.12.2013'''|| ||
    65 ||Sprint 4 w1|| ||
    66 ||Sprint 4 w2|| ||
    67 ||Sprint 4 w3|| ||
    68 ||'''21.01.2014'''|| ||
    69 ||Sprint 5 w1|| ||
    70 ||Sprint 5 w2|| ||
    71 ||Sprint 5 w3|| ||
    72 ||'''11.02.2014'''|| ||
    73 ||Sprint 6 w1|| ||
    74 ||Sprint 6 w2|| ||
    75 ||Sprint 6 w3|| ||
    76 ||'''04.03.2014'''|| ||
    77 ||Sprint 7 w1|| ||
    78 ||Sprint 7 w2|| ||
    79 ||Sprint 7 w3|| ||
    80 ||'''25.03.2014'''|| ||
    81 ||Sprint 8 w1|| ||
    82 ||Sprint 8 w2|| ||
    83 ||Sprint 8 w3|| ||
    84 ||'''15.04.2014'''|| ||
     45I'll make a few GME tables available for testing purposes (still work in progress). I'm planning to use the [http://grass.osgeo.org/download/sample-data/ GRASS GIS North Carolina data]. However you can [https://support.google.com/mapsengine/answer/3342103 set up your own Maps Engine project for free].