GeoJSON-Seq 📋

GeoJSON Sequences (Newline-delimited)

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

GeoJSON-Seq je řádkově oddělená varianta GeoJSON, kde každý řádek je samostatný objekt Feature. Ideální pro streamování, logování a pipeline velkých dat.

Exportovat GeoJSON-Seq hned ✨ Otevřená beta — zdarma, bez omezení

Klíčové vlastnosti

Řádkově oddělený formát
Proudové zpracování
Jednoduché parsování
Kompatibilní s ndjson
Example GeoJSON-Seq export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

O formátu 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.

Jaký program otevírá soubory GeoJSON-Seq

Následující programy a aplikace dokážou otevřít, upravit a zpracovat soubory GeoJSON Sequences (Newline-delimited) (.geojsonl) exportované z OSM2CDR:

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

Format specifications

Kdo používá mapy GeoJSON-Seq

🏗
Proudové zpracování
The file is read line by line, so memory does not depend on the size of the export.
💻
Pipeline velkých dat
A ready input for Spark, Kafka and tippecanoe, where data comes as a stream of records.
📊
Logování
Records are appended to the end and move on down the line as they arrive.
🎨
Zpracování jq/ndjson
Every line is a self-contained JSON, so the usual command line utilities work with no adaptation.
🗺
Pracovní postupy ETL
Splitting, filtering and loading in batches are done with standard tools, without intermediate conversions.

Jak exportovat GeoJSON-Seq

1
Vyberte oblast
Nakreslete obdélník nebo polygon na interaktivní mapě na osm2cdr.ru
2
Zvolte GeoJSON-Seq
Vyberte GeoJSON Sequences (Newline-delimited) ze seznamu 127 dostupných exportních formátů
3
Export
Klikněte na Exportovat a obdržíte soubor .geojsonl během 1–5 minut
4
Stáhnout
Stáhněte si hotový soubor GeoJSON-Seq a otevřete jej v jq

Jak soubor otevřít po exportu

Oblíbené mapy ve formátu GeoJSON-Seq

Zdarma

Získejte mapové exporty ve formátu GeoJSON Sequences (Newline-delimited)

Stáhněte si profesionální mapy GeoJSON-Seq z OpenStreetMap. Okamžité generování, libovolná oblast.

Zdarma / export
Exportovat GeoJSON-Seq hned →

Časté dotazy

Čím se GeoJSON-Seq liší od GeoJSON?
Kde se GeoJSON-Seq používá?
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?

GeoJSON-Seq guides and tutorials

Související formáty

Často exportováno společně

Related Articles