Esri JSON 🌎

Esri JSON (ArcGIS REST API)

Open Beta
.json · application/json

Esri JSON is the vector feature serialization format of the ArcGIS REST API (Esri, since 2008): an alternative to GeoJSON spoken by the entire ArcGIS stack — ArcGIS Online, ArcGIS Pro, the JavaScript API, Survey123, Dashboards. It differs from GeoJSON: geometry is encoded through x/y, paths and rings, polygon outer rings run clockwise, the coordinate system is given by a numeric wkid, and attributes live in a typed fields schema. Our exporter writes the selected OSM layers as Esri JSON in WGS84 (wkid 4326) through the GDAL ESRIJSON driver; a single layer yields a .json file, multiple layers are packed into a ZIP. This is a static file for one-time ingestion into ArcGIS, not a live feature service — no paging, no applyEdits.

Esri JSON ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் ✨ திறந்த பீட்டா — இலவசம், வரம்புகள் இல்லை

முக்கிய அம்சங்கள்

Esri geometry: x/y points, paths for lines, rings for polygons
Typed fields attribute schema with alias names
Coordinate system via spatialReference wkid (4326 by default)
Single layer — a .json file, multiple layers — a ZIP archive
Output through the GDAL ESRIJSON driver with a manual fallback

Esri JSON வடிவம் பற்றி

Esri JSON is what the ArcGIS stack uses to exchange vector features over the network. ArcGIS Server and ArcGIS Online REST services return it, and ArcGIS Pro, the ArcGIS JavaScript API, Dashboards, Survey123 and FME all understand it. ArcGIS has read GeoJSON for a long time, but this format has remained the platform's internal language.

The export is for those who live inside the Esri ecosystem: OpenStreetMap data lands in a corporate map with no intermediate conversions, and a client who asks for "the ArcGIS format" gets exactly what they expect.

The file contains the map layers translated by the GDAL ESRIJSON driver. Geometry follows Esri's rules: points as x/y, lines as paths, polygons as rings. The coordinate system is WGS84, and its number (wkid 4326) is written into spatialReference so that ArcGIS puts the data in the right place immediately. OpenStreetMap attributes go into a typed fields schema with alias names, so the attribute table looks meaningful. One layer means one .json, several layers mean a ZIP archive.

The limitation is an honest one: this is a static snapshot of the data at export time, not a live feature service. There is no paging, no queries and no editing through applyEdits in a file, and there cannot be.

Esri JSON கோப்புகளை எந்த நிரல் திறக்கிறது

OSM2CDR இலிருந்து ஏற்றுமதி செய்யப்பட்ட Esri JSON (ArcGIS REST API) (.json) கோப்புகளைப் பின்வரும் நிரல்களும் பயன்பாடுகளும் திறக்கலாம், திருத்தலாம் மற்றும் அவற்றுடன் வேலை செய்யலாம்:

🌎ArcGIS Pro 🌎ArcGIS Online 🌎QGIS 💻ogr2ogr (GDAL) 💻FME

Format specifications

Esri JSON வரைபடங்களை யார் பயன்படுத்துகிறார்கள்

🏗
Loading OSM data into ArcGIS Online as a hosted feature layer via «Add Item»
The file is uploaded through Add Item and published as a hosted layer — the data is immediately available to the organization's web maps and apps.
💻
Importing into ArcGIS Pro as a source for a map or analysis
A ready source for maps and geoprocessing, with no intermediate conversion to Shapefile.
📊
Feeding ETL pipelines and BI tools with a native ArcGIS connector
The standard input for FME readers and BI tools with a native ArcGIS connector.
🎨
Handing a selection to a customer working entirely in the Esri ecosystem
A format that an Esri-based organization opens without questions or extra explanations.

Esri JSON ஐ எவ்வாறு ஏற்றுமதி செய்வது

1
பகுதியைத் தேர்ந்தெடுங்கள்
osm2cdr.ru இல் உள்ள ஊடாடும் வரைபடத்தில் ஒரு செவ்வகம் அல்லது பலகோணத்தை வரையுங்கள்
2
Esri JSON ஐத் தேர்வுசெய்யுங்கள்
கிடைக்கும் 127 ஏற்றுமதி வடிவங்களின் பட்டியலிலிருந்து Esri JSON (ArcGIS REST API) ஐத் தேர்ந்தெடுங்கள்
3
ஏற்றுமதி
ஏற்றுமதி என்பதைக் கிளிக் செய்து 1-5 நிமிடங்களில் உங்கள் .json கோப்பைப் பெறுங்கள்
4
பதிவிறக்கம்
தயாரான Esri JSON கோப்பைப் பதிவிறக்கம் செய்து அதை ArcGIS Pro இல் திறக்கவும்

ஏற்றுமதிக்குப் பிறகு எப்படித் திறப்பது

Esri JSON இல் பிரபலமான வரைபடங்கள்

இலவசம்

Esri JSON (ArcGIS REST API) வரைபட ஏற்றுமதிகளைப் பெறுங்கள்

OpenStreetMap இலிருந்து தொழில்முறை Esri JSON வரைபடங்களைப் பதிவிறக்கம் செய்யுங்கள். உடனடி உருவாக்கம், எந்தப் பகுதியும்.

இலவசம் / ஏற்றுமதி
Esri JSON ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் →

அடிக்கடி கேட்கப்படும் கேள்விகள்

How does Esri JSON differ from GeoJSON?
Is this a full feature service?
Which coordinate system is the result in?
What happens when exporting several layers?
Do I need an ArcGIS license to open the file?
Are OpenStreetMap tags preserved?

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

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

Related Articles