WCS output formats?

Bart van den Eijnden (OSGIS) bartvde at OSGIS.NL
Tue Jan 9 01:42:15 EST 2007


I can only answer one of your questions, Mapserver WCS does support output
formats other than Geotiff. We use it to output Geotiff, ECW and MrSID. Just
define the respective outputformats (ofcourse you need GDAL to be compiled
with those options as writeable formats):

  OUTPUTFORMAT
    NAME "GEOTIFF"
    MIMETYPE "image/tiff"
    DRIVER "GDAL/GTiff"
    EXTENSION "tif"
    IMAGEMODE "RGBA"
    TRANSPARENT TRUE
    FORMATOPTION "COMPRESS=PACKBITS"
  END

  OUTPUTFORMAT
    NAME "ECW"
    MIMETYPE "image/ecw"
    DRIVER "GDAL/ECW"
    EXTENSION "ecw"
    IMAGEMODE "RGB"
    TRANSPARENT FALSE
  END

  OUTPUTFORMAT
    NAME "MrSID"
    MIMETYPE "image/mrsid"
    DRIVER "GDAL/MrSID"
    EXTENSION "sid"
    IMAGEMODE "RGB"
    TRANSPARENT FALSE
  END

Best regards,
Bart

--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl


--------- Oorspronkelijk bericht --------
Van: edfialk <wef1 at CEC.WUSTL.EDU>
Naar: MAPSERVER-USERS at LISTS.UMN.EDU <MAPSERVER-USERS at LISTS.UMN.EDU>
Onderwerp: [UMN_MAPSERVER-USERS] WCS output formats?
Datum: 08/01/07 20:53

> Hey, I would really like my WCS request to output many more formats than
just
> GeoTIFF (netCDF, CSV, HDF, Ascii, etc.) but as far as I can tell,
> mapserver's wcs only supports GeoTiff output.
> 
> So, I've seen some posts about serving GeoTiff, but most have been 8-24
bit. 
> I have seen someone claim that mapserver outputs 32-bit GeoTiff.
> 
> So I try outputting GeoTiff, and I get a 500 Internal Server Error.
> 
> Anyway, my question is first: Does MapServer support WCS output in any
other
> format than GeoTiff?
> Second, does MapServer support 32-bit GeoTiff WITH RAW DATA included?
> 
> And third, 500 Internal error when I try outputformat=GEOTIFF_RGB on my
map.
> I'm not going to include the whole map file, but if anyone has ideas feel
> free to chime in.
> 
> I'm grateful for any voice or opinion.
> Thanks!
> -Ed
> -- 
> View this message in context:
http://www.nabble.com/WCS-output-formats--tf2942688.html#a8228411
> Sent from the Mapserver - User mailing list archive at Nabble.com.
> 
> 



More information about the mapserver-users mailing list