FlatGeobuf

FlatGeobuf (FGB)

Open Beta
.fgb · application/flatgeobuf

FlatGeobuf என்பது FlatBuffers அடிப்படையிலான புவித்தரவுக்கான உயர்-செயல்திறன் பைனரி வடிவம். கிளவுட்-நேட்டிவ் பணிப்பாய்வுகள் மற்றும் HTTP வரம்பு கோரிக்கைகளுக்கு உகந்தமயமாக்கப்பட்டது. எந்தவொரு வரைபடத் துண்டிற்கும் உடனடி அணுகலுக்கான உள்ளமைக்கப்பட்ட இடஞ்சார் அட்டவணை.

FlatGeobuf ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் ✨ திறந்த பீட்டா — இலவசம், வரம்புகள் இல்லை

முக்கிய அம்சங்கள்

பைனரி சிறிய வடிவம்
உள்ளமைக்கப்பட்ட இடஞ்சார் அட்டவணை
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 வரைபடங்களைப் பதிவிறக்கம் செய்யுங்கள். உடனடி உருவாக்கம், எந்தப் பகுதியும்.

இலவசம் / ஏற்றுமதி
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