diff --git a/.ipynb_checkpoints/Playground-checkpoint.ipynb b/.ipynb_checkpoints/Playground-checkpoint.ipynb deleted file mode 100644 index 0e8565a..0000000 --- a/.ipynb_checkpoints/Playground-checkpoint.ipynb +++ /dev/null @@ -1,48 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 2, - "id": "1f552469", - "metadata": {}, - "outputs": [], - "source": [ - "import gtfs_kit as gk\n", - "import pandas as pd\n", - "import datetime\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "292cc196", - "metadata": {}, - "outputs": [], - "source": [ - "feed=gk.read_feed('google_transit_combined.zip', dist_units='km')\n", - "feed" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.7" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 0f5f884..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: GTFS Client", - "type": "python", - "request": "launch", - "program": "gtfs_client.py", - "console": "integratedTerminal", - "justMyCode": true - } - ] -} \ No newline at end of file