This library is useful to download bus stop from OSM. Is the Python version about MagicWrap, actually is work in progress.
The main objective is to simplify the use of Overpass API to download points of interest.
The package contains other utils function like functions to switch from lat/lon to tile coordinates.
- Download .zip
- From terminal or Anaconda prompt go into the folder where is your file
- Write
pip install magicsearch-master.zip
import magicsearch as ms
ms.__version__
Download the bus stops in Milan
from magicsearch.magicwrap import poiWrapper
milan = poiWrapper(city="Milano")
my_bus_stops = milan.download()
If you use my code in your research, mention this project.
@misc{MagicSearch,
author = {Nicola Procopio},
title = {magicsearch},
howpublished = {\url{https://github.com/MagicBusApp/magicsearch/}},
year = {2020}
}
Quest'opera è distribuita con Licenza Creative Commons Attribution-ShareAlike 2.0 General.