GeoJSON-Seq 📋

GeoJSON Sequences (Newline-delimited)

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

GeoJSON-Seq-ն GeoJSON-ի տողատված տարբերակն է, որտեղ յուրաքանչյուր տող առանձին Feature է։ Իդեալական է հոսքի, գրանցման և մեծ տվյալների հոսքագծերի համար։

Արտահանել GeoJSON-Seq հիմա ✨ Open Beta — անվճար, առանց սահմանափակումների

Հիմնական հատկություններ

Տողատված ձևաչափ
Հոսքի մշակում
Պարզ վերլուծում
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
Ցանկից ընտրեք GeoJSON Sequences (Newline-delimited)՝ արտահանման 127 հասանելի ֆորմատներից։
3
Արտահանում
Սեղմեք «Արտահանել» և ստացեք ձեր .geojsonl ֆայլը 1–5 րոպեում։
4
Ներբեռնում
Ներբեռնեք պատրաստ GeoJSON-Seq ֆայլը և բացեք այն jq-ում

Ինչպես բացել արտահանումից հետո

Հանրաճանաչ քարտեզներ GeoJSON-Seq ֆորմատով

Անվճար

Ստացեք GeoJSON Sequences (Newline-delimited) քարտեզի արտահանումներ

Ներբեռնեք պրոֆեսիոնալ GeoJSON-Seq քարտեզներ OpenStreetMap-ից։ Ակնթարթային ստեղծում՝ ցանկացած տարածքի համար։

Անվճար / արտահանում
Արտահանել 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