OpenStreetMap To Sandbox
This is a script to download data from OSM API and upload it to the mapping sandbox.
Note that it clears all data in the sandbox beforehand. NEVER change endpoint addresses in the script.
Installation
pip install --user osm-to-sandbox
Usage
Open the bounding box tool, draw a box, choose "CSV" format below, and copy the numbers. Then do:
osm_to_sandbox 1.2,3.4,5.6,7.8
Where numbers are your bbox. The script would download the data from both servers, and then it would ask you for your login and password to the Sandbox. Get these here. Then it would start doing its uploading work.
Author
Written by Ilya Zverev, published under ISC license.