Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewharvey/osm-get-user-changeset-metadata
Script to download OSM changeset metadata for a user
https://github.com/andrewharvey/osm-get-user-changeset-metadata
openstreetmap
Last synced: 24 days ago
JSON representation
Script to download OSM changeset metadata for a user
- Host: GitHub
- URL: https://github.com/andrewharvey/osm-get-user-changeset-metadata
- Owner: andrewharvey
- Created: 2017-10-19T22:45:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T03:16:15.000Z (over 1 year ago)
- Last Synced: 2024-12-07T10:21:47.846Z (about 1 month ago)
- Topics: openstreetmap
- Language: Shell
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osm-get-user-changeset-metadata
This script will download the changeset metadata from all changesets made by a named OpenStreetMap user.
## Prerequisites
- bash
- wget
- xmllint## Usage
./osm_get_user_changeset_metadata.sh
This will create a new directory structure:
- /user.xml (user data)
- /.xml (one file for each page of 100 changesets ordered by date, so for example with 1.xml containing the most recent changes)