FlatGeobuf

FlatGeobuf (FGB)

Open Beta
.fgb · application/flatgeobuf

FlatGeobuf అనేది FlatBuffers ఆధారంగా భౌగోళిక డేటా కోసం అధిక-పనితీరు బైనరీ ఫార్మాట్. క్లౌడ్-నేటివ్ వర్క్‌ఫ్లోలు మరియు HTTP range అభ్యర్థనల కోసం అనుకూలీకరించబడింది. ఏ మ్యాప్ భాగానికైనా తక్షణ ప్రాప్యత కోసం అంతర్నిర్మిత ప్రాదేశిక సూచిక.

ఇప్పుడే FlatGeobuf ఎగుమతి చేయండి ✨ ఓపెన్ బీటా — ఉచితం, పరిమితులు లేవు

ముఖ్య లక్షణాలు

బైనరీ సంక్షిప్త ఫార్మాట్
అంతర్నిర్మిత ప్రాదేశిక సూచిక
HTTP range అభ్యర్థనలు
వేగవంతమైన భాగ లోడింగ్
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
ఎగుమతి
'ఎగుమతి' క్లిక్ చేసి మీ .fgb ఫైల్‌ను 1-5 నిమిషాల్లో అందుకోండి
4
డౌన్‌లోడ్
సిద్ధంగా ఉన్న FlatGeobuf ఫైల్‌ను డౌన్‌లోడ్ చేసి దానిని QGIS లో తెరవండి

ఎగుమతి తర్వాత ఎలా తెరవాలి

FlatGeobuf లో జనాదరణ పొందిన మ్యాప్‌లు

ఉచితం

FlatGeobuf (FGB) మ్యాప్ ఎగుమతులను పొందండి

OpenStreetMap నుండి ప్రొఫెషనల్ FlatGeobuf మ్యాప్‌లను డౌన్‌లోడ్ చేయండి. తక్షణ ఉత్పత్తి, ఏ ప్రాంతమైనా.

ఉచితం / ఎగుమతి
ఇప్పుడే 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