diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-04 20:48:39 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-04 20:48:39 +1000 |
commit | deffe3e80b786f5782c6915e3adabf855bd54ac4 (patch) | |
tree | 23bd569e18dc64b07ce9204eb67a929776d57e2f /upload/README.md | |
parent | 7f59a0a9a9a8d3a739a08bbb0336fbf9aaf8b85d (diff) |
directly commit upload.py as some local changes were made
Diffstat (limited to 'upload/README.md')
-rw-r--r-- | upload/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/upload/README.md b/upload/README.md new file mode 100644 index 0000000..6cafa2d --- /dev/null +++ b/upload/README.md @@ -0,0 +1,7 @@ +## Clone/improvements for Openstreetmap CLI upload tools + +This is a copy of Openstreetmap tools documented at https://wiki.openstreetmap.org/wiki/Upload.py +I plan to support them working good enough for my own needs, first by fixing problems with deprecation, then by +error fixing. Maybe new features will come later. + +The scripts need Python 3, and should use HTTPS API access method. |