GeoJSON-Seq 📋

GeoJSON Sequences (Newline-delimited)

Open Beta
.geojsonl · application/geo+json-seq

GeoJSON-Seq는 각 줄이 별도의 Feature로 구성되는 줄 단위 구분 방식의 GeoJSON 변형입니다. 스트리밍, 로깅, 빅데이터 파이프라인에 이상적입니다.

지금 GeoJSON-Seq 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

줄 단위 구분 형식
스트림 처리
간단한 파싱
ndjson 호환
Example GeoJSON-Seq export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

GeoJSON-Seq 형식 소개

GeoJSON-Seq (RFC 8142) is the same GeoJSON laid out line by line: one line is one whole feature. There is no common FeatureCollection wrapper, which means you do not have to read the entire file to get to the first feature.

This is a pipeline format. Such files are read line by line and processed as a stream: filtered with jq, fed to tippecanoe to build vector tiles, poured into Kafka or Spark, cut into pieces by line count. Memory usage does not depend on the size of the export.

The output is a single .geojsonl with the features of all the selected layers written one after another. Each has a _layer property with the name of its source layer, OpenStreetMap attributes are preserved, and coordinates are WGS84 (EPSG:4326) with six decimal places.

The format is good at exactly what ordinary GeoJSON is bad at on large volumes, and vice versa: you cannot put a .geojsonl straight into Leaflet — the lines are first assembled into a FeatureCollection or processed as a stream.

GeoJSON-Seq 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 GeoJSON Sequences (Newline-delimited)(.geojsonl) 파일을 열고 편집하고 작업할 수 있습니다:

💻jq 💻ndjson-cli 💻Tippecanoe 💻GDAL/OGR 💻Python (json) 💻Node.js

Format specifications

GeoJSON-Seq 지도 사용자

🏗
스트림 처리
The file is read line by line, so memory does not depend on the size of the export.
💻
빅데이터 파이프라인
A ready input for Spark, Kafka and tippecanoe, where data comes as a stream of records.
📊
로깅
Records are appended to the end and move on down the line as they arrive.
🎨
jq/ndjson 처리
Every line is a self-contained JSON, so the usual command line utilities work with no adaptation.
🗺
ETL 워크플로
Splitting, filtering and loading in batches are done with standard tools, without intermediate conversions.

GeoJSON-Seq 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
GeoJSON-Seq 선택
사용 가능한 127가지 내보내기 형식 목록에서 GeoJSON Sequences (Newline-delimited)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .geojsonl 파일을 받습니다
4
다운로드
완성된 GeoJSON-Seq 파일을 다운로드하여 jq에서 여세요

내보낸 뒤 여는 방법

GeoJSON-Seq 형식의 인기 지도

무료

GeoJSON Sequences (Newline-delimited) 지도 내보내기 받기

OpenStreetMap에서 전문가용 GeoJSON-Seq 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 GeoJSON-Seq 내보내기 →

자주 묻는 질문

GeoJSON-Seq는 GeoJSON과 어떻게 다른가요?
GeoJSON-Seq는 어디에 쓰이나요?
How is .geojsonl different from .ndjson and .geojsons?
How do I tell which layer a feature came from?
Can such a file be opened straight in a browser map?

관련 형식

함께 자주 내보내는 형식

Related Articles