Re: [gdal-dev] white line between tiles when using gdal_translate on a vrt file

2014-09-17 Thread 00darki
Yes, I warped each file individually and the .vrt is the index containing all warped files. I added -tr and -tap option and apparently the problem is solved ! Thanks a lot !! :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-white-line-between-tiles-when-using-g

[gdal-dev] Building GDAL against custom libtiff

2014-09-17 Thread Juan Pedro Pérez Alcántara
Hi, I'm having from quiet some time now an issue when building GDAL against an external TIFF library. For sure is a very silly thing but I'm missing something important nonetheless. So long, I ended up always compiling with --with-libtiff=internal and have a perfectly functional installation, but

Re: [gdal-dev] Building GDAL against custom libtiff

2014-09-17 Thread Even Rouault
Juan, It might be possible that one of the other third-party library that GDAL links to already links against your system library. Try a as minimal as possible GDAL build first to see if my hypothesis is right. Another thing to check is after configure to open GDALmake.opt. If there are occurr

Re: [gdal-dev] Building GDAL against custom libtiff

2014-09-17 Thread Juan Pedro Pérez Alcántara
Thanks so much Even, I'll try this. Juan Pedro Pérez Alcántara Chief Science Officer jp.alcant...@geographica.gs +34 670 786 422 Avda. de Grecia 8 41012 Sevilla, Spain T +34 954 701 157 F +34 955 110 441 *www.geographica.gs * On Wed, Sep 17, 2014 at 12:01 PM, Even

Re: [gdal-dev] Building GDAL against custom libtiff

2014-09-17 Thread Juan Pedro Pérez Alcántara
Even, just wondering, maybe GRASS seems to be a good candidate for that? Juan Pedro Pérez Alcántara Chief Science Officer jp.alcant...@geographica.gs +34 670 786 422 Avda. de Grecia 8 41012 Sevilla, Spain T +34 954 701 157 F +34 955 110 441 *www.geographica.gs * O

Re: [gdal-dev] white line between tiles when using gdal_translate on a vrt file

2014-09-17 Thread Jukka Rahkonen
00darki gmail.com> writes: > Yes, I warped each file individually and the .vrt is the index containing all > warped files. > > I added -tr and -tap option and apparently the problem is solved ! > > Thanks a lot !! :) Good that it worked for you. However, after having answered dozen times to th

[gdal-dev] Split polygon by a linestring to get two polygons

2014-09-17 Thread Max Demars
Hi, I am scratching my head to find a way to split a polygon geometry by a linestring without success. Anybody has found a workaround as function such postgis ST_Split is not implemented in ogr geometry yet? Thank you for your help, -Max Demars -- Stack Overflow: http://stackoverflow.com/users

Re: [gdal-dev] ERROR 1: Too many points (440 out of 441) failed to transform, unable to compute output bounds.

2014-09-17 Thread Andre Joost
Am 17.09.2014 04:59, schrieb Love: Hi, Thanks! But it is workig only for some while for some hdf's, error still appears. I assigned one uniform target extent for all the files since this was what I specified before I downloaded the files from the oceancolor nasa. The extent of the hdf file(s)

Re: [gdal-dev] Split polygon by a linestring to get two polygons

2014-09-17 Thread Jukka Rahkonen
Max Demars gmail.com> writes: > Hi, > I am scratching my head to find a way to split a polygon geometry by a linestring without success. Anybody has found a workaround as function such postgis ST_Split is not implemented in ogr geometry yet? > Thank you for your help, > -Max Demars Hi, It shou