On Mon, Mar 28, 2011 at 1:15 PM, Andrea Aime
<andrea.a...@geo-solutions.it> wrote:
> On Mon, Mar 28, 2011 at 9:34 PM, Jeff Johnson <jjohn...@opengeo.org> wrote:
>> Thanks for the tip David. The layers were _not_ configured with
>> gsconfig, rather they were configured using the GeoServer Web UI and
>> then added to GeoNode with the updatelayers management command.
>> GeoServer does not seem to have any trouble rendering them via WMS etc
>> http://tsudat.dev.aifdr.org/geoserver-geonode-dev/wms?service=WMS&version=1.1.0&request=GetMap&layers=tsudat:ga_250m&styles=&bbox=91.999,-60.001,172.006,-7.994&width=512&height=332&srs=EPSG:4326&format=application/openlayers
>>
>> That said, running your code snippet does indicate that the 'grid'
>> setting is NONE (among other things like '__weakref__ ' which dont
>> seem to be a problem). Not sure if that is/could be the problem, but I
>> see no indication of a 'grid' setting in the GeoServer UI.
>>
>> Any other ideas?
>
> Try configuring the same layer with a GeoServer 2.1-RC3 and see if the problem
> repeats. The 2.0.x series in not being worked on anymore (at least not
> by the people
> that normally follow WCS) and the WCS code on 2.1.x is quite a bit different
> (especially the WCS 1.0 that you're using, which is an almost complete 
> rewrite).

I will look into switching over to the 2.1.x branch ... its not a
trivial thing since this is part of a GeoNode which requires some
modifications to GeoServer. I know David Winslow has done quite a bit
of work toward that end, so will see if I can make the switch
relatively easily.

> It may be intereresting to see the results of gdalinfo on that file, too

Here is the gdalinfo output from the 2 files I am having this issue with.

jjohnson@tsudat-dev64lucid:~$ gdalinfo
/data_area/Tsu-DAT_1.0/KVM_Data/tsudat/ga_250m.tif
Driver: GTiff/GeoTIFF
Files: /data_area/Tsu-DAT_1.0/KVM_Data/tsudat/ga_250m.tif
Size is 32003, 20803
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.2572235630016,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]
Origin = (91.998750000000001,-7.993749999999999)
Pixel Size = (0.002500000000000,-0.002500000000000)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (  91.9987500,  -7.9937500) ( 91d59'55.50"E,  7d59'37.50"S)
Lower Left  (  91.9987500, -60.0012500) ( 91d59'55.50"E, 60d 0'4.50"S)
Upper Right ( 172.0062500,  -7.9937500) (172d 0'22.50"E,  7d59'37.50"S)
Lower Right ( 172.0062500, -60.0012500) (172d 0'22.50"E, 60d 0'4.50"S)
Center      ( 132.0025000, -33.9975000) (132d 0'9.00"E, 33d59'51.00"S)
Band 1 Block=32003x1 Type=Int32, ColorInterp=Gray
  NoData Value=-9999


jjohnson@tsudat-dev64lucid:~$ gdalinfo /opt/geoserver_data/gebco/gebco08.tif
Driver: GTiff/GeoTIFF
Files: /opt/geoserver_data/gebco/gebco08.tif
Size is 22800, 12360
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.2572235630016,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]
Origin = (-20.000000000000000,30.999999999999957)
Pixel Size = (0.008333333333333,-0.008333333333333)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  ( -20.0000000,  31.0000000) ( 20d 0'0.00"W, 31d 0'0.00"N)
Lower Left  ( -20.0000000, -72.0000000) ( 20d 0'0.00"W, 72d 0'0.00"S)
Upper Right ( 170.0000000,  31.0000000) (170d 0'0.00"E, 31d 0'0.00"N)
Lower Right ( 170.0000000, -72.0000000) (170d 0'0.00"E, 72d 0'0.00"S)
Center      (  75.0000000, -20.5000000) ( 75d 0'0.00"E, 20d30'0.00"S)
Band 1 Block=22800x1 Type=Float32, ColorInterp=Gray
  NoData Value=-3.4028234663852886e+38
  Metadata:
    LAYER_TYPE=athematic

Thanks,

Jeff

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and publish 
your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to