kartoone / mybiketraffic

ConnectIQ app for processing Garmin Varia radar data and counting vehicles.
http://www.mybiketraffic.com
45 stars 5 forks source link

Source code for web page/visualizer? #4

Open chen-ye opened 2 years ago

chen-ye commented 2 years ago

Hey, thanks for creating this! I'm interesting in doing some visualization of the data, and was wondering if you would be willing to publish the source code of the website as well.

kartoone commented 2 years ago

Sorry for the delay in getting back to you, yes I’d be happy to publish the website source code as well, but there’s a lot of password / api key info scattered throughout (and there are several parts to it … a php based website, plus a Java program back-end for parsing the .FIT files and extracting the radar data). Perhaps what would be easier in the meantime is a simple export of the ride with radar data? Let me know if that would be helpful and what format would be easiest for you (JSON or CSV).

From: Chen Ye @.> Date: Sunday, January 2, 2022 at 9:53 PM To: kartoone/mybiketraffic @.> Cc: Subscribed @.***> Subject: [EXTERNAL][kartoone/mybiketraffic] Source code for web page/visualizer? (Issue #4)

Hey, thanks for creating this! I'm interesting in doing some visualization of the data, and was wondering if you would be willing to publish the source code of the website as well.

— Reply to this email directly, view it on GitHubhttps://secure-web.cisco.com/1CuQ4T8nh1lpCba4htwynbkAhwuYPBHx1Qjp74x9hzofc3m_a2ZGcCXCoA19cDD6Cf3ec7TxKIJO7zVwsjKC_g2WgKrhj4T3wjMiu8uxLzpsljDU3OTU8G95Bes_g3M8Kh6pbWxFQYL7CaN21BLdmIPe1SRPrdQFlq8gsMqCvigrszUu6kkCr--T9MHczVYpS7LvTfLi2gBwfE7CHFrs2BYY9G7NKhKfGNjejAm0PZS3Hy5MIS2dIrjDS0HiNWjPwZgoNrR8l0OQbSp22D94A7Ny7A1J-sB1L6EpnKGO6fD8T64UCogR8BpVkeq-55oXD/https%3A%2F%2Fgithub.com%2Fkartoone%2Fmybiketraffic%2Fissues%2F4, or unsubscribehttps://secure-web.cisco.com/1Uk5ZQr6oKU01RH2psAoaWVwKkBxJbKCjUdTtM5J0H8WVNTgfc9biZ8dIuMOYLirhD_lZxCCthjilMkH50mBIc7rVIz4oHTAhB7yiINSXXF6cNwLrSpGXfjwdwko48O69DyU6675kF9nYPKLQY68fcmjz0hkJaV2sqUJz_0A7pw7_vpsMl2uWRmK6UBYIVVGt1WewGxKyHFwHSBVc2xTCHZbdxe6gpnTIlf_mU1yIlh5u96bgHTMLJBc1t4asPUdl_Y1txm4XQrfqKgDyTe1dlSzck-KO1wAcaNM1txhEbZRSbvAS2y4_A5wwbkyBvxI-/https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAVKXOZSF3PYCZSFV2EHF4DUUEMR5ANCNFSM5LEOJNYA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

chen-ye commented 2 years ago

Sure, that would be awesome, thanks!

cagnulein commented 2 years ago

@chen-ye since @kartoone is away, do you have a simple FIT file that I can use for reference for #6 Thanks!

kartoone commented 2 years ago

I've added a new CSV export feature to the website @chen-ye - it is only the final locations of all the cars along with the timestamps of when the pass occurred, but I can more detailed info if needed.