netCDF input to WCS

edfialk wef1 at CEC.WUSTL.EDU
Fri Jan 12 17:08:51 EST 2007


Hi, I'm having problems supplying a WCS that takes in netCDF input.  I get a
"500 internal server error" when I try to view it.

I could be way off on my mapfile, but here goes:

MAP

NAME "Test"
EXTENT 22 -20 75 45
SIZE 600 600
SHAPEPATH "/var/www/html/mapserver/mapdata"
IMAGECOLOR 235 225 225

OUTPUTFORMAT
   NAME GEOTIFF_FLOAT
   DRIVER "GDAL/GTiff"
   MIMETYPE "image/tiff"
   IMAGEMODE FLOAT32
   EXTENSION "tif"
END

LAYER
   NAME "layertest"
   STATUS DEFAULT
   TYPE RASTER
   DUMP TRUE
   DATA "EDGAR.nc"               
      METADATA
            wcs_label "Test netCDF Server"
            ows_extent '22 -20 75 45'
            wcs_resolution '0.04388924 0.04387414'
            ows_srs "EPSG:4326"
            wcs_formats "GEOTIFF_FLOAT"
            wcs_nativeformat "netCDF"
            wcs_bandcount "2"
            wcs_rangeset_axes "lon"
            wcs_rangeset_label "Atmospheric Levels"
            wcs_rangeset_name "chlor_a"
       END
END

WEB
    IMAGEPATH "/var/www/html/tmp/"
    IMAGEURL  "/tmp/"  
END

END

END


url:
http://niceguy.wustl.edu/cgi-bin/mapserv?map=/var/www/html/mapserver/EDGAR.map&version=1.0.0&service=WCS&CRS=EPSG:4326&request=GetCoverage&COVERAGE=layertest&WIDTH=500&HEIGHT=300&FORMAT=GEOTIFF_FLOAT


Thanks for any suggestions!
-Ed
-- 
View this message in context: http://www.nabble.com/netCDF-input-to-WCS-tf2968628.html#a8307280
Sent from the Mapserver - User mailing list archive at Nabble.com.



More information about the mapserver-users mailing list