Glad that's clarifiedI'm the tool
Glad that's clarifiedI'm the tool
Just tried it on one of my local rides, seemed to have worked a treat!
Only problem is as you say, will only replicate the first 10 segments in one day.
So my question is, if I do the same again tomorrow on the same ride, will it miss out the first 10 segments that it's already created and go on to the next 10?
Thanks again though, sure saves a lot of time and may tempt riders to start using the e bike ride category on strava.
Strava is a tool used by bikers to "race" on multi use trails. If old timey bikes don't want to use the latest equipment to get KOMs then that is their problem. My bike is governed to 17 mph. Some trails are next to impossible to get a KOM with an ebike because the old timey bikes are much faster. I get passed all the time by road bikers, mountain bikers, and fat bikers (in the snow). The ebike is just another facet of biking and Strava users need to get over themselves. I've had Stravaholes yell "trail" at me many times. I can do a 20 mile ride and cover 50 segments. What the heck is up with that? If a segment isn't at least a mile it should be deleted. IMHO
This year I've been seeing a boat load of CX bikes on the trail. Do regular strava users know that CX bikers are trying to steal their KOMs? LOL
Strava has never been an entirely fair playing field.
And it's full of KOM hunters. Folk will travel specifically to a segment to try for a PR/KOM because of the conditions.
eg.
Most off road descent KOMs will be set in prime conditions
Most flat road KOMs will have been set either in a group (drafting) or tail wind.
loads of the flater smoother non technical off road KOMs around here are held by roadies on gravel/CX bikes.
The fairest segments on STRAVA are long non technical climbs (on or off road). Using a motor to set a KOM is clearly taking the piss.
@Utah Rider - Do you have ANY non assisted KOMs ?
So just to be clear, for me to get a KOM on an ebike is all in good fun. I don't care about the little ridiculous 25s segments. I am after the 1hr balls to the wall segments. The locals here are really possessive of their KOMs and any victory is quickly flagged and short lived so their is no need to get all upset that an ebiker is getting KOMs. Some KOMs are really old and the trail has been rebuilt with tall water bars or actually rerouted so the trail is not no longer in the original condition that the KOM was first set.
I look at it like I am doing these guys a favor by bringing some competition to an otherwise stale segment. It should be a feather in their cap that they can beat an ebike and they can have bragging rights. So my bike is 52 lbs, I usually carry an extra battery in a Camelbak Hawg with supplies so we are talking around 16 lbs plus a riding weight around 200 lbs. That is a total weight around 270 lbs/122 kg on a low powered/governed ebike. Ebikes have no benefit on the downhill and the regular mtn bike can outpace me on the flats so I have to try and make up time loss on the climb. It is just a different way to race for the KOM.
A regular old timey KOM holder is going to show up at a segment well rested, no extra gear, no water and tipping a buck fifty on the scales. They should welcome the competition from what would be classified as a Clyde! I also have 5 screws and a plate in my right ankle. Not that I want special treatment but that the traditional KOMie (see what I did there) should embrace the competition from ebikes and use it to improve their skills for a real race. Sure it is not going to happen but hey, I tried. LOL
Not long ago I got a KOM on a technical single track moto trail that goes straight up the mountain. The next day I got an email that I had lost the KOM by a minute by the former KOM holder. I don't know if the guy was riding a regular bike, an ebike, or a moto. It doesn't matter to me. It's all in good fun. I can't wait to go back and see if I can beat him. Cheers
Just because somebody else cheat does not give you permission to do the same...... I think that your attitude is outright pathetic and if there are many of your breed with that same stupid attitude I better understand why emtb's have a such a hard time in USA. If you are riding an emtb you flag it as an ebike ride or you are nothing but a poor cheater that can't even get close to KOM without a 750 watts engine giving support.....
Karsten
Or you should try to be a bit more mature..........I think your attitude is disgusting and people like you is the culprit as to why there is a lot of resistance towards EMTB's!
Karsten
I'd expect nothing less in a country full of crims
In the absence of Strava doing something on their own, I've written a little javascript user script to automate the process of copying bike segments on a ride to ebike segments. I'm a programmer but not a javascript expert, so sorry for any bugs - it works for me, at least! Don't panic if the script accidentally creates a segment you didn't want - as long as it's yours, you can delete it, or change it from private to public (but NOT the other way). Also keep in mind that Strava limits you to creating 10 new segments a day.
Anyway, to use it, all you need to do is:
1. Download tampermonkey (Tampermonkey for Chrome) or another userscript manager
2. Open this link (https://github.com/nickbeeton/garminstuff/raw/master/Convert bike segments to ebike segments on Strava.user.js)
On tampermonkey at least, it will automatically ask you to install the script, so just click "Install"
3. Open any of your ebike rides on Strava - it should show you a couple new buttons titled "Copy Bike Segments to PUBLIC Ebike Segments" and "Copy Bike Segments to PRIVATE Ebike Segments". If you press one of these buttons, the script will briefly change your ebike ride to a bike ride, look at the list of bike segments on your ride, then change your ride back to ebike and try to create ebike segments with the same names and locations as the bike ride segments. You can open the developer console (Ctrl-Shift-I) to see if it failed for any reason - it will refuse to create an ebike segment that's too similar to one that exists already.
Let me know if it works for you, and what you think!
In the absence of Strava doing something on their own, I've written a little javascript user script to automate the process of copying bike segments on a ride to ebike segments. I'm a programmer but not a javascript expert, so sorry for any bugs - it works for me, at least! Don't panic if the script accidentally creates a segment you didn't want - as long as it's yours, you can delete it, or change it from private to public (but NOT the other way). Also keep in mind that Strava limits you to creating 10 new segments a day.
Anyway, to use it, all you need to do is:
1. Download tampermonkey (Tampermonkey for Chrome) or another userscript manager
2. Open this link (https://github.com/nickbeeton/garminstuff/raw/master/Convert bike segments to ebike segments on Strava.user.js)
On tampermonkey at least, it will automatically ask you to install the script, so just click "Install"
3. Open any of your ebike rides on Strava - it should show you a couple new buttons titled "Copy Bike Segments to PUBLIC Ebike Segments" and "Copy Bike Segments to PRIVATE Ebike Segments". If you press one of these buttons, the script will briefly change your ebike ride to a bike ride, look at the list of bike segments on your ride, then change your ride back to ebike and try to create ebike segments with the same names and locations as the bike ride segments. You can open the developer console (Ctrl-Shift-I) to see if it failed for any reason - it will refuse to create an ebike segment that's too similar to one that exists already.
Let me know if it works for you, and what you think!
@nickbeeton - Cool - thanks Nick!
Hmm don't know why that's not updating. Anyway 0.5.1 should still hopefully work fine. If it doesn't work, just run it again.Hey Nick - just tried updating the script but I'm only getting version 0.5.1 - seems no way of getting 0.5.2 (yet).
The World's largest electric mountain bike community.