Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvexel/04to05
Copy of the 04to05.pl script from OSM SVN
https://github.com/mvexel/04to05
Last synced: 24 days ago
JSON representation
Copy of the 04to05.pl script from OSM SVN
- Host: GitHub
- URL: https://github.com/mvexel/04to05
- Owner: mvexel
- Created: 2017-01-24T22:03:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T22:10:06.000Z (almost 8 years ago)
- Last Synced: 2024-10-21T23:08:54.115Z (2 months ago)
- Language: Perl
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The original script is [here](http://svn.openstreetmap.org/applications/utils/conv05/04to05.pl).
Original README:
```
API 0.4->0.5 and 0.5->0.4 Conversion Scripts
============================================These scripts convert v0.4 OSM files to v0.5 and vice versa. They take input
from stdin and print the converted file to stdout:$ ./04to05.pl new.osm
04to05.pl should be able to convert JOSM's action attribute, so you can
probably hand it a OSM files with modifications saved from JOSM that you can
upload to the 0.5 server.
```