Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Problem using GeoTIFF file in uDIG

Title: Problem using GeoTIFF file in uDIG

I am using uDig 1.1-RC10a on a WIN XP Pro system

I am trying to include 6 GeoTIFF files in my uDig project and am getting errors when I do this. The error message under the GeoTIFF category is:

File can not be read.  Could be a JAI configuration problem or a corrupted file.  Error recieved was: java.lang.IllegalArgumentException: ImageRead: No OperationDescriptor is registered in the current operation registry under this name.

So I listed the information about one of the images using GDALINFO and got this output:

C:\OpenSourceTestData\MantarioTrail\Zone14Shapes>gdalinfo 7505550neg.tif
Driver: GTiff/GeoTIFF
Size is 2500, 2500
Coordinate System is:
PROJCS["unnamed",
    GEOGCS["NAD83",
        DATUM["North_American_Datum_1983",
            SPHEROID["GRS 1980",6378137,298.2572221010002,
                AUTHORITY["EPSG","7019"]],
            AUTHORITY["EPSG","6269"]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433],
        AUTHORITY["EPSG","4269"]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",0],
    PARAMETER["central_meridian",-99],
    PARAMETER["scale_factor",0.9996],
    PARAMETER["false_easting",500000],
    PARAMETER["false_northing",0],
    UNIT["unknown",1],
    AUTHORITY["EPSG","26914"]]
Origin = (755000.000000000000000,5560000.000000000000000)
Pixel Size = (2.000000000000000,-2.000000000000000)
Metadata:
  AREA_OR_POINT=Area
Corner Coordinates:
Upper Left  (  755000.000, 5560000.000) ( 95d25'52.66"W, 50d 8'14.41"N)
Lower Left  (  755000.000, 5555000.000) ( 95d26'4.68"W, 50d 5'32.84"N)
Upper Right (  760000.000, 5560000.000) ( 95d21'41.29"W, 50d 8'6.60"N)
Lower Right (  760000.000, 5555000.000) ( 95d21'53.54"W, 50d 5'25.04"N)
Center      (  757500.000, 5557500.000) ( 95d23'53.04"W, 50d 6'49.74"N)
Band 1 Block=2500x3 Type=Byte, ColorInterp=Gray

Can someone tell me what I'm doing wrong?

thanks,
         Bob Bruce, Winnipeg, Manitoba


Back to the top