Greg Ederer wrote:
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (    0.0,    0.0)
Lower Left  (    0.0,  801.0)
Upper Right (  751.0,    0.0)
Lower Right (  751.0,  801.0)
Center      (  375.5,  400.5)
Band 1 Block=751x2 Type=Float32, ColorInterp=Gray
  NoData Value=-999

However, when I attempt to load this GeoTIFF into GeoServer, my ultimate goal, I get:

class org.vfny.geoserver.global.ConfigurationException: Could not obtain a reader for the CoverageDataSet. Please check the CoverageDataSet configuration!

I have successfully loaded other GeoTIFFs into GeoServer that were prepared by another member of our team from the same raw binary data using IDL So, I suspect that there is something amiss with my GeoTIFF.

Greg,

I notice you did not include a GeoTransform tag to indicate the georeferenced
location.  Without this you are not getting valid corner coordninates and
this may be what is preventing GeoServer from reading the file.

Keep in mind that the origin in the geotransform should be the top left corner
of the top left pixel treated as an area.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [email protected]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to