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.

Eksporter ASCII Grid nå ✨ Åpen beta — gratis, ingen begrensninger

Hovedfunksjoner

✓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

Om ASCII Grid-formatet

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.

Hvilket program åpner ASCII Grid-filer

Følgende programmer og applikasjoner kan åpne, redigere og arbeide med ESRI ASCII Grid (.asc) (.asc)-filer eksportert fra OSM2CDR:

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

Format specifications

Hvem bruker ASCII Grid-kart

🏗
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.

Slik eksporterer du ASCII Grid

1
Velg område
Tegn et rektangel eller polygon på det interaktive kartet på osm2cdr.ru
2
Velg ASCII Grid
Velg ESRI ASCII Grid (.asc) fra listen over 127 tilgjengelige eksportformater
3
Eksporter
Klikk Eksporter og motta .asc-filen din på 1–5 minutter
4
Last ned
Last ned den ferdige ASCII Grid-filen og åpne den i QGIS

Slik åpner du filen etter eksporten

Populære kart i ASCII Grid

Free

Få karteksporter i ESRI ASCII Grid (.asc)

Last ned profesjonelle ASCII Grid-kart fra OpenStreetMap. Umiddelbar generering, uansett område.

Gratis / eksport
Eksporter ASCII Grid nå →

Ofte stilte spørsmål

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? ▼

Relaterte formater

Ofte eksportert sammen

Related Articles