ASCII Grid 📄

ESRI ASCII Grid (.asc)

Open Beta
.asc · text/plain

ESRI ASCII Grid is a text raster format with a six-line header (NCOLS, NROWS, XLLCORNER, YLLCORNER, CELLSIZE, NODATA_VALUE) and a grid of space-separated numbers. It opens in any text editor and is read by ArcGIS, QGIS, GRASS, GDAL, R, rasterio. To be honest: our export first renders OSM vector layers to an intermediate GeoTIFF, then converts it to .asc via the GDAL AAIGrid driver. So the output is a rasterized map of the area as a text grid, not an elevation/terrain model. For actual relief use HGT or an external DEM. The file is delivered as a ZIP archive: the .asc itself plus a .prj projection (CRS) file so GIS software knows the coordinate system — like a Shapefile.

ส่งออก ASCII Grid เลย ✨ Open Beta — ฟรี ไม่มีข้อจำกัด

คุณสมบัติสำคัญ

Text format: six-line header + grid of values, readable by humans and regex parsers
Rasterization of OSM vector layers into an intermediate GeoTIFF, then conversion to AAIGrid via GDAL
Default NODATA_VALUE of -9999 for empty cells; the first raster band is exported
Universal support: ArcGIS, QGIS, GRASS, GDAL, R raster, Python rasterio
Example ASCII Grid export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

เกี่ยวกับรูปแบบ ASCII Grid

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 the rasterized map of the selected area — the OSM vector layers are first drawn into an intermediate GeoTIFF, from which the first band is taken; empty cells get the value -9999.

โปรแกรมใดที่เปิดไฟล์ ASCII Grid ได้

โปรแกรมและแอปพลิเคชันต่อไปนี้สามารถเปิด แก้ไข และทำงานกับไฟล์ ESRI ASCII Grid (.asc) (.asc) ที่ส่งออกจาก OSM2CDR ได้:

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

Format specifications

ใครใช้แผนที่ ASCII Grid

🏗
Getting a text raster grid of an area that any colleague can open without special software — even in Notepad++
A file that opens absolutely everywhere — down to a plain notepad, with no GIS installed.
💻
Importing a rasterized OSM map into an academic GIS pipeline on GRASS/R/rasterio as an input grid
An input grid for computations in GRASS, R or rasterio, where AAIGrid is exactly what is expected.
📊
Exchange and archival in a maximally portable text format for data repositories (Zenodo, Dryad)
Long-term storage and publication: text survives changes of program versions better than binary formats.

วิธีส่งออก ASCII Grid

1
เลือกพื้นที่
วาดรูปสี่เหลี่ยมหรือรูปหลายเหลี่ยมบนแผนที่แบบโต้ตอบได้ที่ osm2cdr.ru
2
เลือก ASCII Grid
เลือก ESRI ASCII Grid (.asc) จากรายการรูปแบบการส่งออก 127 รูปแบบที่มีให้
3
ส่งออก
คลิกส่งออกและรับไฟล์ .asc ของคุณใน 1-5 นาที
4
ดาวน์โหลด
ดาวน์โหลดไฟล์ ASCII Grid ที่พร้อมแล้วและเปิดใน QGIS

วิธีเปิดไฟล์หลังส่งออก

แผนที่ยอดนิยมใน ASCII Grid

ฟรี

รับการส่งออกแผนที่ ESRI ASCII Grid (.asc)

ดาวน์โหลดแผนที่ ASCII Grid ระดับมืออาชีพจาก OpenStreetMap สร้างได้ทันที ครอบคลุมทุกพื้นที่

ฟรี / การส่งออก
ส่งออก ASCII Grid เลย →

คำถามที่พบบ่อย

Is this an elevation/terrain (DEM) file?
Where is the coordinate system stored?
Why is the file so large?
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?

รูปแบบที่เกี่ยวข้อง

มักส่งออกพร้อมกัน

Related Articles