GeoJSON-Seq 📋

GeoJSON Sequences (Newline-delimited)

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

GeoJSON-Seq అనేది GeoJSON యొక్క లైన్-విభజిత రకం, ఇందులో ప్రతి లైన్ ఒక విడి Feature. స్ట్రీమింగ్, లాగింగ్ మరియు పెద్ద డేటా పైప్‌లైన్‌ల కోసం అనువైనది.

ఇప్పుడే 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
ఎగుమతి
'ఎగుమతి' క్లిక్ చేసి మీ .geojsonl ఫైల్‌ను 1-5 నిమిషాల్లో అందుకోండి
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?

GeoJSON-Seq guides and tutorials

సంబంధిత ఫార్మాట్‌లు

తరచుగా కలిసి ఎగుమతి చేయబడేవి

Related Articles