File Formats and Data Types

  1. Home
  2. File Formats and Data Types
  3. Importing ASCII Grid format

Importing ASCII Grid format

Esri ASCII Grid is a widely supported text-style grid format. Because ASCII Grids have no spatial index, it can be difficult for some software applications to handle. In addition, ASCII Grid is an inefficient file format and typically results in extremely large files. For this reason, Koordinates does not recommend using ASCII Grid for raster imports or exports. 

Recommended alternative

Koordinates recommends using GeoTIFF as an alternative to ASCII Grid.

How Koordinates handles ASCII Grid

If you do download using ASCII Grid, note that, to keep the file size reasonable, Koordinates uses the format string "%.6g" to write values for downloading non-integer grids. For some layers this may result in a slight loss of precision.

Specifically this means:

  • up to 6 significant figures in output.
  • meaningless zeroes after the decimal point are stripped.
  • some (very small/large) values will use exponential notation.

Also, for reprojected grids, we include a NODATA value in exports to delineate the area where there was no source data. This may be provided by the platform, though generally we will re-use the NODATA value provided in the source data.