A toolkit to download and upload the data from KartaView to Mapilio
Project description
MapSyncer
This repository provides a streamlined process for downloading user images from Kartaview and uploading them to Mapilio.
Please, follow the steps below to get started:
Workflow
The download command follows these steps below:
- Authenticate the user with OpenStreetMap (OSM) account via Kartaview.
- Get the list of sequences uploaded by the user.
- Download all images and metadata for each sequence.
- Authenticate for Mapilio.
- You can select the specific sequences you want to upload to Mapilio or all downloaded sequences.
- And the process ends successfully.
Don't worry, run.py will lead all this for you 💫.
Install dependencies
MapSyncer depends on the following libraries that need to be installed before building it.
- Mapilio Kit
In case you would like to follow the manual way you should install mapilio-kit manually.
- Exiftool
Pip Installation and Usage
You may simply install and use the MapSyncer by using these commands below;
# Installation
pip install mapsyncer
# CLI Usage
RunMapSyncer
Manual Installation
- Clone the MapSyncer repository:
git clone https://github.com/mapilio/MapSyncer.git
cd MapSyncer
- Create Virtualenv (Optional):
python -m venv mapsyncer_env
# Ubuntu
source mapsyncer_env/bin/activate
# Windows
mapsyncer_env/Scripts/activate
- Install the required dependencies:
pip install -r requirements.txt
Usage
The whole process will take place in one line
cd MapSyncer
python run.py
Then you can start the whole process by giving the folder path where you would like to download your images 💥.
Clean Up
If you need to remove and uninstall everything except images, please refer to the Clean Up instructions.
Contributing
If you encounter issues or have suggestions for improvements, please report them on the GitHub repository 🚀.
License
This project is licensed under the MIT License.
Contributions and Contact
Feel free to reach out GitHub Issues if you have any questions, contribution idea or need further assistance!
Mapilio is everywhere in the world! 🌍
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mapsyncer-0.0.8.tar.gz
.
File metadata
- Download URL: mapsyncer-0.0.8.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c53312534f46e660f211cbfcdb86ae30c7cb73d533f3e35cdbbb7ce8914f9231 |
|
MD5 | 62c6626aac9ab930c39759354340b28d |
|
BLAKE2b-256 | cd5a5f09ddd5a366cc9ddec6eb43af7296cdc00d9eacc1182659c86c64ab0dc5 |
File details
Details for the file mapsyncer-0.0.8-py2.py3-none-any.whl
.
File metadata
- Download URL: mapsyncer-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 37.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4679fafcdb8168168f95c29b68dbb1fbca1f8a299f93b86014afee702b297cbd |
|
MD5 | e90da45c6d995d672a56ac18d7b285c7 |
|
BLAKE2b-256 | 59d4072009aea4f3354ae94cb5155219b14c7a1785d1ae56af70c4172c81b8ad |