GeoArrow

GeoArrow (Apache Arrow)

Open Beta
.arrow · application/vnd.apache.arrow.file

GeoArrow는 Apache Arrow 기반의 지리공간 데이터 컬럼형 형식입니다. 빅데이터 분석, ML 파이프라인, 시각화에 이상적입니다. DuckDB, Pandas, Polars 및 기타 Arrow 호환 도구와 함께 작동합니다.

지금 GeoArrow 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

컬럼형 저장
제로 카피 읽기
Arrow 생태계 호환
Example GeoArrow export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

GeoArrow 형식 소개

Apache Arrow is the standard for representing tables in memory: columns lie contiguously, the schema is described explicitly, and different programs read the very same bytes without copying or re-encoding. GeoArrow is the agreement on how to store geometry inside that structure so that GeoPandas, DuckDB, Polars, deck.gl and GDAL understand it.

The format is taken when data is not displayed but computed: spatial joins over millions of features, feature preparation for a model, a dashboard on top of a columnar engine. At those volumes, parsing text GeoJSON eats more time than the analysis itself.

The output is a single .arrow file (Apache Arrow IPC, also known as Feather v2). All the layers are merged into one table, and every row has a layer column with the name of its source layer. Geometry is stored as a binary column in WKB format, and the WGS84 (EPSG:4326) coordinate system is described in the schema metadata per the GeoArrow 1.0.0 convention.

By default the file is compressed with the zstd codec; you can choose lz4 or no compression at all. There is a safety limit of 10 million features per export, so as not to eat up the server's memory.

GeoArrow 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 GeoArrow (Apache Arrow)(.arrow) 파일을 열고 편집하고 작업할 수 있습니다:

💻DuckDB 💻Apache Arrow 💻Pandas 💻Polars 💻GeoPandas

Format specifications

GeoArrow 지도 사용자

🏗
빅데이터 분석
Millions of features are read by an analytical engine with no text parsing.
💻
ML 파이프라인
Ready spatial features for training models — straight away as a table.
📊
컬럼 기반 분석
Queries on individual columns run faster than on row-based formats.
🎨
시각화
A source for lonboard and deck.gl, which draw Arrow tables directly.
🗺
과학 컴퓨팅
The same file is read by Python, R and Julia — exchange between teams with no conversion.

GeoArrow 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
GeoArrow 선택
사용 가능한 127가지 내보내기 형식 목록에서 GeoArrow (Apache Arrow)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .arrow 파일을 받습니다
4
다운로드
완성된 GeoArrow 파일을 다운로드하여 DuckDB에서 여세요

내보낸 뒤 여는 방법

GeoArrow 형식의 인기 지도

무료

GeoArrow (Apache Arrow) 지도 내보내기 받기

OpenStreetMap에서 전문가용 GeoArrow 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 GeoArrow 내보내기 →

자주 묻는 질문

GeoArrow가 GeoJSON보다 나은 이유는?
어떤 도구가 GeoArrow를 지원하나요?
How is the geometry stored in the file?
How is .arrow different from GeoParquet?
Is there a limit on the export size?

관련 형식

함께 자주 내보내는 형식

Related Articles