Re: [gdal-dev] gdal and hdf-eos

2011-03-04 Thread Nikolaos Hatzopoulos
you are not compiling things from source? On Fri, Mar 4, 2011 at 10:57 AM, Chaitanya kumar CH wrote: > GDAL's HDF4 driver is built on top of NCSA HDF library. > > On Sat, Mar 5, 2011 at 12:20 AM, Nikolaos Hatzopoulos > wrote: > >> what extra libraries requires hdf4? i think only requires szip zl

Re: [gdal-dev] gdal and hdf-eos

2011-03-04 Thread Chaitanya kumar CH
GDAL's HDF4 driver is built on top of NCSA HDF library. On Sat, Mar 5, 2011 at 12:20 AM, Nikolaos Hatzopoulos wrote: > what extra libraries requires hdf4? i think only requires szip zlib and > jpeg > > > > On Fri, Mar 4, 2011 at 10:03 AM, Chaitanya kumar CH gmail.com> wrote: > >> Matt, >> >> If

Re: [gdal-dev] gdal and hdf-eos

2011-03-04 Thread Nikolaos Hatzopoulos
what extra libraries requires hdf4? i think only requires szip zlib and jpeg On Fri, Mar 4, 2011 at 10:03 AM, Chaitanya kumar CH wrote: > Matt, > > If there is a work around it's better to avoid building. HDF4 requires some > extra libraries. They are probably missing. > > > On Fri, Mar 4, 2011

[gdal-dev] Re: Problems exporting numPY array to float Geotiff using OSGEO gdal python bindings

2011-03-04 Thread Wilbur60
Chris, Thanks for responding Your suggestion worked! Because the values are all very low, I am having to contrast stretch the images to actually be able to see anything, but the floats are coming coming through the file creation. Thanks again, Bill -- View this message in context: http://o

Re: [gdal-dev] gdal and hdf-eos

2011-03-04 Thread Chaitanya kumar CH
Matt, If there is a work around it's better to avoid building. HDF4 requires some extra libraries. They are probably missing. On Fri, Mar 4, 2011 at 11:01 PM, Matt Funk wrote: > Hi Chaitanya, > no, i didn't build it myself. I simply downloaded the self-installing > package for gdal found at: h

Re: [gdal-dev] gdal and hdf-eos

2011-03-04 Thread Matt Funk
Hi Chaitanya, no, i didn't build it myself. I simply downloaded the self-installing package for gdal found at: http://www.lfd.uci.edu/~gohlke/pythonlibs/ I am a little unfamiliar still with building stuff on windows, so i am not sure whether it's worth

Re: [gdal-dev] Visual Studio 2005 Debug mode error

2011-03-04 Thread Mateusz Loskot
On 04/03/11 07:58, Robert Zermeno wrote: > This should not happen. What is odd is if I build it in Release > mode, I do not get this issue. However, that defeats the purpose > because I want to step through the code Anyone can confirm my problem? Solutions why only in Debug mode this occurs? An

[gdal-dev] OSGeo Montreal Code Sprint seeking more sponsors due to record participation

2011-03-04 Thread Daniel Morissette
Dear GDAL/OGR users, The Montreal Code Sprint of March 15-18, 2011 has reached a record of 29 registered participants from 9 open source projects as of yesterday. This is awesome news for OSGeo and its projects that will get a significant boost of code and contributions during that week! Thi

Re: [gdal-dev] Polygon

2011-03-04 Thread Frank Warmerdam
On 11-03-04 05:02 AM, Alexandre Leclerc wrote: Anybody can help me please ? I feel that the SHPWriteObject() write a bad way in the file. Do you think it could come from compiler ? I use Borland C++ 6 When I edit the file in text editor it seems good, the length of the file is 1904 But when

Re: [gdal-dev] Polygon

2011-03-04 Thread Chaitanya kumar CH
Alexandre, Did you check the file before trying it with your application? What do you get if you run "ogrinfo -al "? On Fri, Mar 4, 2011 at 3:32 PM, Alexandre Leclerc wrote: > Anybody can help me please ? > > > > I feel that the SHPWriteObject() write a bad way in the file. > > > > Do you think

RE: [gdal-dev] Polygon

2011-03-04 Thread Alexandre Leclerc
Anybody can help me please ? I feel that the SHPWriteObject() write a bad way in the file. Do you think it could come from compiler ? I use Borland C++ 6 When I edit the file in text editor it seems good, the length of the file is 1904 But when I read file with SHPOpen() the psSHP

Re: [gdal-dev] gdalwarp without metadata

2011-03-04 Thread Even Rouault
Selon Goo Creations : It should just work. Perhaps retry by deleting first the output file and then running gdalwarp, in case the output file had pre-existing inconsistant georeferencing information (gdalwarp doesn't recreate from scratch existing output files, unless you pass the -overwrite param

[gdal-dev] gdalwarp without metatdat

2011-03-04 Thread Goo Creations
Hi again Sorry about this, the problem is solved. I actually needed gdal_translate. Sorry for the inconvenience. Chris ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdalwarp without metadata

2011-03-04 Thread Goo Creations
Hi all I'm using gdal warp to warp a jpeg (with world file) to GeoTiff. After the Tif was created, I can open it in any image viewer and the image looks fine (width, height and correct rotation) When I open the image in any GIS software (eg: QGIS or FreeView) the image is rotated twice as much as

[gdal-dev] Visual Studio 2005 Debug mode error

2011-03-04 Thread Robert Zermeno
GDAL Devs,   I added GDAL into my exisiting project to see how GDAL handles WMS and JPIP and I get an exception error when calling GDALAllRegister().   This is odd to me, but I downloaded the SVN for 3-1-2011 and made modifications in nmake.opt to handle WMS and JPIP (via kakadu v5.2) files (this