Re: [gdal-dev] Convert multipolygons from OSM

2017-02-07 Thread xavier lhomme
Hi Thanks. I just found that I need to add waterway in the closed_ways_are_polygons option in the osmconf.ini Le 7 févr. 2017 9:05 PM, "jratike80" a écrit : > lhomme.xavier wrote > > Hi > > I'm trying to extract multipologons from a PBF file and convert them to > > a > > Fgdb or ashapefile :

Re: [gdal-dev] Convert multipolygons from OSM

2017-02-07 Thread jratike80
lhomme.xavier wrote > Hi > I'm trying to extract multipologons from a PBF file and convert them to > a > Fgdb or ashapefile : > > More pricesely , I'm trying to extract waterway on Paris, And I don't > succeed to retreive the Seine river. But only some part. > > Here is my cmdline : > > Ogr2

[gdal-dev] Problem when using gdal_translate to create mbtiles

2017-02-07 Thread Renato Souza Sanabria
Hi, I have two similar (but with different resolutions) .tif's that I'm trying to convert to .mbtiles with gdal_translate. They both have 4 bands (RGBA), but only one of them is converted correctly (all four bands). In the case of the other one, the Alpha band is not converted and is removed in th

[gdal-dev] Convert multipolygons from OSM

2017-02-07 Thread xavier lhomme
Hi I'm trying to extract multipologons from a PBF file and convert them to a Fgdb or ashapefile : More pricesely , I'm trying to extract waterway on Paris, And I don't succeed to retreive the Seine river. But only some part. Here is my cmdline : Ogr2ogr -f "FileGDB" c:\Users\xle\Documents\

Re: [gdal-dev] Mosaic question...

2017-02-07 Thread David Shean
Jonathan, The dem_mosaic utility in the NASA Ames Stereo Pipeline suite of tools does exactly what you want. It was developed to efficiently generate large seamless mosaics from 1000s of raster inputs. The user can select from several options for output mosaic values (weighted average, median,

[gdal-dev] FWD: Visual C++ build bug

2017-02-07 Thread Mateusz Loskot
On 7 February 2017 at 18:01, MS wrote: > Hi Mateusz, > > I made some progress in getting the VS2015 compile correctly under win64. It > looks like the VS project that is being setup needs to have a lot of fixes. > While it can build a dll, it was not able to build a debug dll, Maxim, First, the

Re: [gdal-dev] Mosaic question...

2017-02-07 Thread Even Rouault
On lundi 6 février 2017 22:33:19 CET Jonathan Greenberg wrote: > GDALers: > > I love the gdalbuildvrt -> gdal_translate trick for large mosaicks, but I > have a somewhat more complicated problem I was hoping I could get some help > on. Given a large set of overlapping images, I want to mosaic usi

[gdal-dev] Motion: Adopt RFC 67 Null values in OGR

2017-02-07 Thread Even Rouault
Hi, I move to adopt RFC 67: Null values in OGR https://trac.osgeo.org/gdal/wiki/rfc67_nullfieldvalues Starting with my +1, Best regards, Even -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gda

Re: [gdal-dev] Setting a point into postgresql using GDAL

2017-02-07 Thread jratike80
andreahmed wrote > Hi All, > I’m trying to set a point xyz, which represents longitude altitude > latitude, but when I create the feature, I get Error 1 Can’t find > transcation response. > > The Geometry field is set by this in the database: > > ALTER TABLE poiserver ALTER COLUMN geom TYPE GEOME

[gdal-dev] Setting a point into postgresql using GDAL

2017-02-07 Thread Ahmed Tolba
Hi All, I’m trying to set a point xyz, which represents longitude altitude latitude, but when I create the feature, I get Error 1 Can’t find transcation response. The Geometry field is set by this in the database: ALTER TABLE poiserver ALTER COLUMN geom TYPE GEOMETRY(POINTZ,4326) USING ST_Force