Re: [gdal-dev] Conversion from ASCII to GeoTIFF with gdalwarp: incorrect output

2014-10-14 Thread Jamie Adams
I would use the CENTER_LONG config argument. That will extend the raster past the -180/180 boundary depending on which side you want to extend. --config CENTER_LONG 180 Upper Left ( 176.0010322, -16.1523859) (176d 0' 3.72"E, 16d 9' 8.59"S) Lower Left ( 176.0010322, -18.2685614) (176d 0' 3.72"E,

Re: [gdal-dev] gdal2tiles - incorrect corner coordinates

2014-10-14 Thread Jukka Rahkonen
Jan Tosovsky email.cz> writes: > > Dear All, > > when producing GeoTiff tiles from large GeoTiff that contains Corner > Coordinates: > Upper Left ( 1558426.488, 6800200.793) ( 13d59'58.50"E, 52d 0' 1.50"N) > Lower Left ( 1558426.488, 6446209.776) ( 13d59'58.50"E, 49d59'58.63"N) > Upper Right

[gdal-dev] gdal2tiles - incorrect corner coordinates

2014-10-14 Thread Jan Tosovsky
Dear All, when producing GeoTiff tiles from large GeoTiff that contains Corner Coordinates: Upper Left ( 1558426.488, 6800200.793) ( 13d59'58.50"E, 52d 0' 1.50"N) Lower Left ( 1558426.488, 6446209.776) ( 13d59'58.50"E, 49d59'58.63"N) Upper Right ( 2003776.864, 6800200.793) ( 18d 0' 0.84"E, 52d 0

[gdal-dev] Problems with HDF4

2014-10-14 Thread Jonathan Greenberg
Gdallers: I'm having some issues with a source-built GDAL's support of HDF4 on a Linux box. I've repeated this with both GDAL 1.10.1 and 1.11.1. The HDF is a landsat HDF: @server> gdalinfo "/pathro/lndsr.LT51950531990333ESA00.hdf" ERROR 4: Failed to open HDF4 file "/pathto/lndsr.LT5195053199033

Re: [gdal-dev] StringList and Esri Shapefile

2014-10-14 Thread Martin Landa
Hi, 2014-10-14 11:35 GMT+02:00 Even Rouault : > Paul indeed identified the issue. If you use SetFrom(), it will not manage to > match the target field names with the source ones, because CreateField() has > done the field name truncation. ogr2ogr builds an integer map from the source > field index

Re: [gdal-dev] StringList and Esri Shapefile

2014-10-14 Thread Even Rouault
On Tuesday 14 October 2014 11:28:19 Martin Landa wrote: > Hi, > > 2014-10-14 11:22 GMT+02:00 Paul Meems : > > For ESRI shapefiles to max size of fieldnames is 10, so it is truncated. Paul indeed identified the issue. If you use SetFrom(), it will not manage to match the target field names with t

Re: [gdal-dev] StringList and Esri Shapefile

2014-10-14 Thread Martin Landa
Hi, 2014-10-14 11:22 GMT+02:00 Paul Meems : > For ESRI shapefiles to max size of fieldnames is 10, so it is truncated. I know. I am referring to something different - missing values. Input: KmenoveCislo (Integer) = 162 Output (Esri Shapefile): KmenoveCis (Integer) = (null) Martin -- M

Re: [gdal-dev] StringList and Esri Shapefile

2014-10-14 Thread Paul Meems
Hi Martin, For ESRI shapefiles to max size of fieldnames is 10, so it is truncated. Paul *Paul Meems * Release manager, configuration manager and forum moderator of MapWindow GIS. www.mapwindow.org Owner of MapWindow.nl - Support for Dutch speaking users. www.mapwindow.nl *The English pres

Re: [gdal-dev] StringList and Esri Shapefile

2014-10-14 Thread Martin Landa
Hi, 2014-10-13 18:30 GMT+02:00 Martin Landa : I have another problem with Esri Shapefile format probably not related to the originally reported issue. When converting data (GML) OGRFeature(Parcely):0 gml_id (String) = PA.2561191602 Id (String) = 2561191602 Nespravny (String) = (null) Kme