FlatGeobuf

FlatGeobuf (FGB)

Open Beta
.fgb · application/flatgeobuf

A FlatGeobuf nagy teljesítményű bináris térbeli adatformátum, amely a FlatBuffers technológián alapul. Felhőnatív munkamenetekhez és HTTP-tartomány-lekérdezésekhez optimalizálva. Beépített térbeli indexe azonnali hozzáférést biztosít a térkép bármely részletéhez.

FlatGeobuf exportálása most ✨ Nyílt béta — ingyenes, korlátozás nélkül

Fő jellemzők

Bináris, tömör formátum
Beépített térbeli index
HTTP-tartomány-lekérdezések
Részletek gyors betöltése
Example FlatGeobuf export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

A(z) FlatGeobuf formátumról

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.

Milyen program nyitja meg a(z) FlatGeobuf fájlokat

A következő programok és alkalmazások képesek megnyitni, szerkeszteni és kezelni az OSM2CDR-ből exportált FlatGeobuf (FGB) (.fgb) fájlokat:

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

Format specifications

Ki használ FlatGeobuf térképeket

🏗
Felhőalapú térinformatika
The layer sits in object storage and is read directly, with no database and no geoserver.
💻
Térbeli adatok streamelése
The client fetches only the features in the visible area — thanks to the index and range requests.
📊
Webtérképek
A vector source for MapLibre, deck.gl and Leaflet that loads faster than an equivalent GeoJSON.
🎨
Nagy adathalmazok
Hundreds of thousands of features in one file, without the shapefile's limits on size and field names.
🗺
Kiszolgáló nélküli architektúra
A static file instead of an API: nothing to stand up and nothing to maintain.

Hogyan exportáljon FlatGeobuf formátumba

1
Terület kijelölése
Rajzoljon egy téglalapot vagy sokszöget az interaktív térképen az osm2cdr.ru oldalon
2
FlatGeobuf kiválasztása
Válassza ki a(z) FlatGeobuf (FGB) formátumot a 127 elérhető exportformátum listájából
3
Exportálás
Kattintson az Exportálás gombra, és 1-5 percen belül megkapja a(z) .fgb fájlt
4
Letöltés
Töltse le a kész FlatGeobuf fájlt, és nyissa meg a(z) QGIS programban

Hogyan nyissa meg az exportálás után

Népszerű térképek FlatGeobuf formátumban

Ingyenes

Szerezzen be FlatGeobuf (FGB) térképexportokat

Töltsön le professzionális FlatGeobuf térképeket az OpenStreetMap adataiból. Azonnali generálás, bármilyen terület.

Ingyenes / export
FlatGeobuf exportálása most →

Gyakran feltett kérdések

Miért jobb a FlatGeobuf a GeoJSON-nál?
Megnyitható a FlatGeobuf a QGIS-ben?
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?

Kapcsolódó formátumok

Gyakran együtt exportálva

Related Articles