ASCII Grid 📄

ESRI ASCII Grid (.asc)

Open Beta
.asc · text/plain

ESRI ASCII Grid is the common text format for an ELEVATION GRID: a six-line header (NCOLS, NROWS, XLLCORNER, YLLCORNER, CELLSIZE, NODATA_VALUE) followed by space-separated numbers. Every cell value IS the elevation in METRES above sea level with one decimal — not a colour, not a shadow, not an image pixel. Heights come from the global Copernicus DEM GLO-30: about a 30 m step, vertical accuracy ~2–4 m. The grid is clipped exactly to the area you ordered, written in the coordinate system you chose, and empty cells carry NODATA_value -9999. Delivery is a ZIP holding exactly two files: map.asc and map.prj with the coordinate system (the .asc itself has nowhere to declare it). An honest caveat: over the sea GLO-30 returns exactly 0 m rather than emptiness — that is the behaviour of the elevation source, not a fault of the export. Text is bulkier than a binary raster, so the grid has a ceiling of 4 million cells: a larger area is coarsened just enough to fit, and the new step is stated as a number. It opens in a plain text editor, ArcGIS, QGIS, GRASS, GDAL, R, rasterio, Surfer and Civil 3D. This is pre-design, GIS and visualisation — not a land survey.

Voer ASCII Grid nou uit ✨ Oop beta — gratis, geen beperkings nie

Sleutelkenmerke

The cell value is the elevation in metres with one decimal — no palette, no rescaling
Heights from Copernicus DEM GLO-30: about a 30 m step, vertical accuracy ~2–4 m
Clipped exactly to the ordered area — not to a degree tile and not to a map tile
NODATA_value -9999 for cells without elevation; the empty share is stated as a number
Exactly two files in the archive: map.asc and map.prj with the coordinate system you chose
Example ASCII Grid export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Oor die ASCII Grid-formaat

ESRI ASCII Grid is the simplest of the raster formats: six header lines (the number of columns and rows, the coordinates of the lower left corner, the cell size, the NODATA value) and then a grid of numbers separated by spaces. The file reads in any text editor and is parsed by five lines of code in any language, which is why it is still used in academic pipelines and for long-term storage.

The format is chosen when what matters is not efficiency but portability and transparency: a supplement to an article, a dataset in a repository, an input grid for GRASS, R or rasterio, an exchange with a colleague who has no GIS. Everything in the file is visible to the eye — nothing is hidden in a binary structure.

The output is a ZIP archive with two files: map.asc with the grid of values and map.prj with the description of the coordinate system. It is done that way because the .asc itself does not store the projection, and without it a GIS will not put the grid in its place. The cells hold ELEVATIONS in metres above sea level with one decimal: a clip of the global Copernicus DEM GLO-30 exactly to the area you ordered, about a 30 m step, vertical accuracy ~2-4 m; cells without coverage get -9999. Over the sea the source returns exactly 0 m rather than emptiness — that is how it behaves, and we do not hide it.

Watter program open ASCII Grid-lêers

Die volgende programme en toepassings kan ESRI ASCII Grid (.asc) (.asc)-lêers wat uit OSM2CDR uitgevoer is, open, redigeer en daarmee werk:

🌎QGIS 🌎ArcGIS 💻GDAL / OGR 🌎GRASS GIS 💻Surfer 💻Python rasterio 📐R (raster package)

Format specifications

Wie gebruik ASCII Grid-kaarte

🏗
Downloading the elevation grid of a site as text a colleague can open without special software — even in Notepad++
An elevation file that opens absolutely everywhere — down to a plain notepad, with no GIS installed.
💻
An input for terrain analysis in GRASS, R, rasterio or Surfer: slopes, catchment, profile, visibility
An input grid for computations in GRASS, R or rasterio, where AAIGrid is exactly what is expected.
📊
Importing the surface into Civil 3D, Global Mapper and older GIS packages that expect .asc
A surface for Civil 3D and Global Mapper: both import .asc directly.
🎨
Exchange and archival of elevations in a maximally portable text form (Zenodo, Dryad)
Long-term storage and publication: text survives changes of program versions better than binary formats.

Hoe om ASCII Grid uit te voer

1
Kies gebied
Teken 'n reghoek of veelhoek op die interaktiewe kaart by osm2cdr.ru
2
Kies ASCII Grid
Kies ESRI ASCII Grid (.asc) uit die lys van 127 beskikbare uitvoerformate
3
Uitvoer
Klik op Uitvoer en ontvang jou .asc-lêer binne 1-5 minute
4
Aflaai
Laai die gereede ASCII Grid-lêer af en open dit in QGIS

Hoe om dit ná uitvoer te open

Gewilde kaarte in ASCII Grid

Gratis

Kry ESRI ASCII Grid (.asc)-kaartuitvoere

Laai professionele ASCII Grid-kaarte van OpenStreetMap af. Onmiddellike generering, enige gebied.

Gratis / uitvoer
Voer ASCII Grid nou uit →

Gereelde vrae

Is this an elevation/terrain (DEM) file?
Why is the sea zero instead of empty cells?
Where is the coordinate system stored?
Why does a large area arrive coarsened?
Why did I download a ZIP instead of an .asc file?
What do the numbers in the cells mean?
Can I set the cell size?

Verwante formate

Dikwels saam uitgevoer

Related Articles