GeoArrow

GeoArrow (Apache Arrow)

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

GeoArrow, Apache Arrow पर आधारित भू-स्थानिक डेटा के लिए एक स्तंभ-आधारित (columnar) फ़ॉर्मैट है। बिग डेटा एनालिटिक्स, ML पाइपलाइनों और विज़ुअलाइज़ेशन के लिए आदर्श। DuckDB, Pandas, Polars और अन्य Arrow-संगत टूलों के साथ काम करता है।

अभी GeoArrow निर्यात करें ✨ Open Beta — निःशुल्क, कोई सीमा नहीं

मुख्य विशेषताएँ

स्तंभीय भंडारण
ज़ीरो-कॉपी रीड
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
निर्यात करें
Export पर क्लिक करें और 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