You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's great that your code analyse fit files.
is the opposite diretion possible: Is there a possibility to create fit files starting from some coordinates ?
The text was updated successfully, but these errors were encountered:
It is definitely possible to create (encode) a FIT file programmatically but this class does not do that. You'd use PHP's pack() rather than unpack() as this class does.
I'm pretty sure there are other projects here that enable you to encode a FIT file, though they may be in another language.
Do you need this functionality in PHP? What's the use case you want to do this for?
If there's nothing out there then I could potentially be tempted to collaborate with you.
Hi @adriangibbons
There are indeed other projects that encodes a FIT file, but I need it in PHP. Our entire framework uses PHP.
There is something like https://github.com/krwes/fit-php that uses somekind of older library.
For the moment I uses your code to go from FIT to GPX.
It's great that your code analyse fit files.
is the opposite diretion possible: Is there a possibility to create fit files starting from some coordinates ?
The text was updated successfully, but these errors were encountered: