Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-05-31 Thread Osahon Oduware
Ok, thanks a lot for the information. Great work. On May 31, 2018 21:39, "Even Rouault" wrote: > On jeudi 31 mai 2018 21:35:30 CEST Osahon Oduware wrote: > > Hi Even, > > > > Thanks for the prompt response. Please, I want to know what is the > minimum > > version of GDAL, > no released version y

Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-05-31 Thread Even Rouault
On jeudi 31 mai 2018 21:35:30 CEST Osahon Oduware wrote: > Hi Even, > > Thanks for the prompt response. Please, I want to know what is the minimum > version of GDAL, no released version yet. Will be in 2.3.1 (end of June probably) and 2.4.0 (next year) > PostgreSQL irrelevant. Any PostgreSQL ver

Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-05-31 Thread Osahon Oduware
Hi Even, Thanks for the prompt response. Please, I want to know what is the minimum version of GDAL, PostgreSQL and Postgis that this outdb raster functionality is currently implemented. Best Regards On May 31, 2018 20:13, "Even Rouault" wrote: > On jeudi 31 mai 2018 20:04:58 CEST Osahon Oduwa

Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-05-31 Thread Even Rouault
On jeudi 31 mai 2018 20:04:58 CEST Osahon Oduware wrote: > Hi Even, > > Any update on this? I have been away for a while. Yep, support for out-db raster has been added in GDAL master, and backported to 2.3 branch as well See outdb_resolution option in http://gdal.org/frmt_postgisraster.html 2

Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-05-31 Thread Osahon Oduware
Hi Even, Any update on this? I have been away for a while. Best Regards On Mar 21, 2018 16:32, "Osahon Oduware" wrote: > Hi Even, > > This is great news. I cannot wait for this feature to be implemented as it > prevents double storage of rasters (database and filesystem). > > On Wed, Mar 21, 2

Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-05-31 Thread Osahon Oduware
Hi Even, Any update on this? I have been away for a while. Best Regards On Mar 21, 2018 16:32, "Osahon Oduware" wrote: > Hi Even, > > This is great news. I cannot wait for this feature to be implemented as it > prevents double storage of rasters (database and filesystem). > > On Wed, Mar 21, 2

Re: [gdal-dev] Using GeoPackage as vector tile container?

2018-05-31 Thread Even Rouault
On jeudi 31 mai 2018 14:02:32 CEST Rahkonen Jukka (MML) wrote: > Hi, > > I wonder what would it need to store vector tiles into GeoPackage instead of > MBTiles. Officially probably a new extension like the Tiled Gridded > Coverage Data extension, but wouln't it technically be rather simple to > wr

Re: [gdal-dev] how to use gdal to create a xlsx file

2018-05-31 Thread Even Rouault
On jeudi 31 mai 2018 21:12:12 CEST weskerji...@sina.cn wrote: > I want to use gdal to read a shapefile and write the attributes into a xlsx > file,how to use gdal to do that? ogr2ogr -of XLSX output.xlsx input.shp -- Spatialys - Geospatial professional services http://www.spatialys.com _

[gdal-dev] Using GeoPackage as vector tile container?

2018-05-31 Thread Rahkonen Jukka (MML)
Hi, I wonder what would it need to store vector tiles into GeoPackage instead of MBTiles. Officially probably a new extension like the Tiled Gridded Coverage Data extension, but wouln't it technically be rather simple to write vector tiles as BLOBs into the tile_data column instead of png or jp

Re: [gdal-dev] [EXTERNAL] Re: how to use gdal to create a xlsx file

2018-05-31 Thread Newcomb, Doug
Libreoffice calc will read and write .dbf and can also save to .xlsx. Doug On Thu, May 31, 2018 at 9:34 AM, Michael Sumner wrote: > Maybe best to open *a copy of* the .dbf in Excel and save from there? > > R or Python could be used for that too, or do you really need to do this > with GDAL (wh

Re: [gdal-dev] how to use gdal to create a xlsx file

2018-05-31 Thread Michael Sumner
Maybe best to open *a copy of* the .dbf in Excel and save from there? R or Python could be used for that too, or do you really need to do this with GDAL (why?). HTH, Mike On Thu, 31 May 2018 at 23:22 wrote: > I want to use gdal to read a shapefile and write the attributes into a > xlsx file,

[gdal-dev] how to use gdal to create a xlsx file

2018-05-31 Thread weskerjiang
I want to use gdal to read a shapefile and write the attributes into a xlsx file,how to use gdal to do that? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev