{"id":22051410,"url":"https://github.com/osmberlin/osm-tag-updater","last_synced_at":"2025-08-26T01:19:24.967Z","repository":{"id":63045071,"uuid":"562400463","full_name":"osmberlin/osm-tag-updater","owner":"osmberlin","description":"A helper to update the OSM `parking:lane`-schema to the new (Dez 2022) `parking`-schema","archived":false,"fork":false,"pushed_at":"2023-05-01T18:44:31.000Z","size":8250,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-09T02:23:43.190Z","etag":null,"topics":["openstreetmap","parking"],"latest_commit_sha":null,"homepage":"https://osmberlin.github.io/osm-tag-updater/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osmberlin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-06T09:28:47.000Z","updated_at":"2025-01-17T05:38:56.000Z","dependencies_parsed_at":"2025-05-09T02:20:48.466Z","dependency_job_id":"d3788de1-fbe8-43ac-a383-cb0862782679","html_url":"https://github.com/osmberlin/osm-tag-updater","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osmberlin/osm-tag-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-tag-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-tag-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-tag-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-tag-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osmberlin","download_url":"https://codeload.github.com/osmberlin/osm-tag-updater/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-tag-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272156399,"owners_count":24883226,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["openstreetmap","parking"],"created_at":"2024-11-30T15:08:57.485Z","updated_at":"2025-08-26T01:19:24.947Z","avatar_url":"https://github.com/osmberlin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSM Tag Updater\n\nThe general idea is, to build a tool that will help mappers to update deprecated tags in a reagion they know.\n\n## OSM `parking:lane` schema update\n\nThe concrete use case is to provide a tool tool that helps with updating the parking lane data, following the [street parking revision proposal](https://wiki.openstreetmap.org/wiki/Proposed_features/street_parking_revision).\n\n## App\n\nhttps://osmberlin.github.io/osm-tag-updater/\n\n# Development\n\nThis is a plain Typescript React App using Vite.\n\n- Vite for development and build\n- Vitest for tests\n- Tailwind CSS, Tailwind UI, Headless UI and Heroicon for styling\n- Prettier, ESLint, Editorconfig for code formatting\n- Tanstack Query for fetching https://tanstack.com/query/v4\n- react hook form for Forms\n  - General TS Docs https://react-hook-form.com/get-started#TypeScript\n  - Validation example https://github.com/react-hook-form/react-hook-form/blob/master/examples/V7/validationOnFieldChange.tsx\n  - useFieldArray for the dynamic field list https://react-hook-form.com/api/usefieldarray\n- Husky runs our checks on push. Use `git push --no-verify` to force-skip them.\n- [Docs](https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_key_values) to find good Keyboard Shortcuts\n\n# OSM Schema\n\nOld vs. new schema docs https://wiki.openstreetmap.org/wiki/Proposed_features/street_parking_revision#Dictionary:_old_vs._new_tags\n\n# Minimum Viable Products (MVPs)\n\nA very rough outline of possible MVP releases. Each MVP has a feasable workflow to use the tool to update the given tagging. However, the mapping UX becomes better with each MVP\n\n`WIP` (work in progress) features are already part of the prototype in some form.\n\n## MVP 1 – WIP\n\n- DONE – Online tool that takes a list of tags (one Textfield) and transposes them to the new tags (second Textfield)\n- DONE – Transposed tags need to be copied to an editor manually\n- PLANNED – A MapRoulette challenge with custom description part that holds a link to the tool\n\n_Workflow:_\n\nMapRoulette =\u003e Tool =\u003e Tags (Clipboard)\u003cbr /\u003e\nSeparate: Editor =\u003e Find ways again =\u003e Update tags there\n\n(Data preparation for MapRoulette requires quite a bit preprocessing.)\n\n## MVP 2 – WIP\n\n- DONE – The tool can be opened with a OSM ID and transposes those\n- PLANNED – Mappers can then open iD / JOSM from there\n- PLANNED – Now we could use this tools URL in a MapRoulette challenge as primary editor.\n\n_Workflow:_\n\nMapRoulette =\u003e Tool =\u003e New tags (Clipboard) =\u003e Editor =\u003e Update tags there\n\n## MVP 3\n\n- The tool can list OSM ways in a BBox\n\n_Workflow:_\n\nTool =\u003e New tags =\u003e Editor =\u003e Update tags there\n\n## MVP 4\n\n- Tool can update OSM\n\n_Workflow:_\n\nTool =\u003e New tags =\u003e Editor =\u003e Save new tags\n\n## MVP 5\n\n- Tool can show map per way to make UX better\n\n_Workflow:_\n\nSame\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmberlin%2Fosm-tag-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosmberlin%2Fosm-tag-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmberlin%2Fosm-tag-updater/lists"}