# real-changesets-parser **Repository Path**: mirrors_mapbox/real-changesets-parser ## Basic Information - **Project Name**: real-changesets-parser - **Description**: Convert JSONs returned by osm-adiff-parser to proper geojsons - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ⚠️ This repo is archived because it is no longer used and no stacks are running. Previously used only in transferred and discontinued mapbox/osmcha project. Shutdown [ticket in Jira](https://mapbox.atlassian.net/browse/RTSR-479) for reference. --- Convert JSONs returned by [osm-adiff-parser](https://github.com/mapbox/osm-adiff-parser) to proper geojsons. **Setup** ```sh npm install --save real-changesets-parser ``` **Usage** ```js var changesetParser = require('real-changesets-parser'); changestParser(json) // => geojson ```