Author Topic: Project Statistics  (Read 135172 times)

0 Members and 3 Guests are viewing this topic.

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 10:27:44 am
Re: Project Statistics
« Reply #285 on: June 10, 2022, 11:34:08 pm »
A little TM trivia question about something I noticed as I was looking at traveled-format graph data this evening.  By looking at the number of travelers (well, list files, not unique individuals) in the traveled format graphs, we can see how many different .list files are credited with at least one segment in the TM data covered by the graph.  Of course, the tm-master graph has the most - every user's claimed travels somewhere.  Then next up for most travelers are the NA-continent and USA-country graphs.  Not surprising. 

The trivia question: Considering all other regions (as defined by TM: states, provinces, countries), which region do you think has the most different .list files credited with at least one segment?

A second trivia question: How many regions do you think have no travelers so far?

Offline si404

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 1948
  • Last Login:Today at 01:42:46 pm
Re: Project Statistics
« Reply #286 on: June 11, 2022, 03:19:07 am »
A second trivia question: How many regions do you think have no travelers so far?
Quite a few, but surprisingly less than you would think, given the number of 'remote' regions for our usual audience of US/European road geeks.

Offline yakra

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4234
  • Last Login:February 13, 2024, 07:19:36 pm
  • I like C++
Re: Project Statistics
« Reply #287 on: June 11, 2022, 09:26:21 am »
The trivia question: Considering all other regions (as defined by TM: states, provinces, countries), which region do you think has the most different .list files credited with at least one segment?
for file in *traveled*; do printf "%03i $file\n" `head -n 2 $file | tail -n 1 | cut -f3 -d' '`; done | sort
Quote
...
238 IL-region-traveled.tmg
243 dc20-area-traveled.tmg
248 NY-region-traveled.tmg
254 MD-region-traveled.tmg
254 VA-region-traveled.tmg
256 PA-region-traveled.tmg
314 usai-system-traveled.tmg
314 usaus-system-traveled.tmg
315 USA-country-traveled.tmg
315 USA-national-traveled.tmg
316 NA-continent-traveled.tmg
339 tm-master-traveled.tmg

A second trivia question: How many regions do you think have no travelers so far?
for file in *traveled*; do printf "%03i $file\n" `head -n 2 $file | tail -n 1 | cut -f3 -d' '`; done | grep -c ^000
Hopefully "Rockport to Warren, bypassing Rockland & Thomaston" isn't a spoiler to very many people. :)
Sri Syadasti Syadavaktavya Syadasti Syannasti Syadasti Cavaktavyasca Syadasti Syannasti Syadavatavyasca Syadasti Syannasti Syadavaktavyasca

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 10:27:44 am
Re: Project Statistics
« Reply #288 on: June 11, 2022, 09:48:22 am »
That's cheating!  Anyway, I was surprised at Pennsylvania edging out the others on the northeast metro corridor, and by how far down New Jersey ended up.  Here are all regions with at least 200 travelers. Only the US has 200+ travelers so nothing other than USA-country would top these.  The I-95 corridor is well-represented.

Code: [Select]
| PA-region-traveled.tmg       |       256 |
| MD-region-traveled.tmg       |       254 |
| VA-region-traveled.tmg       |       254 |
| NY-region-traveled.tmg       |       248 |
| FL-region-traveled.tmg       |       238 |
| IL-region-traveled.tmg       |       238 |
| NJ-region-traveled.tmg       |       232 |
| OH-region-traveled.tmg       |       232 |
| NC-region-traveled.tmg       |       231 |
| TN-region-traveled.tmg       |       231 |
| DC-region-traveled.tmg       |       223 |
| CA-region-traveled.tmg       |       219 |
| GA-region-traveled.tmg       |       218 |
| WV-region-traveled.tmg       |       217 |
| IN-region-traveled.tmg       |       215 |
| SC-region-traveled.tmg       |       211 |
| DE-region-traveled.tmg       |       209 |
| KY-region-traveled.tmg       |       207 |
| MA-region-traveled.tmg       |       206 |
| MO-region-traveled.tmg       |       203 |

Offline froggie

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 801
  • Last Login:Yesterday at 07:53:11 pm
Re: Project Statistics
« Reply #289 on: June 17, 2022, 08:57:04 pm »
16 regions...10 of which are on I-95.  And only 1 west of the Mississippi.

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4555
  • Last Login:Yesterday at 04:04:16 pm
Re: Project Statistics
« Reply #290 on: June 18, 2022, 03:15:35 pm »
A second trivia question: How many regions do you think have no travelers so far?

Wild guess: 20 regions?

Online Markkos1992

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 3075
  • Last Login:Today at 01:53:47 pm
