Some of you may know that I have built an application for parsing a ride file by training level (e.g., Andy Coggan's L1-L7). This is a rather complex app and I'm not looking to go into overload but I do have a question for those of you who might eventually want to break down your rides this way.
An obvious issue is whether to use AP or NP to categorize a high-intensity effort (e.g., L4-L7). Presently, this is defined by level. IOW, if you want to use AP for all efforts, you can. If you want to use NP for all efforts, you can (with the exception of L7 because the L7 durations are too short). Or, if you want to use AP for some efforts (e.g., L5-L7) and NP for other efforts (e.g., L4), you can do that too. But, another approach (much more complex) would be to use a duration cut point rather than by level. IOW, let's say you want to categorize efforts >= 20mins by NP and all other efforts by AP. Would you want to do it that way? I hope not, because it will be a pain in the ass (don't ask why), but I thought I would pose the question before I ship this little sucker off to Andy to try and break it (I have little doubt that he can break it or at least "trick it"😉. Then I'll fix it and we'll see what happens next.