[gdal-dev] [Elasticsearch driver] Map coordinates from geo_point to geo_shape

2014-11-03 Thread Guillaume ALLEE
Hello, I am trying to map the coordinates from my shp files to geo_shape, geo_point being the default So the default mapping file is : "geometry": { "properties": { "type": { "store": "yes", "type": "

Re: [gdal-dev] ElasticSearch Driver

2012-01-24 Thread Even Rouault
Le mardi 24 janvier 2012 21:27:03, Adam Estrada a écrit : > 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.co

Re: [gdal-dev] ElasticSearch Driver

2012-01-24 Thread Frank Warmerdam
On Tue, Jan 24, 2012 at 12:27 PM, Adam Estrada wrote: > 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/

[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