Skip to content

Commit

Permalink
gtfs-parser as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed Jul 4, 2023
1 parent cc824c3 commit 476788f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/test_gtfs_parser.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "gtfs_parser"]
path = gtfs_parser
url = https://github.com/MIERUNE/gtfs-parser.git
3 changes: 2 additions & 1 deletion gtfs_go_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@
from qgis.PyQt import uic
from qgis.utils import iface

from . import constants, gtfs_parser, repository
from . import constants, repository
from .gtfs_go_labeling import get_labeling_for_stops
from .gtfs_go_renderer import Renderer
from .gtfs_go_settings import (
STOPS_MINIMUM_VISIBLE_SCALE,
)
from .gtfs_parser import gtfs_parser
from .repository.japan_dpf.table import HEADERS, HEADERS_TO_HIDE

DATALIST_JSON_PATH = os.path.join(os.path.dirname(__file__), "gtfs_go_datalist.json")
Expand Down
1 change: 1 addition & 0 deletions gtfs_parser
Submodule gtfs_parser added at 281885

0 comments on commit 476788f

Please sign in to comment.