https://github.com/docentyt/osmchange-generator-cli
OsmChange file generator useful for importing and updating data in OpenStreetMap.
https://github.com/docentyt/osmchange-generator-cli
geojson opensteetmap openstreetmap-data openstreetmap-import
Last synced: 4 months ago
JSON representation
OsmChange file generator useful for importing and updating data in OpenStreetMap.
- Host: GitHub
- URL: https://github.com/docentyt/osmchange-generator-cli
- Owner: docentYT
- License: mit
- Created: 2023-06-19T20:18:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T18:09:36.000Z (8 months ago)
- Last Synced: 2025-01-14T07:56:29.230Z (4 months ago)
- Topics: geojson, opensteetmap, openstreetmap-data, openstreetmap-import
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
OsmChange-generator-cli
OsmChange file generator useful for importing and updating data in OpenStreetMap.
In its current phase of development, the generator does not support relations. Data files must be in `.geojson` format.
# Installation
```
pip install osmchange-generator-cli
```# Usage
```
osmchange-generator (--log) (--create) (--delete) (--changeset-id)
```
## Help command with all arguments
```
osmchange-generator --help
```
## Example
```
osmchange-generator input_file.geojson osm_data.geojson out.osc ref --create --delete
```
(See [`example`](https://github.com/docentYT/OsmChange-generator-cli/tree/main/example) for generated file)