FlatGeobuf

FlatGeobuf (FGB)

Open Beta
.fgb · application/flatgeobuf

FlatGeobuf، FlatBuffers پر مبنی جیو ڈیٹا کے لیے ایک اعلیٰ کارکردگی والا بائنری فارمیٹ ہے۔ یہ کلاؤڈ نیٹیو ورک فلوز اور HTTP رینج درخواستوں کے لیے بہتر بنایا گیا ہے۔ نقشے کے کسی بھی حصے تک فوری رسائی کے لیے اس میں اندرونی مکانی اشاریہ موجود ہے۔

ابھی FlatGeobuf برآمد کریں ✨ Open Beta — مفت، کوئی حد نہیں

اہم خصوصیات

بائنری مختصر فارمیٹ
اندرونی مکانی اشاریہ
HTTP رینج درخواستیں
تیز حصہ لوڈنگ
Example FlatGeobuf export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

FlatGeobuf فارمیٹ کے بارے میں

FlatGeobuf is a binary vector data format based on FlatBuffers, which appeared in 2018 as "a shapefile for the cloud". Features are laid out in the file sequentially, with a spatial index written alongside, so the fragment you need is read directly, without parsing the whole file.

The main feature is working over HTTP range requests: you can put the file in object storage or on static hosting and read from the browser only the features that fall into the current screen. You don't have to stand up a geoserver for the sake of one layer.

All the selected layers are merged into a single .fgb, and every feature keeps a _layer attribute with the name of its source layer — it takes the export apart again into roads, buildings, water and greenery. OpenStreetMap attributes are preserved, coordinates are WGS84 (EPSG:4326), and the spatial index is written automatically.

Compared to GeoJSON the file is noticeably smaller and reads faster; compared to a shapefile there are no limits on field name length, encoding or size. There is one price to pay: you cannot look at such a file in a text editor.

کون سا پروگرام FlatGeobuf فائلیں کھولتا ہے

درج ذیل پروگرام اور ایپلیکیشنز OSM2CDR سے برآمد کردہ FlatGeobuf (FGB) (.fgb) فائلوں کو کھول، ترمیم اور ان کے ساتھ کام کر سکتے ہیں:

🌎QGIS 💻GDAL/OGR 💻GeoPandas 💻MapLibre 💻DeckGL 💻Leaflet (flatgeobuf plugin)

Format specifications

FlatGeobuf نقشے کون استعمال کرتا ہے

🏗
کلاؤڈ GIS
The layer sits in object storage and is read directly, with no database and no geoserver.
💻
جیو ڈیٹا سٹریمنگ
The client fetches only the features in the visible area — thanks to the index and range requests.
📊
ویب نقشے
A vector source for MapLibre, deck.gl and Leaflet that loads faster than an equivalent GeoJSON.
🎨
بڑے ڈیٹا سیٹس
Hundreds of thousands of features in one file, without the shapefile's limits on size and field names.
🗺
سرور لیس فن تعمیر
A static file instead of an API: nothing to stand up and nothing to maintain.

FlatGeobuf کیسے برآمد کریں

1
علاقہ منتخب کریں
osm2cdr.ru پر انٹرایکٹو نقشے پر ایک مستطیل یا کثیرالاضلاع کھینچیں
2
FlatGeobuf چنیں
127 دستیاب برآمدی فارمیٹس کی فہرست سے FlatGeobuf (FGB) منتخب کریں
3
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .fgb فائل حاصل کریں
4
ڈاؤن لوڈ
تیار FlatGeobuf فائل ڈاؤن لوڈ کریں اور اسے QGIS میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

FlatGeobuf میں مقبول نقشے

مفت

FlatGeobuf (FGB) نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ FlatGeobuf نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی FlatGeobuf برآمد کریں →

اکثر پوچھے جانے والے سوالات

FlatGeobuf، GeoJSON سے بہتر کیوں ہے؟
کیا میں FlatGeobuf کو QGIS میں کھول سکتا ہوں؟
How do I split the export back into layers?
Which coordinate system does the data arrive in?
Does the file have to be on a server for range requests to work?

متعلقہ فارمیٹس

اکثر ایک ساتھ برآمد کیے جاتے ہیں

Related Articles