[gdal-dev] Building GDAL from source for android under cygwin

2012-04-16 Thread Petr Kitashov
Hi everyone, Some reason, I needed to build gdal for android on windows, so I'll be glad if this helps someone - it's not very obvious. I don't like the script, which edits libgdal.la file, but due to the lack of experience with libtool I don't know, how to do it in a better way. This procedure w

RE: [gdal-dev] Multi image segments in NITF file

2012-04-16 Thread Livneh Yehiyam
Even I will create a ticket and patch tomorrow. Thanks -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Monday, April 16, 2012 6:06 PM To: Livneh Yehiyam Cc: gdal-dev; Even Rouault; Livneh Yehiyam Subject: Re: [gdal-dev] Multi image segments in NITF file S

Re: [gdal-dev] Multi image segments in NITF file

2012-04-16 Thread Even Rouault
Selon Livneh Yehiyam : > > Hi Even and list > Regarding the creation of NITF image segments (see below): > We've added this functionality as you suggested using the creation options. > For our purpose it works great. We are now able to create an NITF file with > multiple image segments (each with

[gdal-dev] Magic number 441?

2012-04-16 Thread Anton Korosov
Dear list, what does the annoying error 'ERROR 1: Too many points (441 out of 441) failed to transform' mean? When I try to warp a MODIS image directly into tif it works perfect: gdalwarp -t_srs '+proj=latlong' -of GTiff -geoloc -te -4 51 14 66 -ts 900 1400 HDF4_SDS:UNKNOWN:"/data/A201210111

Re: [gdal-dev] S57 Viewer Application Using MFC

2012-04-16 Thread Chaitanya kumar CH
Girish, GDAL supports reading of IHO S-57 datasets. You should start with the GDAL Data model[1], GDAL API tutorial[2] and the S-57 driver page[3]. [1]: http://www.gdal.org/gdal_datamodel.html [2]: http://www.gdal.org/gdal_tutorial.html [3]: http://www.gdal.org/ogr/drv_s57.html On Mon, Apr 16

[gdal-dev] S57 Viewer Application Using MFC

2012-04-16 Thread Girish Deshpande
Hi, I want to develop my own S57 Chart Displaying Application using MFC. Please provide me technical help in this regards with some sample code. -- Thanks & Regards, Girish Deshpande ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo

Re: [gdal-dev] Summer of Code

2012-04-16 Thread Dmitry Baryshnikov
16.04.2012 10:56, Chaitanya kumar CH ???: Frank, I have used this kind of tool in GIMP to stitch partial scans of a large paper map. IMHO, this tool is more appropriate in a desktop gis tool with gui instead of gdal. But having it in GDAL could be useful to more users. I can be a mentor