GeoArrow

GeoArrow (Apache Arrow)

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

GeoArrow เป็นรูปแบบคอลัมน์สำหรับข้อมูลภูมิสารสนเทศที่อิงกับ Apache Arrow เหมาะอย่างยิ่งสำหรับการวิเคราะห์ข้อมูลขนาดใหญ่ ไปป์ไลน์ ML และการแสดงภาพ ทำงานร่วมกับ DuckDB, Pandas, Polars และเครื่องมืออื่น ๆ ที่รองรับ Arrow

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

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

การจัดเก็บแบบคอลัมน์
การอ่านแบบ zero-copy
ความเข้ากันได้กับระบบนิเวศ 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 ได้

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

💻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
เลือก GeoArrow (Apache Arrow) จากรายการรูปแบบการส่งออก 127 รูปแบบที่มีให้
3
ส่งออก
คลิกส่งออกและรับไฟล์ .arrow ของคุณใน 1-5 นาที
4
ดาวน์โหลด
ดาวน์โหลดไฟล์ GeoArrow ที่พร้อมแล้วและเปิดใน DuckDB

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

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

ฟรี

รับการส่งออกแผนที่ GeoArrow (Apache Arrow)

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

ฟรี / การส่งออก
ส่งออก 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