GeoArrow

GeoArrow (Apache Arrow)

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

GeoArrow je stĺpcový formát pre geopriestorové údaje založený na Apache Arrow. Ideálny pre analytiku veľkých dát, ML procesy a vizualizáciu. Funguje s DuckDB, Pandas, Polars a ďalšími nástrojmi kompatibilnými s Arrow.

Exportovať GeoArrow teraz ✨ Otvorená beta — zdarma, bez obmedzení

Kľúčové vlastnosti

Stĺpcové ukladanie
Čítanie bez kopírovania
Kompatibilita s ekosystémom Arrow
Example GeoArrow export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

O formáte 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.

Aký program otvára súbory GeoArrow

Nasledujúce programy a aplikácie dokážu otvoriť, upraviť a pracovať so súbormi GeoArrow (Apache Arrow) (.arrow) exportovanými z OSM2CDR:

💻DuckDB 💻Apache Arrow 💻Pandas 💻Polars 💻GeoPandas

Format specifications

Kto používa mapy GeoArrow

🏗
Analytika veľkých dát
Millions of features are read by an analytical engine with no text parsing.
💻
ML procesy
Ready spatial features for training models — straight away as a table.
📊
Stĺpcová analýza
Queries on individual columns run faster than on row-based formats.
🎨
Vizualizácia
A source for lonboard and deck.gl, which draw Arrow tables directly.
🗺
Vedecké výpočty
The same file is read by Python, R and Julia — exchange between teams with no conversion.

Ako exportovať GeoArrow

1
Vyberte oblasť
Nakreslite obdĺžnik alebo polygón na interaktívnej mape na osm2cdr.ru
2
Zvoľte GeoArrow
Vyberte GeoArrow (Apache Arrow) zo zoznamu 127 dostupných exportných formátov
3
Export
Kliknite na Exportovať a získajte súbor .arrow za 1 – 5 minút
4
Stiahnuť
Stiahnite si hotový súbor GeoArrow a otvorte ho v DuckDB

Ako súbor otvoriť po exporte

Obľúbené mapy vo formáte GeoArrow

Zadarmo

Získajte mapové exporty vo formáte GeoArrow (Apache Arrow)

Stiahnite si profesionálne mapy GeoArrow z OpenStreetMap. Okamžité generovanie, ľubovoľná oblasť.

Zdarma / export
Exportovať GeoArrow teraz →

Často kladené otázky

Prečo je GeoArrow lepší než GeoJSON?
Ktoré nástroje podporujú GeoArrow?
How is the geometry stored in the file?
How is .arrow different from GeoParquet?
Is there a limit on the export size?

Súvisiace formáty

Často exportované spolu

Related Articles