Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aug open data #1204

Merged
merged 4 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions _shared_utils/shared_utils/rt_dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"may2024": "2024-05-22",
"jun2024": "2024-06-12",
"jul2024": "2024-07-17",
"aug2024": "2024-08-14",
}

y2023_dates = [
Expand All @@ -85,23 +86,6 @@ def get_week(month: Literal[[*valid_weeks]], exclude_wed: bool) -> list:
oct2023_week = get_week(month="oct2023", exclude_wed=False)
apr2024_week = get_week(month="apr2024", exclude_wed=False)

# Planning and Modal Advisory Committee (PMAC) - quarterly
"""
old dates, but no v2 speeds
#"Q1_2022": "2022-02-08",
#"Q2_2022": "2022-05-04",
#"Q3_2022": "2022-08-17",
#"Q4_2022": "2022-10-12",
"""
PMAC = {
"Q1_2023": DATES["feb2023"],
"Q2_2023": DATES["may2023"],
"Q3_2023": DATES["aug2023"],
"Q4_2023": DATES["nov2023"],
"Q1_2024": DATES["feb2024"],
"Q2_2024": DATES["may2024"],
}

MONTH_DICT = {
1: "January",
2: "February",
Expand Down
4 changes: 0 additions & 4 deletions gtfs_funnel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ funnel_gtfs_single_day:
make timeseries_preprocessing
make monthly_scheduled_data

cardinal_direction_temp:
python schedule_stats_by_route_direction.py
python clean_route_naming.py

all:
make funnel_gtfs_single_day
# update open_data/update_vars.py
Expand Down
17 changes: 17 additions & 0 deletions gtfs_funnel/logs/download_data.log
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,20 @@
2024-07-18 10:54:05.826 | INFO | __main__:download_one_day:33 - *********** Download st data ***********
2024-07-18 10:55:49.917 | INFO | __main__:download_one_day:56 - execution time: 0:01:45.765921
2024-07-18 12:26:50.657 | INFO | __main__:download_one_year:35 - execution time: 0:00:24.012146
2024-08-15 09:05:59.041 | INFO | __main__:download_one_day:45 - Analysis date: 2024-08-14
2024-08-15 09:06:01.098 | INFO | __main__:download_one_day:52 - # operators to run: 212
2024-08-15 09:06:01.099 | INFO | __main__:download_one_day:56 - *********** Download trips data ***********
2024-08-15 09:06:26.776 | INFO | __main__:download_one_day:86 - execution time: 0:00:27.715973
2024-08-15 09:06:44.004 | INFO | __main__:download_one_day:22 - Analysis date: 2024-08-14
2024-08-15 09:06:45.758 | INFO | __main__:download_one_day:29 - # operators to run: 212
2024-08-15 09:06:45.759 | INFO | __main__:download_one_day:33 - *********** Download stops data ***********
2024-08-15 09:06:55.440 | INFO | __main__:download_one_day:64 - execution time: 0:00:11.435401
2024-08-15 09:07:11.583 | INFO | __main__:download_one_day:22 - Analysis date: 2024-08-14
2024-08-15 09:07:13.209 | INFO | __main__:download_one_day:29 - # operators to run: 212
2024-08-15 09:07:13.210 | INFO | __main__:download_one_day:33 - *********** Download routelines data ***********
2024-08-15 09:09:08.362 | INFO | __main__:download_one_day:63 - execution time: 0:01:56.778048
2024-08-15 09:09:25.585 | INFO | __main__:download_one_day:21 - Analysis date: 2024-08-14
2024-08-15 09:09:27.474 | INFO | __main__:download_one_day:29 - # operators to run: 176
2024-08-15 09:09:27.480 | INFO | __main__:download_one_day:33 - *********** Download st data ***********
2024-08-15 09:11:56.577 | INFO | __main__:download_one_day:56 - execution time: 0:02:30.991910
2024-08-15 10:30:38.864 | INFO | __main__:download_one_year:35 - execution time: 0:00:25.978363
11 changes: 11 additions & 0 deletions gtfs_funnel/logs/download_vp_v2.log
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,14 @@
2024-07-18 11:09:39.110 | INFO | __main__:<module>:112 - export concatenated vp: 0:03:42.466090
2024-07-18 11:13:15.824 | INFO | __main__:<module>:134 - remove batched parquets
2024-07-18 11:13:15.825 | INFO | __main__:<module>:137 - execution time: 0:07:26.850448
2024-08-15 09:12:28.272 | INFO | __main__:<module>:148 - Analysis date: 2024-08-14
2024-08-15 09:15:14.416 | INFO | __main__:loop_through_batches_and_download_vp:111 - exported batch 0 to GCS: 0:02:46.124778
2024-08-15 09:16:40.526 | INFO | __main__:loop_through_batches_and_download_vp:111 - exported batch 1 to GCS: 0:01:26.107752
2024-08-15 09:21:31.781 | INFO | __main__:loop_through_batches_and_download_vp:111 - exported batch 2 to GCS: 0:04:51.253982
2024-08-15 09:24:02.162 | INFO | __main__:loop_through_batches_and_download_vp:111 - exported batch 3 to GCS: 0:02:30.378763
2024-08-15 09:24:02.171 | INFO | __main__:<module>:155 - execution time: 0:11:33.879547
2024-08-15 09:24:38.275 | INFO | __main__:<module>:97 - Analysis date: 2024-08-14
2024-08-15 09:24:47.170 | INFO | __main__:<module>:105 - concat and filter batched data: 0:00:08.894534
2024-08-15 09:29:03.589 | INFO | __main__:<module>:112 - export concatenated vp: 0:04:16.418987
2024-08-15 09:34:04.743 | INFO | __main__:<module>:134 - remove batched parquets
2024-08-15 09:34:04.745 | INFO | __main__:<module>:137 - execution time: 0:09:26.469734
11 changes: 11 additions & 0 deletions gtfs_funnel/logs/vp_preprocessing.log
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,14 @@
2024-07-24 00:31:52.364 | INFO | __main__:<module>:128 - 2024-04-20: prepare vp to use in nearest neighbor: 0:07:23.566487
2024-07-24 00:34:47.831 | INFO | __main__:<module>:120 - 2024-04-21: condense vp for trip 0:02:55.465950
2024-07-24 00:41:22.729 | INFO | __main__:<module>:128 - 2024-04-21: prepare vp to use in nearest neighbor: 0:06:34.897838
2024-08-15 09:45:07.671 | INFO | __main__:<module>:169 - 2024-08-14: pare down vp: 0:02:59.665449
2024-08-15 09:51:50.176 | INFO | __main__:attach_prior_vp_add_direction:90 - persist vp gddf: 0:06:19.175057
2024-08-15 09:55:47.664 | INFO | __main__:attach_prior_vp_add_direction:122 - np vectorize arrays for direction: 0:03:57.487973
2024-08-15 09:55:54.771 | INFO | __main__:<module>:194 - 2024-08-14: export vp direction: 0:10:23.770297
2024-08-15 09:57:15.861 | INFO | __main__:<module>:200 - 2024-08-14: export usable vp with direction: 0:01:21.089915
2024-08-15 09:57:15.862 | INFO | __main__:<module>:203 - 2024-08-14: vp_direction script execution time: 0:11:44.860212
2024-08-15 10:03:34.376 | INFO | __main__:<module>:212 - compute dwell df: 0:05:42.211311
2024-08-15 10:05:01.845 | INFO | __main__:<module>:234 - merge with original and export: 0:01:27.469383
2024-08-15 10:05:01.848 | INFO | __main__:<module>:235 - vp with dwell time 2024-08-14: 0:07:09.680694
2024-08-15 10:13:16.657 | INFO | __main__:<module>:120 - 2024-08-14: condense vp for trip 0:07:51.642337
2024-08-15 10:24:50.802 | INFO | __main__:<module>:128 - 2024-08-14: prepare vp to use in nearest neighbor: 0:11:34.144491
2 changes: 1 addition & 1 deletion gtfs_funnel/update_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)


analysis_date_list = [rt_dates.DATES["jul2024"]]
analysis_date_list = [rt_dates.DATES["aug2024"]]

GTFS_DATA_DICT = catalog_utils.get_catalog("gtfs_analytics_data")

Expand Down
8 changes: 8 additions & 0 deletions high_quality_transit_areas/logs/hqta_processing.log
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,11 @@
2024-07-18 13:05:06.867 | INFO | __main__:<module>:163 - C3_create_bus_hqta_types 2024-07-17 execution time: 0:00:25.327769
2024-07-18 13:05:55.111 | INFO | __main__:<module>:296 - D1_assemble_hqta_points 2024-07-17 execution time: 0:00:25.544126
2024-07-18 13:06:45.283 | INFO | __main__:<module>:167 - D2_assemble_hqta_polygons 2024-07-17 execution time: 0:00:25.195439
2024-08-15 10:01:20.432 | INFO | __main__:<module>:354 - A1_rail_ferry_brt_stops 2024-08-14 execution time: 0:01:27.617119
2024-08-15 10:08:26.978 | INFO | __main__:<module>:249 - B1_create_hqta_segments execution time: 0:06:42.400623
2024-08-15 10:10:13.248 | INFO | __main__:<module>:256 - B2_sjoin_stops_to_segments 2024-08-14 execution time: 0:01:23.309914
2024-08-15 10:10:50.839 | INFO | __main__:<module>:142 - C1_prep_pairwise_intersections 2024-08-14 execution time: 0:00:10.237930
2024-08-15 10:12:06.780 | INFO | __main__:<module>:125 - C2_find_intersections 2024-08-14 execution time: 0:00:45.798357
2024-08-15 10:13:09.237 | INFO | __main__:<module>:163 - C3_create_bus_hqta_types 2024-08-14 execution time: 0:00:39.499192
2024-08-15 10:14:06.867 | INFO | __main__:<module>:297 - D1_assemble_hqta_points 2024-08-14 execution time: 0:00:34.144908
2024-08-15 10:15:08.381 | INFO | __main__:<module>:167 - D2_assemble_hqta_polygons 2024-08-14 execution time: 0:00:37.945649
2 changes: 1 addition & 1 deletion high_quality_transit_areas/update_vars.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from shared_utils import rt_dates

analysis_date = rt_dates.DATES["jul2024"]
analysis_date = rt_dates.DATES["aug2024"]

GCS_FILE_PATH = ("gs://calitp-analytics-data/data-analyses/"
"high_quality_transit_areas/")
Expand Down
2 changes: 1 addition & 1 deletion open_data/metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion open_data/update_vars.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
from shared_utils import rt_dates

analysis_date = rt_dates.DATES["jul2024"]
analysis_date = rt_dates.DATES["aug2024"]

GCS_FILE_PATH = "gs://calitp-analytics-data/data-analyses/"
COMPILED_CACHED_VIEWS = f"{GCS_FILE_PATH}rt_delay/compiled_cached_views/"
Expand Down
4 changes: 2 additions & 2 deletions open_data/xml/ca_hq_transit_areas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-07-31</ns1:Date>
<ns1:Date>2024-08-15</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-07-17</ns1:Date>
<ns1:Date>2024-08-14</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down
4 changes: 2 additions & 2 deletions open_data/xml/ca_hq_transit_stops.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-07-31</ns1:Date>
<ns1:Date>2024-08-15</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-07-17</ns1:Date>
<ns1:Date>2024-08-14</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down
4 changes: 2 additions & 2 deletions open_data/xml/ca_transit_routes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-07-31</ns1:Date>
<ns1:Date>2024-08-15</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-07-17</ns1:Date>
<ns1:Date>2024-08-14</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down
4 changes: 2 additions & 2 deletions open_data/xml/ca_transit_stops.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-07-31</ns1:Date>
<ns1:Date>2024-08-15</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-07-17</ns1:Date>
<ns1:Date>2024-08-14</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down
4 changes: 2 additions & 2 deletions open_data/xml/speeds_by_route_time_of_day.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-07-31</ns1:Date>
<ns1:Date>2024-08-15</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-07-17</ns1:Date>
<ns1:Date>2024-08-14</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down
4 changes: 2 additions & 2 deletions open_data/xml/speeds_by_stop_segments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ns0:hierarchyLevelName>
<ns0:contact ns1:nilReason="missing"></ns0:contact>
<ns0:dateStamp>
<ns1:Date>2024-07-31</ns1:Date>
<ns1:Date>2024-08-15</ns1:Date>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns1:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</ns1:CharacterString>
Expand Down Expand Up @@ -85,7 +85,7 @@
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns1:Date>2024-07-17</ns1:Date>
<ns1:Date>2024-08-14</ns1:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">
Expand Down
1 change: 1 addition & 0 deletions rt_scheduled_v_ran/logs/rt_v_scheduled_route_metrics.log
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@
2024-07-31 11:52:22.880 | INFO | __main__:route_metrics:74 - route aggregation 2024-07-17: 0:00:02.719825
2024-08-05 10:46:49.044 | INFO | __main__:route_metrics:84 - route aggregation 2024-07-17: 0:00:03.060244
2024-08-05 10:49:43.399 | INFO | __main__:route_metrics:84 - route aggregation 2024-07-17: 0:00:02.982204
2024-08-15 13:24:21.737 | INFO | __main__:route_metrics:84 - route aggregation 2024-08-14: 0:00:02.641057
3 changes: 3 additions & 0 deletions rt_scheduled_v_ran/logs/rt_v_scheduled_trip_metrics.log
Original file line number Diff line number Diff line change
Expand Up @@ -447,3 +447,6 @@
2024-07-31 11:27:35.394 | INFO | __main__:rt_schedule_trip_metrics:280 - tabular trip metrics 2024-07-17: 0:02:44.065009
2024-07-31 11:50:37.358 | INFO | __main__:rt_schedule_trip_metrics:285 - spatial trip metrics 2024-07-17: 0:23:01.963503
2024-07-31 11:51:59.676 | INFO | __main__:rt_schedule_trip_metrics:333 - Total run time for metrics on 2024-07-17: 0:27:08.346659
2024-08-15 12:57:49.299 | INFO | __main__:rt_schedule_trip_metrics:280 - tabular trip metrics 2024-08-14: 0:02:33.455269
2024-08-15 13:22:11.674 | INFO | __main__:rt_schedule_trip_metrics:285 - spatial trip metrics 2024-08-14: 0:24:22.374322
2024-08-15 13:23:57.590 | INFO | __main__:rt_schedule_trip_metrics:333 - Total run time for metrics on 2024-08-14: 0:28:41.746058
2 changes: 1 addition & 1 deletion rt_scheduled_v_ran/scripts/update_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apr2024_week = rt_dates.get_week("apr2024", exclude_wed=True)

analysis_date_list = [
rt_dates.DATES["jul2024"]]
rt_dates.DATES["aug2024"]]


