Releases: mullinscr/naptan
Releases · mullinscr/naptan
Version 0.2.1
Changed:
- Created accompanying documentation site: https://mullinscr.github.io/naptan/
- Update to documentation require new pip release.
Version 0.2.0
Changed:
- Re-write of the package to enable ease of working with the returned NaPTAN data (data now returned as a pandas.DataFrame).
get_area_stops
now accepts a mix of numbers and strings
Added:
export_geojson
: export the stop data and its attributes as geoJSON file.create_map
: create a folium.Map object displaying the stops and some key attributes.view_map
: create the folium.Map as above, and display it in the browser.naptan.ATCO_CODES
: a package level variable to display the ATCO codes to area lookup table
Version 0.1.0
Initial release of naptan package.