GeoArrow ⚡

GeoArrow (Apache Arrow)

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

GeoArrow është një format kolonor i bazuar në Apache Arrow për të dhëna gjeohapësinore. Ideal për analitikë të të dhënave të mëdha, tubacione ML dhe vizualizim. Punon me DuckDB, Pandas, Polars dhe mjete të tjera të pajtueshme me Arrow.

Eksporto GeoArrow tani ✨ Open Beta — falas, pa kufizime

Veçoritë kryesore

✓Ruajtje kolonore
✓Lexime pa kopjim
✓Pajtueshmëri me ekosistemin Arrow
Example GeoArrow export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Rreth formatit 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.

Çfarë programi hap skedarët GeoArrow

Programet dhe aplikacionet e mëposhtme mund të hapin, redaktojnë dhe punojnë me skedarë GeoArrow (Apache Arrow) (.arrow) të eksportuar nga OSM2CDR:

💻DuckDB 💻Apache Arrow 💻Pandas 💻Polars 💻GeoPandas

Format specifications

Kush përdor harta GeoArrow

🏗
Analitikë e të dhënave të mëdha
Millions of features are read by an analytical engine with no text parsing.
💻
Tubacione ML
Ready spatial features for training models — straight away as a table.
📊
Analizë kolonore
Queries on individual columns run faster than on row-based formats.
🎨
Vizualizim
A source for lonboard and deck.gl, which draw Arrow tables directly.
🗺
Llogaritje shkencore
The same file is read by Python, R and Julia — exchange between teams with no conversion.

Si të eksportoni GeoArrow

1
Zgjidhni zonën
Vizatoni një drejtkëndësh ose poligon në hartën interaktive te osm2cdr.ru
2
Zgjidhni GeoArrow
Zgjidhni GeoArrow (Apache Arrow) nga lista e 127 formateve të disponueshme të eksportit
3
Eksporto
Klikoni Eksporto dhe merrni skedarin tuaj .arrow brenda 1-5 minutave
4
Shkarko
Shkarkoni skedarin e gatshëm GeoArrow dhe hapeni në DuckDB

Si ta hapni pas eksportit

Harta popullore në GeoArrow

Falas

Merrni eksporte hartash GeoArrow (Apache Arrow)

Shkarkoni harta profesionale GeoArrow nga OpenStreetMap. Gjenerim i menjëhershëm, çdo zonë.

Falas / eksport
Eksporto GeoArrow tani →

Pyetjet më të shpeshta

Pse GeoArrow është më i mirë se GeoJSON? ▼
Cilat mjete e mbështesin GeoArrow? ▼
How is the geometry stored in the file? ▼
How is .arrow different from GeoParquet? ▼
Is there a limit on the export size? ▼

Formate të ngjashme

Eksportohen shpesh së bashku

Related Articles