I got it to recognize the file but its saying that it can't find an entry
point in the dllthis is really aggravating ha
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Gdal-Allregister-Error-tp5104079p5105091.html
Sent from the GDAL - Dev mailing list archive at Nabbl
So I found the inner exception for the All register problem and it says it
can't load the dll "gdal_wrap" but I have put an environment variable
pointing to the folder its but it still shows up the exception. Is there any
other reason why it would load the "gdal_wrap" dll?
--
View this message in
Hey thanks for the advice, but It seems i'm still having trouble. I have
copied all of the dlls to the running application folder, and also looked at
the setfwenv.bat and tried to manually set all of the enviroment variables,
and I set all of them except for the
"GDAL_DRIVER_PATH=%FWTOOLS_DIR%\gda
Thanks! That is a lot of help. Does that mean I can call the geotransform
method to access the private metadata information?
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Getting-private-Metadata-from-Geotiff-Images-tp5103966p5104110.html
Sent from the GDAL - Dev maili
Hey, I have been having a very large issue, well maybe not large but very
frustrating. I have been using the C# wrapper for gdal in visual studio and
have been getting an error when GDAL tries to register the drivers before
doing anything else. The error I get is this:
"The type Intializer for 'O
Hey, I am a little bit new to GDAL and came across a problem. I am the C#
wrapper of GDAL and I am needing to get specific metadata such as
"ModelTiepointTag", "ModelPixelScaleTag" and a few more. I have tried using
the "getmetadata( )" method as well as the "getmetadataitem( )" method, but
no luc