GeoJSON-Seq 📋

GeoJSON Sequences (Newline-delimited)

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

A GeoJSON-Seq a GeoJSON sortörésekkel tagolt változata, amelyben minden sor egy külön Feature. Ideális adatfolyamokhoz, naplózáshoz és Big Data feldolgozási folyamatokhoz.

GeoJSON-Seq exportálása most ✨ Nyílt béta — ingyenes, korlátozás nélkül

Fő jellemzők

Sortörésekkel tagolt formátum
Adatfolyam-feldolgozás
Egyszerű elemzés
ndjson-kompatibilis
Example GeoJSON-Seq export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

A(z) GeoJSON-Seq formátumról

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.

Milyen program nyitja meg a(z) GeoJSON-Seq fájlokat

A következő programok és alkalmazások képesek megnyitni, szerkeszteni és kezelni az OSM2CDR-ből exportált GeoJSON Sequences (Newline-delimited) (.geojsonl) fájlokat:

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

Format specifications

Ki használ GeoJSON-Seq térképeket

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

Hogyan exportáljon GeoJSON-Seq formátumba

1
Terület kijelölése
Rajzoljon egy téglalapot vagy sokszöget az interaktív térképen az osm2cdr.ru oldalon
2
GeoJSON-Seq kiválasztása
Válassza ki a(z) GeoJSON Sequences (Newline-delimited) formátumot a 127 elérhető exportformátum listájából
3
Exportálás
Kattintson az Exportálás gombra, és 1-5 percen belül megkapja a(z) .geojsonl fájlt
4
Letöltés
Töltse le a kész GeoJSON-Seq fájlt, és nyissa meg a(z) jq programban

Hogyan nyissa meg az exportálás után

Népszerű térképek GeoJSON-Seq formátumban

Ingyenes

Szerezzen be GeoJSON Sequences (Newline-delimited) térképexportokat

Töltsön le professzionális GeoJSON-Seq térképeket az OpenStreetMap adataiból. Azonnali generálás, bármilyen terület.

Ingyenes / export
GeoJSON-Seq exportálása most →

Gyakran feltett kérdések

Miben különbözik a GeoJSON-Seq a GeoJSON-tól?
Hol használatos a 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?

Kapcsolódó formátumok

Gyakran együtt exportálva

Related Articles