[gdal-dev] Extracting MISR imagery from hdf file

2012-07-26 Thread Conrad Bielski
Hi, I'm having trouble extracting MISR bands from the hdf file. Has anyone been able to do it with gdal? Thanks in advance and have a great day, Conrad :) ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-de

[gdal-dev] compiling gdal with hdf4 (all from sources)

2012-07-26 Thread Conrad Bielski
Hello again, I fixed the compilation issue. Basically in the file frmts/hdf4/hdf4imagedataset.cpp the include statement wasn't correct. It should have been hdf-eos/HdfEosDef.h where it actually is. However, this did not solve my MISR reading issue. Have a great day, Conrad :) ___

[gdal-dev] compiling gdal with hdf4 (all from sources)

2012-07-26 Thread Conrad Bielski
Hi, I need to compile gdal with the HDF4-EOS extensions which I downloaded from here: http://newsroom.gsfc.nasa.gov/sdptoolkit/TKDownload.html Now the problem is similar to one mentioned back in Sat Feb 25 11:09:32 EST 2012 where compilation stopped due to the following error: hdf4imagedataset.c

Re: [gdal-dev] Use Ogr Geometry childs classes in C#.

2012-07-26 Thread Benjamin
Thank for the answer. Sorry for spam you but another question, A call to Geometry.SimplifyPreserveTopology() and Geometry.Simplify() on a geometry multi-object - as GeometryCollection, MultiPolygon or MultiLigneString - is just a recursive call on each object ? Also I read : "This function is b

Re: [gdal-dev] Use Ogr Geometry childs classes in C#.

2012-07-26 Thread Even Rouault
Selon Benjamin : > Hi, > > I code in C# with Ogr wrapers - gdal_csharp.dll, gdalconst_csharp.dll, > ogr_csharp.dll and osr_csharp.dll - > "release-1600-x64-gdal-1-9-0-mapserver-6-0-1". > > I want use specifics polygon methods on my geometry as "OGRLinearRing * > OGRPolygon::getInteriorRing ( int i

[gdal-dev] Use Ogr Geometry childs classes in C#.

2012-07-26 Thread Benjamin
Hi, I code in C# with Ogr wrapers - gdal_csharp.dll, gdalconst_csharp.dll, ogr_csharp.dll and osr_csharp.dll - "release-1600-x64-gdal-1-9-0-mapserver-6-0-1". I want use specifics polygon methods on my geometry as "OGRLinearRing * OGRPolygon::getInteriorRing ( int iRing )". (see http://www.gdal.or