Re: Project Statistics
« Reply #291 on: June 18, 2022, 03:54:08 pm »
That's cheating!  Anyway, I was surprised at Pennsylvania edging out the others on the northeast metro corridor, and by how far down New Jersey ended up.  Here are all regions with at least 200 travelers. Only the US has 200+ travelers so nothing other than USA-country would top these.  The I-95 corridor is well-represented.

I would expect DC to be higher since all you have to do to travel in DC is drive the Woodrow Wilson Bridge on I-95/495.

Offline mapmikey

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 1171
  • Last Login:Today at 09:31:39 am
    • Co-curator Virginia Highways Project
Re: Project Statistics
« Reply #292 on: June 18, 2022, 04:05:26 pm »
That's cheating!  Anyway, I was surprised at Pennsylvania edging out the others on the northeast metro corridor, and by how far down New Jersey ended up.  Here are all regions with at least 200 travelers. Only the US has 200+ travelers so nothing other than USA-country would top these.  The I-95 corridor is well-represented.

I would expect DC to be higher since all you have to do to travel in DC is drive the Woodrow Wilson Bridge on I-95/495.


There’s unsubstantiated rumors everyone uses I-81 instead….  :pan:

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 10:27:44 am
Re: Project Statistics
« Reply #293 on: June 18, 2022, 04:35:06 pm »
Here's the list of regions with no travelers.  China, India, and Mexico are well-represented.

Code: [Select]
| AFG-region-traveled.tmg      |         0 |
| AGO-region-traveled.tmg      |         0 |
| ALA-region-traveled.tmg      |         0 |
| AUS-TAS-region-traveled.tmg  |         0 |
| BDI-region-traveled.tmg      |         0 |
| BTN-region-traveled.tmg      |         0 |
| CHN-AH-region-traveled.tmg   |         0 |
| CHN-CQ-region-traveled.tmg   |         0 |
| CHN-FJ-region-traveled.tmg   |         0 |
| CHN-GS-region-traveled.tmg   |         0 |
| CHN-GX-region-traveled.tmg   |         0 |
| CHN-GZ-region-traveled.tmg   |         0 |
| CHN-HB-region-traveled.tmg   |         0 |
| CHN-HI-region-traveled.tmg   |         0 |
| CHN-HL-region-traveled.tmg   |         0 |
| CHN-HN-region-traveled.tmg   |         0 |
| CHN-JL-region-traveled.tmg   |         0 |
| CHN-JX-region-traveled.tmg   |         0 |
| CHN-LN-region-traveled.tmg   |         0 |
| CHN-NM-region-traveled.tmg   |         0 |
| CHN-NX-region-traveled.tmg   |         0 |
| CHN-QH-region-traveled.tmg   |         0 |
| CHN-SC-region-traveled.tmg   |         0 |
| CHN-SD-region-traveled.tmg   |         0 |
| CHN-SX-region-traveled.tmg   |         0 |
| CHN-TJ-region-traveled.tmg   |         0 |
| CHN-XJ-region-traveled.tmg   |         0 |
| CHN-XZ-region-traveled.tmg   |         0 |
| COD-region-traveled.tmg      |         0 |
| COG-region-traveled.tmg      |         0 |
| COM-region-traveled.tmg      |         0 |
| CRM-region-traveled.tmg      |         0 |
| ESH-region-traveled.tmg      |         0 |
| ESP-CE-region-traveled.tmg   |         0 |
| ESP-ML-region-traveled.tmg   |         0 |
| FRA-COR-region-traveled.tmg  |         0 |
| GAB-region-traveled.tmg      |         0 |
| GNB-region-traveled.tmg      |         0 |
| GUF-region-traveled.tmg      |         0 |
| IND-AP-region-traveled.tmg   |         0 |
| IND-AS-region-traveled.tmg   |         0 |
| IND-BR-region-traveled.tmg   |         0 |
| IND-CT-region-traveled.tmg   |         0 |
| IND-DL-region-traveled.tmg   |         0 |
| IND-GJ-region-traveled.tmg   |         0 |
| IND-HR-region-traveled.tmg   |         0 |
| IND-JH-region-traveled.tmg   |         0 |
| IND-KA-region-traveled.tmg   |         0 |
| IND-ML-region-traveled.tmg   |         0 |
| IND-MN-region-traveled.tmg   |         0 |
| IND-MP-region-traveled.tmg   |         0 |
| IND-NL-region-traveled.tmg   |         0 |
| IND-OR-region-traveled.tmg   |         0 |
| IND-PB-region-traveled.tmg   |         0 |
| IND-RJ-region-traveled.tmg   |         0 |
| IND-TG-region-traveled.tmg   |         0 |
| IND-TN-region-traveled.tmg   |         0 |
| IND-UP-region-traveled.tmg   |         0 |
| IND-UT-region-traveled.tmg   |         0 |
| IND-WB-region-traveled.tmg   |         0 |
| IRN-region-traveled.tmg      |         0 |
| KWT-region-traveled.tmg      |         0 |
| LAO-region-traveled.tmg      |         0 |
| LKA-region-traveled.tmg      |         0 |
| MEX-AGS-region-traveled.tmg  |         0 |
| MEX-CHIS-region-traveled.tmg |         0 |
| MEX-COAH-region-traveled.tmg |         0 |
| MEX-DGO-region-traveled.tmg  |         0 |
| MEX-NL-region-traveled.tmg   |         0 |
| MEX-SIN-region-traveled.tmg  |         0 |
| MEX-SLP-region-traveled.tmg  |         0 |
| MEX-TAM-region-traveled.tmg  |         0 |
| MEX-ZAC-region-traveled.tmg  |         0 |
| MNG-region-traveled.tmg      |         0 |
| MP-region-traveled.tmg       |         0 |
| MWI-region-traveled.tmg      |         0 |
| MYT-region-traveled.tmg      |         0 |
| NCL-region-traveled.tmg      |         0 |
| PAK-region-traveled.tmg      |         0 |
| PRK-region-traveled.tmg      |         0 |
| REU-region-traveled.tmg      |         0 |
| RWA-region-traveled.tmg      |         0 |
| SEN-region-traveled.tmg      |         0 |
| STP-region-traveled.tmg      |         0 |
| TJK-region-traveled.tmg      |         0 |
| TKM-region-traveled.tmg      |         0 |
| TUN-region-traveled.tmg      |         0 |
| TZA-region-traveled.tmg      |         0 |
| URY-region-traveled.tmg      |         0 |
| WLF-region-traveled.tmg      |         0 |

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4555
  • Last Login:Yesterday at 04:04:16 pm
