Installation
The latest release can be installed from the pypi repository with:
$ pip install naptan
Dependencies
The current dependencies are:
| package | version | for |
|---|---|---|
| typing | Type hinting (only if python version < 3.5). | |
| pandas | Reading, manipulating and returning the data. | |
| requests | Fetching the data from the government's API. | |
| folium | >=0.9.0 | Generating maps. |
| pyproj | >=2.0.0 | Coordinate conversion as a precursor to mapping. |