An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

OsmChange-generator-cli



PyPI - License

PyPI


PyPI - Downloads


PyPI - Python Version


Me on OpenStreetMap

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)