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
ஏற்றுமதி
ஏற்றுமதி என்பதைக் கிளிக் செய்து 1-5 நிமிடங்களில் உங்கள் .geojsonl கோப்பைப் பெறுங்கள்
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?

தொடர்புடைய வடிவங்கள்

அடிக்கடி ஒன்றாக ஏற்றுமதி செய்யப்படுகிறது

Related Articles