Skip to content

Commit a08c8f6

Browse files
authored
Merge pull request #816 from cal-itp/check-segments
Check segments
2 parents ec2bcaf + 3704efb commit a08c8f6

18 files changed

+1495
-192
lines changed

_shared_utils/shared_utils/rt_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ def get_operators(analysis_date, operator_list, verbose=False):
805805
op_list_runstatus[itp_id] = "not_yet_run"
806806
return op_list_runstatus
807807

808+
808809
def spa_map_export_link(gdf: gpd.GeoDataFrame, path: str, state: dict, site: str = SPA_MAP_SITE):
809810
"""
810811
Called via set_state_export. Handles stream writing of gzipped geojson to GCS bucket,

0 commit comments

Comments
 (0)