GeoArrow

GeoArrow (Apache Arrow)

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

A GeoArrow egy Apache Arrow alapú oszlopos formátum térbeli adatokhoz. Ideális nagy adathalmazok elemzéséhez, gépi tanulási folyamatokhoz és megjelenítéshez. Együttműködik a DuckDB-vel, a Pandasszal, a Polarsszal és más Arrow-kompatibilis eszközökkel.

GeoArrow exportálása most ✨ Nyílt béta — ingyenes, korlátozás nélkül

Fő jellemzők

Oszlopos tárolás
Másolás nélküli olvasás
Arrow-ökoszisztéma kompatibilitása
Example GeoArrow export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

A(z) GeoArrow formátumról

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.

Milyen program nyitja meg a(z) GeoArrow fájlokat

A következő programok és alkalmazások képesek megnyitni, szerkeszteni és kezelni az OSM2CDR-ből exportált GeoArrow (Apache Arrow) (.arrow) fájlokat:

💻DuckDB 💻Apache Arrow 💻Pandas 💻Polars 💻GeoPandas

Format specifications

Ki használ GeoArrow térképeket

🏗
Nagy adathalmazok elemzése
Millions of features are read by an analytical engine with no text parsing.
💻
Gépi tanulási folyamatok
Ready spatial features for training models — straight away as a table.
📊
Oszlopalapú elemzés
Queries on individual columns run faster than on row-based formats.
🎨
Vizualizáció
A source for lonboard and deck.gl, which draw Arrow tables directly.
🗺
Tudományos számítások
The same file is read by Python, R and Julia — exchange between teams with no conversion.

Hogyan exportáljon GeoArrow formátumba

1
Terület kijelölése
Rajzoljon egy téglalapot vagy sokszöget az interaktív térképen az osm2cdr.ru oldalon
2
GeoArrow kiválasztása
Válassza ki a(z) GeoArrow (Apache Arrow) formátumot a 127 elérhető exportformátum listájából
3
Exportálás
Kattintson az Exportálás gombra, és 1-5 percen belül megkapja a(z) .arrow fájlt
4
Letöltés
Töltse le a kész GeoArrow fájlt, és nyissa meg a(z) DuckDB programban

Hogyan nyissa meg az exportálás után

Népszerű térképek GeoArrow formátumban

Ingyenes

Szerezzen be GeoArrow (Apache Arrow) térképexportokat

Töltsön le professzionális GeoArrow térképeket az OpenStreetMap adataiból. Azonnali generálás, bármilyen terület.

Ingyenes / export
GeoArrow exportálása most →

Gyakran feltett kérdések

Miért jobb a GeoArrow a GeoJSON-nál?
Mely eszközök támogatják a GeoArrow-t?
How is the geometry stored in the file?
How is .arrow different from GeoParquet?
Is there a limit on the export size?

Kapcsolódó formátumok

Gyakran együtt exportálva

Related Articles