Re: [gdal-dev] Store also native geometry into Elastic Search?

2015-09-03 Thread Adam Estrada
m On Thu, Sep 3, 2015 at 8:52 AM, Even Rouault wrote: > Le jeudi 03 septembre 2015 14:47:16, Adam Estrada a écrit : >> Even, >> >> I think the reason to store everything by default was just to be on >> the safe side and it satisfied some of the project requirements at th

Re: [gdal-dev] Store also native geometry into Elastic Search?

2015-09-03 Thread Adam Estrada
Even, I think the reason to store everything by default was just to be on the safe side and it satisfied some of the project requirements at the time. That was back in 2011 so ElasticSearch and this driver are probably not in sync any longer. There is a lot of work that can be done to the driver t

[gdal-dev] ElasticSearch Driver

2012-01-24 Thread Adam Estrada
All, I have been using ElasticSearch as a way to perform some advanced analysis on feature attribute data. From my work with ElasticSearch came the ogr2elasticsearch GDAL driver. The code can be found here. http://code.google.com/p/ogr2elasticsearch/ Every time I rebuild GDAL I have to add this d