Freeman, Aleda (EEA) ha scritto: > Is there a way to configure GeoServer to output ERDAS Imagine type image > files? > Currently with GeoServer 2.0.1 the two formats I think I have are > GeoTiff and ASCIIGRID. > I was reading about the GDAL library but it seemed that that would allow > input of ERDAS Imagine as data store, not output. > Or does it?
No output. Depending on what specific ERDAS imagine format you have in mind it might be possible to add the output format, or not. See here: http://www.gdal.org/formats_list.html ERDAS Imagine RAW (EIS) cannot be created, whilst .img can be created. If the imagery does not use strange features that GeoTiff does not support, and you don't need ultimate performance, we could also just output in TIFF and then have gdal_translate turn the output in .img format, and then serve it back. Just like the WFS ogr2ogr based output format, but for rasters Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
