{"id":15667705,"url":"https://github.com/PhilippRigoll/osmapy","last_synced_at":"2025-10-14T05:31:40.451Z","repository":{"id":45316029,"uuid":"269137553","full_name":"PhilippRigoll/osmapy","owner":"PhilippRigoll","description":"Osmapy - Python Editor for OpenStreetMap","archived":false,"fork":false,"pushed_at":"2021-12-21T18:55:13.000Z","size":934,"stargazers_count":31,"open_issues_count":8,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-13T15:17:37.530Z","etag":null,"topics":["editor","mapping-tools","openstreetmap","osmapy","pyside2","python3","qt5"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhilippRigoll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-03T16:21:12.000Z","updated_at":"2024-03-23T09:30:03.000Z","dependencies_parsed_at":"2022-08-28T13:52:11.837Z","dependency_job_id":null,"html_url":"https://github.com/PhilippRigoll/osmapy","commit_stats":null,"previous_names":["philipprigoll/posm"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippRigoll%2Fosmapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippRigoll%2Fosmapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippRigoll%2Fosmapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippRigoll%2Fosmapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilippRigoll","download_url":"https://codeload.github.com/PhilippRigoll/osmapy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236451125,"owners_count":19150805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","mapping-tools","openstreetmap","osmapy","pyside2","python3","qt5"],"created_at":"2024-10-03T14:04:58.702Z","updated_at":"2025-10-14T05:31:35.043Z","avatar_url":"https://github.com/PhilippRigoll.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Osmapy - Python Editor for OpenStreetMap Data\n\n![Logo](osmapy/assets/appicon.png)\n\nMay I introduce you to __Osmapy__, the Editor for [OpenStreetMap](https://www.openstreetmap.org) data written in Python.\nThis should become the new state of the art editor for OpenStreetMap.\nIn contrast to the other common OSM editors this editor is based on Python.\nPython is modern, has a huge user base and is battery-included.\nThis allows everyone to contribute to this project.\nOsmapy uses the widespread, powerful and freshly-looking Qt-framework.\n\n*OpenStreetMap and the OpenStreetMap Logo are a trademarks of the OpenStreetMap Foundation, and are used with their permission. Osmapy is not endorsed by or affiliated with the OpenStreetMap Foundation.  \nThe Python Logo is a trademarks of the Python Software Foundation, and is used with their permission. Osmapy is not endorsed by or affiliated with the Python Software Foundation.*\n\n![example](examples/example.png)\n\n![example](examples/example2.png)\n\nCurrently Osmapy is more like a prove of concept than a full fledged editor.\nBut it can already be used to modify OSM nodes.\n\n## Features\nThe following Features are already implemented:\n * Interface to Slippy Tiles\n    * LiFo queue to load the most needed tiles first\n    * Multiple workers to download tiles\n    * Caching\n    * Easy configuration to chose tile servers\n * Layers\n    * Multi-Layer support\n    * Change layer order by Drag'n'Drop\n    * Change the opacity of layers\n * GPX files\n    * GPX files are easily loaded by Drag'n'Drop\n * OSM objects modification\n    * Create / Modify / Delete OSM nodes\n    * Add / Change / Remove Tags\n    * Precise node moving with the arrow keys\n    * Upload your changes to the OSM server\n * Adaptive appearance\n    * All the tool windows can be moved around freely\n * Easy configuration\n    * Just one YAML file must be modified\n\n## Installation\n\nThe editor can be easily installed using pip:\n```\npip3 install osmapy\n``` \n\nAfter installation run in the commandline:\n```\nosmapy\n```\n\n\u003e :warning: **Windows**  \n\u003e Python must be added to your PATH variable. If you have not chosen to do this while the installation of Python.\n\u003e You have two options to achieve this:  \n\u003e 1. Re-run the Python installer, select Modify, go to the next tab and enable the option \"Add Python to environment variables\"\n\u003e 2. Manually modify the PATH variable and add the path where osmapy is installed. In the most cases that's something like\n\u003e `C:\\Users\\USERNAME\\AppData\\Local\\Programs\\Python\\Python38-32\\Scripts\\`. \n\n\u003e :warning: **Windows**  \n\u003e Maybe you have to install the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/) on Windows.\n\u003e If the installation of Osmapy fails while installing numpy this is suggested by the error message.\n\n\n## Development and Testing\n\nPlease use the [sandbox API](https://master.apis.dev.openstreetmap.org) for development and testing. You can set the API url in the configuration file.\n```\nosm_api_url: https://master.apis.dev.openstreetmap.org\n```\n    \n## Small User Hints\n\n - Move around: Right mouse button + Mouse Move\n - Zooming: Mousewheel\n - After zooming in you can click on \"Load Elements\" to load the OSM elements in the visible area\n - Select Node with right click\n - Move selected Node with arrow keys\n - Remove OSM tag: click on the key of the tag\n - Drop GPX file into window to load it\n \n# Contributing\nAll contributions are welcome!\n\n# License\nThis software is released under the terms of the [GNU General Public License v3.0](LICENSE).\n\nThe [presets](https://github.com/PhilippRigoll/Presets) used are a fork of the [iD editor](https://github.com/openstreetmap/iD) presets. The presets are under the [ISC License](https://github.com/PhilippRigoll/Presets/blob/master/LICENSE.md).\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhilippRigoll%2Fosmapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPhilippRigoll%2Fosmapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhilippRigoll%2Fosmapy/lists"}