Changeset 10147
- Timestamp:
- 10/24/06 13:36:47 (2 years ago)
- Files:
-
- trunk/frmts/frmt_various.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/frmts/frmt_various.html
r10112 r10147 22 22 23 23 The NODATA value for the grid read is also preserved when available. 24 Grids are treated as signed 16bit integer unless the first scanline contains25 decimal values in which case the image is treated as 32bit floating point.26 24 <p> 25 26 If pixels being written are not square (the width and height of a pixel in 27 georeferenced units differ) then DX and DY parameters will be output instead 28 of CELLSIZE. Such files can be used in Golden Surfer, but not most other 29 ascii grid reading programs. For force the X pixel size to be used as CELLSIZE 30 use the FORCE_CELLSIZE=YES creation option or resample the input to have 31 square pixels.<P> 27 32 28 33 The <a href="#AIG">AIG</a> driver is also available
