GeoJSON-Seq 📋

GeoJSON Sequences (Newline-delimited)

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

GeoJSON-Seq، GeoJSON کی ایک سطر بہ سطر منقسم قسم ہے جہاں ہر سطر ایک علیحدہ فیچر ہوتی ہے۔ سٹریمنگ، لاگنگ اور بگ ڈیٹا پائپ لائنز کے لیے بہترین۔

ابھی 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 چنیں
127 دستیاب برآمدی فارمیٹس کی فہرست سے GeoJSON Sequences (Newline-delimited) منتخب کریں
3
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .geojsonl فائل حاصل کریں
4
ڈاؤن لوڈ
تیار GeoJSON-Seq فائل ڈاؤن لوڈ کریں اور اسے jq میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

GeoJSON-Seq میں مقبول نقشے

مفت

GeoJSON Sequences (Newline-delimited) نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ GeoJSON-Seq نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی 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