FlatGeobuf

FlatGeobuf (FGB)

Open Beta
.fgb · application/flatgeobuf

FlatGeobuf je vysokovýkonný binárny formát pre geodáta založený na FlatBuffers. Optimalizovaný pre cloud-native pracovné postupy a HTTP range requesty. Vstavaný priestorový index umožňuje okamžitý prístup k ľubovoľnému fragmentu mapy.

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

Kľúčové vlastnosti

Binárny kompaktný formát
Vstavaný priestorový index
HTTP range requesty
Rýchle načítavanie fragmentov
Example FlatGeobuf export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

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

Aký program otvára súbory FlatGeobuf

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

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

Format specifications

Kto používa mapy FlatGeobuf

🏗
Cloudový GIS
The layer sits in object storage and is read directly, with no database and no geoserver.
💻
Streamovanie geodát
The client fetches only the features in the visible area — thanks to the index and range requests.
📊
Webové mapy
A vector source for MapLibre, deck.gl and Leaflet that loads faster than an equivalent GeoJSON.
🎨
Veľké súbory údajov
Hundreds of thousands of features in one file, without the shapefile's limits on size and field names.
🗺
Bezserverová architektúra
A static file instead of an API: nothing to stand up and nothing to maintain.

Ako exportovať FlatGeobuf

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

Ako súbor otvoriť po exporte

Obľúbené mapy vo formáte FlatGeobuf

Zadarmo

Získajte mapové exporty vo formáte FlatGeobuf (FGB)

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

Zdarma / export
Exportovať FlatGeobuf teraz →

Často kladené otázky

Prečo je FlatGeobuf lepší než GeoJSON?
Môžem otvoriť FlatGeobuf v 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?

Súvisiace formáty

Často exportované spolu

Related Articles