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