FlatGeobuf

FlatGeobuf (FGB)

Open Beta
.fgb · application/flatgeobuf

Το FlatGeobuf είναι μια δυαδική μορφή υψηλών επιδόσεων για γεωδεδομένα βασισμένη στα FlatBuffers. Βελτιστοποιημένη για ροές εργασίας cloud-native και αιτήματα εύρους HTTP. Ενσωματωμένο χωρικό ευρετήριο για άμεση πρόσβαση σε οποιοδήποτε τμήμα του χάρτη.

Εξαγωγή FlatGeobuf τώρα ✨ Open Beta — δωρεάν, χωρίς όρια

Βασικά χαρακτηριστικά

Συμπαγής δυαδική μορφή
Ενσωματωμένο χωρικό ευρετήριο
Αιτήματα 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

Τα ακόλουθα προγράμματα και εφαρμογές μπορούν να ανοίξουν, να επεξεργαστούν και να εργαστούν με αρχεία FlatGeobuf (FGB) (.fgb) που έχουν εξαχθεί από το OSM2CDR:

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

Format specifications

Ποιοι χρησιμοποιούν χάρτες FlatGeobuf

🏗
GIS στο cloud
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.
🗺
Αρχιτεκτονική serverless
A static file instead of an API: nothing to stand up and nothing to maintain.

Πώς να εξαγάγετε FlatGeobuf

1
Επιλογή περιοχής
Σχεδιάστε ένα ορθογώνιο ή πολύγωνο στον διαδραστικό χάρτη στο osm2cdr.ru
2
Επιλέξτε FlatGeobuf
Επιλέξτε FlatGeobuf (FGB) από τη λίστα με τις 127 διαθέσιμες μορφές εξαγωγής
3
Εξαγωγή
Κάντε κλικ στο «Εξαγωγή» και λάβετε το αρχείο σας .fgb σε 1-5 λεπτά
4
Λήψη
Κατεβάστε το έτοιμο αρχείο FlatGeobuf και ανοίξτε το στο QGIS

Πώς να το ανοίξετε μετά την εξαγωγή

Δημοφιλείς χάρτες σε FlatGeobuf

Δωρεάν

Αποκτήστε εξαγωγές χαρτών FlatGeobuf (FGB)

Κατεβάστε επαγγελματικούς χάρτες FlatGeobuf από το OpenStreetMap. Άμεση δημιουργία, για οποιαδήποτε περιοχή.

Δωρεάν / εξαγωγή
Εξαγωγή 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