[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] Sample script idea: gdal_srsguess

2014-11-03 Thread Aaron Racicot
The bounding boxes (from EPSG) are in our database (at projfinder) and the SQL query checks the map center point against those boxes to then only do the distance calculation against those valid candidates. A On Nov 2, 2014, at 11:46 PM, Paolo Cavallini wrote: > Il 31/10/2014 17:54, Aaron Rac

Re: [gdal-dev] Sample script idea: gdal_srsguess

2014-11-03 Thread Paolo Cavallini
Il 03/11/2014 17:02, Andre Joost ha scritto: > The "AREA_OF_USE_CODE" is already in /gdal-data/gdal_datum.csv. > > The bounding boxes can be extracted from the EPSG database "Area" table as > well. That's great news, thanks. All the best. -- Paolo Cavallini - www.faunalia.eu Corsi QGIS e Post

Re: [gdal-dev] Compiling GDAL (and PROJ4) via Emscripten?

2014-11-03 Thread Rashad M
Hello Chris, On Mon, Nov 3, 2014 at 9:45 PM, Chris Hanson wrote: > I'm wondering if anyone here has succeeded, attempted, or just > investigated compiling GDAL (and PROJ4) via Emscripten into Javascript > asm.js dialect to run in a browser? We're looking at some web/client side > code that wou

[gdal-dev] Compiling GDAL (and PROJ4) via Emscripten?

2014-11-03 Thread Chris Hanson
I'm wondering if anyone here has succeeded, attempted, or just investigated compiling GDAL (and PROJ4) via Emscripten into Javascript asm.js dialect to run in a browser? We're looking at some web/client side code that would be best if it could do its job (data access and display) client-side in a

Re: [gdal-dev] Sample script idea: gdal_srsguess

2014-11-03 Thread Andre Joost
Am 03.11.2014 um 08:46 schrieb Paolo Cavallini: Thanks Aaron for this. IMHO an even better option would be to explicitly add to EPSG/proj.4 db the bounding boxes of validity for each projection: in this way, client GIS could show only valid projections for a given map area, and this would be a

Re: [gdal-dev] Sample script idea: gdal_srsguess

2014-11-03 Thread Jukka Rahkonen
Aaron Racicot z-pulley.com> writes: > > We played with something just like this last year (called projfinder): > > http://projfinder.com/ > > That is just a simple demo application that was a proof of concept. Center the map where you think your data is > from, enter in a sample X,Y from your