GeoJSON-Seq 📋

GeoJSON Sequences (Newline-delimited)

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

GeoJSON-Seq is een regelgescheiden variant van GeoJSON waarbij elke regel een afzonderlijke Feature is. Ideaal voor streaming, logging en big-data-pipelines.

GeoJSON-Seq nu exporteren ✨ Open bèta — gratis, zonder limieten

Belangrijkste functies

Regelgescheiden formaat
Streamverwerking
Eenvoudig te parsen
Compatibel met ndjson
Example GeoJSON-Seq export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Over het GeoJSON-Seq-formaat

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.

Welk programma opent GeoJSON-Seq-bestanden

De volgende programma's en toepassingen kunnen GeoJSON Sequences (Newline-delimited)-bestanden (.geojsonl) die uit OSM2CDR zijn geëxporteerd openen, bewerken en verwerken:

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

Format specifications

Wie gebruikt GeoJSON-Seq-kaarten

🏗
Streamverwerking
The file is read line by line, so memory does not depend on the size of the export.
💻
Big data-pijplijnen
A ready input for Spark, Kafka and tippecanoe, where data comes as a stream of records.
📊
Logging
Records are appended to the end and move on down the line as they arrive.
🎨
Verwerking met jq/ndjson
Every line is a self-contained JSON, so the usual command line utilities work with no adaptation.
🗺
ETL-workflows
Splitting, filtering and loading in batches are done with standard tools, without intermediate conversions.

GeoJSON-Seq exporteren

1
Gebied selecteren
Teken een rechthoek of polygoon op de interactieve kaart op osm2cdr.ru
2
GeoJSON-Seq kiezen
Selecteer GeoJSON Sequences (Newline-delimited) uit de lijst van 127 beschikbare exportformaten
3
Exporteren
Klik op Exporteren en ontvang uw .geojsonl-bestand binnen 1-5 minuten
4
Downloaden
Download het gerede GeoJSON-Seq-bestand en open het in jq

Openen na de export

Populaire kaarten in GeoJSON-Seq

Free

Ontvang GeoJSON Sequences (Newline-delimited)-kaartexports

Download professionele GeoJSON-Seq-kaarten van OpenStreetMap. Directe generatie, elk gebied.

Gratis / export
GeoJSON-Seq nu exporteren →

Veelgestelde vragen

Wat is het verschil tussen GeoJSON-Seq en GeoJSON?
Waar wordt GeoJSON-Seq gebruikt?
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?

Verwante formaten

Vaak samen geëxporteerd

Related Articles