GTFS_DATA_DICT = catalog_utils.get_catalog("gtfs_analytics_data")
Expand Down
9 changes: 9 additions & 0 deletions rt_segment_speeds/logs/avg_speeds.log
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,12 @@
2024-07-31 10:08:15.069 | INFO | average_segment_speeds:multi_day_segment_averages:250 - multi day segment ['2023-04-10', '2023-04-11', '2023-04-12', '2023-04-13', '2023-04-14', '2023-04-15', '2023-04-16'] execution time: 0:07:55.476143
2024-07-31 10:13:12.811 | INFO | __main__:multi_day_summary_averages:221 - multi day summary speed ['2023-04-10', '2023-04-11', '2023-04-12', '2023-04-13', '2023-04-14', '2023-04-15', '2023-04-16'] execution time: 0:01:17.632059
2024-07-31 10:23:29.641 | INFO | average_segment_speeds:multi_day_segment_averages:250 - multi day segment ['2023-10-09', '2023-10-10', '2023-10-11', '2023-10-12', '2023-10-13', '2023-10-14', '2023-10-15'] execution time: 0:08:42.969361
2024-08-15 11:52:54.765 | INFO | __main__:single_day_segment_averages:173 - shape seg avg 0:04:03.669217
2024-08-15 11:55:52.334 | INFO | __main__:single_day_segment_averages:189 - route dir seg avg 0:02:57.569044
2024-08-15 11:55:52.335 | INFO | __main__:single_day_segment_averages:190 - single day segment 2024-08-14 execution time: 0:07:01.238261
2024-08-15 12:33:45.459 | INFO | __main__:single_day_summary_averages:90 - trip avg 0:00:14.565813
2024-08-15 12:33:56.808 | INFO | __main__:single_day_summary_averages:132 - route dir avg: 0:00:11.348944
2024-08-15 12:33:56.809 | INFO | __main__:single_day_summary_averages:133 - single day summary speed 2024-08-14 execution time: 0:00:25.914757
2024-08-15 12:49:58.589 | INFO | average_segment_speeds:single_day_segment_averages:173 - shape seg avg 0:05:18.197146
2024-08-15 12:53:37.977 | INFO | average_segment_speeds:single_day_segment_averages:189 - route dir seg avg 0:03:39.388630
2024-08-15 12:53:37.978 | INFO | average_segment_speeds:single_day_segment_averages:190 - single day segment 2024-08-14 execution time: 0:08:57.585776
2 changes: 2 additions & 0 deletions rt_segment_speeds/logs/cut_stop_segments.log
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@
2024-07-30 21:11:55.384 | INFO | __main__:<module>:244 - speedmap segments and proxy_stop_times 2023-04-14: 0:04:26.325945
2024-07-30 21:14:24.054 | INFO | __main__:<module>:244 - speedmap segments and proxy_stop_times 2023-04-15: 0:02:20.461624
2024-07-30 21:16:51.780 | INFO | __main__:<module>:244 - speedmap segments and proxy_stop_times 2023-04-16: 0:02:19.401564
2024-08-15 10:55:47.957 | INFO | __main__:<module>:155 - cut segments 2024-08-14: 0:21:24.282441
2024-08-15 11:01:37.861 | INFO | __main__:<module>:244 - speedmap segments and proxy_stop_times 2024-08-14: 0:04:20.718384
3 changes: 3 additions & 0 deletions rt_segment_speeds/logs/interpolate_stop_arrival.log
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@
2024-07-30 21:54:10.864 | INFO | interpolate_stop_arrival:interpolate_stop_arrivals:279 - interpolate arrivals for speedmap_segments 2023-04-14: 2023-04-14: 0:02:30.734432
2024-07-30 21:55:49.807 | INFO | interpolate_stop_arrival:interpolate_stop_arrivals:279 - interpolate arrivals for speedmap_segments 2023-04-15: 2023-04-15: 0:01:38.935459
2024-07-30 21:57:07.719 | INFO | interpolate_stop_arrival:interpolate_stop_arrivals:279 - interpolate arrivals for speedmap_segments 2023-04-16: 2023-04-16: 0:01:17.904413
2024-08-15 11:46:45.773 | INFO | interpolate_stop_arrival:interpolate_stop_arrivals:279 - interpolate arrivals for stop_segments 2024-08-14: 2024-08-14: 0:13:26.403842
2024-08-15 12:31:36.711 | INFO | interpolate_stop_arrival:interpolate_stop_arrivals:279 - interpolate arrivals for rt_stop_times 2024-08-14: 2024-08-14: 0:14:13.913489
2024-08-15 12:42:32.459 | INFO | interpolate_stop_arrival:interpolate_stop_arrivals:279 - interpolate arrivals for speedmap_segments 2024-08-14: 2024-08-14: 0:02:27.666741
6 changes: 6 additions & 0 deletions rt_segment_speeds/logs/nearest_vp.log
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,9 @@
2024-07-30 21:40:32.994 | INFO | vp_around_stops:filter_to_nearest_two_vp:247 - nearest 2 vp for speedmap_segments 2023-04-14: 0:03:05.692359
2024-07-30 21:42:29.070 | INFO | vp_around_stops:filter_to_nearest_two_vp:247 - nearest 2 vp for speedmap_segments 2023-04-15: 0:01:56.065094
2024-07-30 21:44:15.531 | INFO | vp_around_stops:filter_to_nearest_two_vp:247 - nearest 2 vp for speedmap_segments 2023-04-16: 0:01:46.454256
2024-08-15 11:23:52.673 | INFO | nearest_vp_to_stop:nearest_neighbor_for_stop:178 - nearest neighbor for stop_segments 2024-08-14: 0:12:04.231836
2024-08-15 11:33:19.278 | INFO | vp_around_stops:filter_to_nearest_two_vp:247 - nearest 2 vp for stop_segments 2024-08-14: 0:09:24.528826
2024-08-15 12:07:46.796 | INFO | nearest_vp_to_stop:nearest_neighbor_for_stop:178 - nearest neighbor for rt_stop_times 2024-08-14: 0:11:36.770922
2024-08-15 12:17:22.737 | INFO | vp_around_stops:filter_to_nearest_two_vp:247 - nearest 2 vp for rt_stop_times 2024-08-14: 0:09:34.224293
2024-08-15 12:36:39.952 | INFO | nearest_vp_to_stop:nearest_neighbor_for_stop:178 - nearest neighbor for speedmap_segments 2024-08-14: 0:02:25.873838
2024-08-15 12:40:04.733 | INFO | vp_around_stops:filter_to_nearest_two_vp:247 - nearest 2 vp for speedmap_segments 2024-08-14: 0:03:24.363193
3 changes: 3 additions & 0 deletions rt_segment_speeds/logs/speeds_by_segment_trip.log
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@
2024-07-30 22:05:30.198 | INFO | stop_arrivals_to_speed:calculate_speed_from_stop_arrivals:176 - speeds by segment for speedmap_segments 2023-04-14: 0:01:55.243249
2024-07-30 22:06:46.911 | INFO | stop_arrivals_to_speed:calculate_speed_from_stop_arrivals:176 - speeds by segment for speedmap_segments 2023-04-15: 0:01:16.707972
2024-07-30 22:07:53.897 | INFO | stop_arrivals_to_speed:calculate_speed_from_stop_arrivals:176 - speeds by segment for speedmap_segments 2023-04-16: 0:01:06.983158
2024-08-15 11:48:10.483 | INFO | stop_arrivals_to_speed:calculate_speed_from_stop_arrivals:176 - speeds by segment for stop_segments 2024-08-14: 0:01:24.614156
2024-08-15 12:33:12.660 | INFO | stop_arrivals_to_speed:calculate_speed_from_stop_arrivals:176 - speeds by segment for rt_stop_times 2024-08-14: 0:01:35.909290
2024-08-15 12:44:22.889 | INFO | stop_arrivals_to_speed:calculate_speed_from_stop_arrivals:176 - speeds by segment for speedmap_segments 2024-08-14: 0:01:41.398512
Loading
Loading