Downloading the track file
Posted: Sun Aug 10, 2014 4:09 pm
Now we want to export the track data. Again, this is an xml file that HLT uses to store the points of interest (POI). The POI define the start/finish, turns, descriptions, etc., of the track.
Like the lap data, the track data can be "downloaded" by emailing it to oneself. Unfortunately, this emailing option is only available for uncertified tracks. So if you only have certified tracks on HLT, you won't be able to download the track data unless you create an uncertified track. It is, however, pretty easy to create a new track -- just press the "New Track" button when you start HLT. All you have to do is define a start/finish line.
Again, the following steps that describe how to download track data from HLT may be skipped as they are not necessary for creating a road rally track, but you probably want to go through them just to become more familiar with how HLT works.
I'll assume you have an uncertified track HLT.
1. Open HLT v18.2 or above and go to the "Lap list" page
2. Click on an uncertified track and scroll to the bottom of the page
3. Click on Certify
4. Click the Certify button
5. PLEASE BE CAREFULL AND DO NOT MAIL THIS TO HARRY! Change the recipient to yourself!!!
6. Click on Send
When you receive the email, place the attachment into a folder. The folder can have any name, but I will use HLT\gzip. I typically rename the file XxxxxTrack.hpoiz, where Xxxxx is the course name.
The next step is to uncompress the file. Since I am a Windows user, the following will be Windows based. I know little about Apple PCs, so maybe someone else can pipe in.
In my HLT directory I created a subdirectory named xml. We'll uncompress the file in the gzip directory to the xml directory. I use a program called 7za (7-zip.org). Be sure to install this in the Windows search PATH (Didn't I warn that this was going to be geeky?). The easiest way to do this is to be sure 7za.exe is in the c:\Windows directory.
1. Open the Windows command prompt (hint: Start button, search "Cmd")
2. Change your directory to \HLT\xml (you'll probably have to specify the drive letter)
3. Enter the command "7za e -tgzip ..\gzip\XxxxxTrack.hpoiz"
4. You should now have a file in the xml directory XxxxxTrack. Rename it to XxxxxTrack.xml.
You may now open the file in a text editor to view it. I use Notepad++ (notepad-plus-plus.org). Next we'll take a look at the contents of the track and lap files.
Deven
Like the lap data, the track data can be "downloaded" by emailing it to oneself. Unfortunately, this emailing option is only available for uncertified tracks. So if you only have certified tracks on HLT, you won't be able to download the track data unless you create an uncertified track. It is, however, pretty easy to create a new track -- just press the "New Track" button when you start HLT. All you have to do is define a start/finish line.
Again, the following steps that describe how to download track data from HLT may be skipped as they are not necessary for creating a road rally track, but you probably want to go through them just to become more familiar with how HLT works.
I'll assume you have an uncertified track HLT.
1. Open HLT v18.2 or above and go to the "Lap list" page
2. Click on an uncertified track and scroll to the bottom of the page
3. Click on Certify
4. Click the Certify button
5. PLEASE BE CAREFULL AND DO NOT MAIL THIS TO HARRY! Change the recipient to yourself!!!
6. Click on Send
When you receive the email, place the attachment into a folder. The folder can have any name, but I will use HLT\gzip. I typically rename the file XxxxxTrack.hpoiz, where Xxxxx is the course name.
The next step is to uncompress the file. Since I am a Windows user, the following will be Windows based. I know little about Apple PCs, so maybe someone else can pipe in.
In my HLT directory I created a subdirectory named xml. We'll uncompress the file in the gzip directory to the xml directory. I use a program called 7za (7-zip.org). Be sure to install this in the Windows search PATH (Didn't I warn that this was going to be geeky?). The easiest way to do this is to be sure 7za.exe is in the c:\Windows directory.
1. Open the Windows command prompt (hint: Start button, search "Cmd")
2. Change your directory to \HLT\xml (you'll probably have to specify the drive letter)
3. Enter the command "7za e -tgzip ..\gzip\XxxxxTrack.hpoiz"
4. You should now have a file in the xml directory XxxxxTrack. Rename it to XxxxxTrack.xml.
You may now open the file in a text editor to view it. I use Notepad++ (notepad-plus-plus.org). Next we'll take a look at the contents of the track and lap files.
Deven