<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to parse the raw data]]></title><description><![CDATA[<p>Hi, I have problem parsing the received data. I followed the tutorial <a href="https://openrtk.readthedocs.io/en/latest/useOpenRTK/On-a-PC.html" rel="nofollow">https://openrtk.readthedocs.io/en/latest/useOpenRTK/On-a-PC.html</a> link but there is no subfolder named openrtk_data_parse. Can anyone help me .</p>
]]></description><link>https://forum.aceinna.com//topic/411/how-to-parse-the-raw-data</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 04:15:14 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/411.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Sep 2023 01:00:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to parse the raw data on Thu, 21 Sep 2023 01:00:02 GMT]]></title><description><![CDATA[<p>Hi, I have problem parsing the received data. I followed the tutorial <a href="https://openrtk.readthedocs.io/en/latest/useOpenRTK/On-a-PC.html" rel="nofollow">https://openrtk.readthedocs.io/en/latest/useOpenRTK/On-a-PC.html</a> link but there is no subfolder named openrtk_data_parse. Can anyone help me .</p>
]]></description><link>https://forum.aceinna.com//post/1563</link><guid isPermaLink="true">https://forum.aceinna.com//post/1563</guid><dc:creator><![CDATA[HFuser]]></dc:creator><pubDate>Thu, 21 Sep 2023 01:00:02 GMT</pubDate></item><item><title><![CDATA[Reply to how to parse the raw data on Fri, 13 Dec 2024 13:24:02 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/8051">@HFuser</a> Pull the contents from <a href="https://github.com/Aceinna/python-openimu" rel="nofollow">https://github.com/Aceinna/python-openimu</a></p>
<p>to a local repository (perhaps a folder created by you named 'openrtk_data_parse').</p>
<p>Install the requirements.txt (perhaps in your venv) using the command: pip install -r requirements.txt</p>
<p>You can then get the data in the .bin format to a csv parsed by running the <a href="http://main.py" rel="nofollow">main.py</a> file (in the terminal) with the relevant arguments:</p>
<p>For Ex:</p>
<blockquote>
<p>python <a href="http://main.py" rel="nofollow">main.py</a> parse -t openrtk -p &lt;path to the data folder containing the .bin files&gt; -i 10</p>
</blockquote>
<p>The parsed data can be found in the folder where you initially had your .bin files stored.</p>
<p>Run the command below to get more details on how <a href="http://main.py" rel="nofollow">main.py</a> can be used further with the relevant commands associated with that file.</p>
<blockquote>
<p>python <a href="http://main.py" rel="nofollow">main.py</a> parse -h</p>
</blockquote>
]]></description><link>https://forum.aceinna.com//post/1613</link><guid isPermaLink="true">https://forum.aceinna.com//post/1613</guid><dc:creator><![CDATA[Senal]]></dc:creator><pubDate>Fri, 13 Dec 2024 13:24:02 GMT</pubDate></item></channel></rss>