Re: [gdal-dev] Getting black lines between doqqs

2017-03-06 Thread Stephen Woodbridge
Thank you Even! that was the trick and it works great now. On 3/6/2017 1:35 PM, Even Rouault wrote: On lundi 6 mars 2017 13:20:50 CET Stephen Woodbridge wrote: Hi, I have a collection of doqqs that look like the two below. I trying to extract a small image the crosses between the two

Re: [gdal-dev] Getting black lines between doqqs

2017-03-06 Thread Even Rouault
On lundi 6 mars 2017 13:20:50 CET Stephen Woodbridge wrote: > Hi, > > I have a collection of doqqs that look like the two below. I trying to > extract a small image the crosses between the two doqqs, but I'm getting > a black line between them. When I serve them via mapserver, I'm not > getting th

[gdal-dev] Getting black lines between doqqs

2017-03-06 Thread Stephen Woodbridge
Hi, I have a collection of doqqs that look like the two below. I trying to extract a small image the crosses between the two doqqs, but I'm getting a black line between them. When I serve them via mapserver, I'm not getting this. gdalbuildvrt -addalpha tmp-tc-13110.vrt m_4012408_sw_10_h_2016

Re: [gdal-dev] Makefile problem in GDAL?

2017-03-06 Thread Even Rouault
On lundi 6 mars 2017 15:14:59 CET Dr Rainer Woitok wrote: > Greetings, > > having checked out the bookmark "remote/tags/2.1.3" (2017-01-20 08:19:14 > + even.roua...@mines-paris.org), I configured GDAL and the ran "make > install" just to produce the following error: > >libtool: compile:

[gdal-dev] Makefile problem in GDAL?

2017-03-06 Thread Dr Rainer Woitok
Greetings, having checked out the bookmark "remote/tags/2.1.3" (2017-01-20 08:19:14 + even.roua...@mines-paris.org), I configured GDAL and the ran "make install" just to produce the following error: libtool: compile: g++ -I/home/Rainer/repo/gdal/gdal/port -I/home/Rainer/repo/gdal/gdal/gc

Re: [gdal-dev] Overcome attribute name limitation in shapefiles

2017-03-06 Thread Peter Halls
Felix, following your proposal would make Shapefiles cease to respect the dBaseIV Standard and potentially seriously affect their interchangability. There are a range of alternative formats supported by GDAL that achieve your goal: for example, I use SQL as my base format and only convert wh

[gdal-dev] Overcome attribute name limitation in shapefiles

2017-03-06 Thread Felix Obermaier
Hello, is it somehow possible to overcome the attribute name length limitiation of DBase files using GDAL? If so, how? If not, why not add (another) file the shapefile dataset of shapes (shp, shx), projection (prj), data (dbf) and encoding(cpg), one that is (re-) defining the column names, all

Re: [gdal-dev] Geopackage ogr2ogr append question

2017-03-06 Thread Neumann, Andreas
Hi Even, I upgraded to gdal 2.1.3 and everything works fine regarding the upgrades of the geopackage. I also switched to "-update" as you suggested, as -append is not necessary, since I am creating new tables within an existing gepackage and don't append to existing tables. Thanks a lot, An

Re: [gdal-dev] Proposed ogrmerge.py utility script

2017-03-06 Thread Even Rouault
On samedi 4 mars 2017 04:42:54 CET jratike80 wrote: > Even Rouault-2 wrote > > > Opinions on script naming (I also tought to ogrcat.py to reflect the > > similarity with the Unix cat > > utility used to concatenate files), option naming, etc.. are welcome > > Hi, > > ogrmerge.py is good name for