Re: Project Statistics
« Reply #294 on: June 18, 2022, 04:46:51 pm »
Here's the list of regions with no travelers.  China, India, and Mexico are well-represented.

90 regions, thereof 52 in CHN, IND or MEX.

Offline Bickendan

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 543
  • Last Login:March 26, 2024, 08:55:56 pm
Re: Project Statistics
« Reply #295 on: June 18, 2022, 11:41:21 pm »
IND-WB's incorrect. I have mileage there.

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 10:27:44 am
Re: Project Statistics
« Reply #296 on: June 19, 2022, 08:09:32 am »
IND-WB's incorrect. I have mileage there.

I'm guessing your mileage there is in devel systems, which don't get into the stats.  If not, we'll have to investigate.

Offline Bickendan

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 543
  • Last Login:March 26, 2024, 08:55:56 pm
Re: Project Statistics
« Reply #297 on: June 19, 2022, 02:40:06 pm »
IND-WB's incorrect. I have mileage there.

I'm guessing your mileage there is in devel systems, which don't get into the stats.  If not, we'll have to investigate.
I do have AH 1 mileage, but (not looking at my .list), it should be reported as the devel redraft and not the initial system in preview.

Offline yakra

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4234
  • Last Login:February 13, 2024, 07:19:36 pm
  • I like C++
Re: Project Statistics
« Reply #298 on: June 19, 2022, 02:53:31 pm »
Ignoring line matching highway in system in development: IND-WB AH1 NH114 JesRd
Ignoring line matching highway in system in development: IND-WB NH19 NH114 NH12/16
Ignoring line matching highway in system in development: IND-WB NH12 NH16/19 JesRd
Ignoring line matching highway in system in development: IND-WB NH114 NH19 ColRd
Ignoring line matching highway in system in development: IND-WB NH116A BCRd KalRd
Ignoring line matching highway in system in development: IND-WB NH116A WB13_W KalLinkRd
Ignoring line matching highway in system in development: IND-WB WB13 ColRd NH116A_N
Ignoring line matching highway in system in development: IND-WB WB13 KalRd BCRd
Ignoring line matching highway in system in development: IND-WB WB13 NH19_W Ras-KucRd
Ignoring line matching highway in system in development: IND-WB WB13 TNMukRd NH19_S
Sri Syadasti Syadavaktavya Syadasti Syannasti Syadasti Cavaktavyasca Syadasti Syannasti Syadavatavyasca Syadasti Syannasti Syadavaktavyasca

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4555
  • Last Login:Yesterday at 04:04:16 pm
Re: Project Statistics
« Reply #299 on: June 19, 2022, 03:08:23 pm »
I do have AH 1 mileage, but (not looking at my .list), it should be reported as the devel redraft and not the initial system in preview.

These "devel" systems are not yet included in stats or plotted on user maps.