I'm trying to export ESRI grid data into Ascii Raster, and wondering if I can do this with gt. My ideal method would look like:
String urlToAsciiRasterFile = export(String pathToGridDirectory, Envelope extent, int width, int height) My understanding of the ArcGrid/GridCoverage stuff in gt is that it will accept an Ascii Raster as the only input grid format. Is that correct, or will gt also accept native ESRI grids as input? If I convert all of the native grids to Ascii Raster beforehand, is there then a facility to export a supplied extent (which may span multiple grids) at a given resolution to Ascii Raster? This would (I assume) be similar to issuing a WMS request to geoserver against an Arc Grid Coverage data store at a specified extent and size, but returning raw Ascii Raster rather than output image. Thanks for any help you can provide. John ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
