[gdal-dev] Using ogr in TAB2SHP app

2013-06-21 Thread alireza93
Hi Im trying to use ogr library for convert tabfile to shapfile. and I need it to be very small in size. but my app so far is around 4mb. is there any way to just use some part of library instead of all of it? and Im completly new to this library. Thanks -- View this message in context: http:

Re: [gdal-dev] ERDAS/Intergraph ECW/JP2 compile problem in 1.10.0

2013-06-21 Thread Frank Warmerdam
Scott, It worked fine for me with trunk. At that point I see: if ECWSDK_VERSION<50 Error = CNCSJP2Box::UnParse(JP2File, Stream); #else Error = CNCSSDKBox::UnParse(JP2File, Stream); #endif In my nmake.local file I have: ECWDIR = "c:/build/pkg/ERDAS ECW JPEG2000 Read 4.3 SDK" ECW

[gdal-dev] ERDAS/Intergraph ECW/JP2 compile problem in 1.10.0

2013-06-21 Thread Reynolds, Scott
Hi, I'm having trouble compiling GDAL 1.10.0 on Windows with the ERDAS ECW/JP2 Read/Write SDK v4.3.6.25. Thanks, Scott jp2userbox.cpp jp2userbox.cpp(133) : error C2664: 'NCS::JP2::CBox::UnParse' : cannot convert parameter 1 from 'NCS::SDK::CFileBase' to 'NCS::JP2::CFile &' NMAKE : fatal error

[gdal-dev] openev.py "classify" option

2013-06-21 Thread adi_khan
Hi all, Using gdalwarp, I have generated two mosaic images for same area. MOSAIC1 :One image is 2-byte(12-bit data values : 0-4095) and MOSAIC2 : Another is 1-byte ( actually having 0-3 values only) I am trying to view the images using openev. First I open 2-byte mosaic (MOSAIC1) then I overlay

[gdal-dev] gdal_calc.py - new optional feature / performance improvement

2013-06-21 Thread Graeme B. Bell
Hi, This may be of use to anyone who regularly uses gdal_calc.py. http://trac.osgeo.org/gdal/ticket/5130 - easy patch - you can get a performance boost of up to 33% depending on how you use gdal_calc or the type of data you have - you can handle nodata processing with more flexibility if you