Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS


Reply
 
Share Thread Tools Display Modes
Old 06-29-2004, 04:15 AM   #1
Registered User
 
Skraggy_uk's Avatar
 
Join Date: May 2002
Location: Warrington UK
Posts: 1,484
Skraggy_uk is on a distinguished road
Don't know if this is any use for developer types..

But if you go to the Navtech/Navteq Site you can register to download the developer document explaining the SDAL file/data format that they use for their DVD/CDROMS. Looks pretty hardcore C programming advice, and way over my head, but quite interesting reading.

Might enable someone to code a GPS module for the popular software for the CarPC, to read factory Navtech DVD/CDROMS and use the Navtech voice and routing data?

Admins, move to the software Dev board if you consider it more appropriate there.

Also Brew data samples can be downloaded to aid programming of data access programs and DBs.

The whole Navteq site is pretty interesting.
__________________
4x4 in a turbo stylee.
Skraggy_uk is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 06-30-2004, 01:23 AM   #2
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
Thanks thats very cool, the navtech database is one of the best I have used. I'll play around with this...

They want all my personal details, did you already download the spec? If so, could you post it or email it to me?
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Old 06-30-2004, 03:22 AM   #3
Registered User
 
Skraggy_uk's Avatar
 
Join Date: May 2002
Location: Warrington UK
Posts: 1,484
Skraggy_uk is on a distinguished road
It's quite a large pdf, but I'll see about zipping and attaching it, or posting a link from a space on my site if the admins have no objections, when I get home from work this evening.

But I warn you, it is very seriously hardcore stuff I there.
__________________
4x4 in a turbo stylee.
Skraggy_uk is offline   Reply With Quote
Old 06-30-2004, 03:27 AM   #4
Constant Bitrate
 
Needstorage's Avatar
 
Join Date: May 2004
Location: Belgium
Posts: 176
Needstorage is on a distinguished road
Quote: Originally Posted by Skraggy_uk
But I warn you, it is very seriously hardcore stuff I there.

Amaze me...
Needstorage is offline   Reply With Quote
Old 06-30-2004, 04:41 AM   #5
Registered User
 
Skraggy_uk's Avatar
 
Join Date: May 2002
Location: Warrington UK
Posts: 1,484
Skraggy_uk is on a distinguished road
It's all talk about data parcels (not packets). Will post it as soon as I'm home.
__________________
4x4 in a turbo stylee.
Skraggy_uk is offline   Reply With Quote
Old 06-30-2004, 06:03 AM   #6
Registered User
 
Skraggy_uk's Avatar
 
Join Date: May 2002
Location: Warrington UK
Posts: 1,484
Skraggy_uk is on a distinguished road
Going to try and copy it to my webserver. It is a 1.5meg even when zipped.

You can download it Here (SDAL_spec.zip). If it is slow, don't panic, it is hanging of the upstream to my 512k/256k ADSL line.
__________________
4x4 in a turbo stylee.
Skraggy_uk is offline   Reply With Quote
Old 06-30-2004, 06:05 AM   #7
Constant Bitrate
 
Needstorage's Avatar
 
Join Date: May 2004
Location: Belgium
Posts: 176
Needstorage is on a distinguished road
Quote: Originally Posted by Skraggy_uk
You can download it Here (SDAL_spec.zip).

Thank you... gonna take a look at it...
Needstorage is offline   Reply With Quote
Old 06-30-2004, 10:31 AM   #8
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
Thanks, skraggy! got it too.
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-30-2004, 10:35 AM   #9
Registered User
 
Skraggy_uk's Avatar
 
Join Date: May 2002
Location: Warrington UK
Posts: 1,484
Skraggy_uk is on a distinguished road
No probs. Just thought it might be useful for someone wanting the code a Kickass Sat Nav system to use factory DVD and CD's. What better than being able to use the disks that you have already paid for when you bought the car, and as it is an open format, you should be ableuse disks from other manufacturers too (in theory).
__________________
4x4 in a turbo stylee.
Skraggy_uk is offline   Reply With Quote
Old 06-30-2004, 10:46 AM   #10
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
'parcels' BTW are like pages in a database, they are sort of like what packets are to a network, except they are fixed size.

When you use oracle, sqlserver.... data is fetched off the disk, or from the cache in pages. A page typically has user-data or index-data, meta data and a free list (typically at the end).

It appears that NavTech hired some RDBMS engineers to to the SDAL because its very similar. They are some interesting storage indexes, b-trees for non-spatial and kd-trees (which are used for orthogonal range searchings - say you were looking for what POI fall into a given bounding rectange, a kd-tree would be fast)...

Something to read tonight now...
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Old 06-30-2004, 11:20 AM   #11
Registered User
 
Skraggy_uk's Avatar
 
Join Date: May 2002
Location: Warrington UK
Posts: 1,484
Skraggy_uk is on a distinguished road
I've donea little with Oracle/Postgres/Mysql, but it has all been web app type stuff using the DB, in what ever flavour of SQL, haven't really done much DB engineering/mechanics/theory type stuff.

Glad it was proved useful. I found the part I have gotten through so far very interesting too, even though most of it went "Woosh", at quite an altitude.
__________________
4x4 in a turbo stylee.
Skraggy_uk is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
could we have a sub forum for diffrent types of car crash893 Mp3car Forum Suggestions/Comments 6 03-10-2004 01:49 AM
Screen types imi1232000 LCD/Display 0 01-18-2004 03:10 PM
Case types and power supply petera General Hardware Discussion 0 12-17-2003 01:32 PM
Different Suspend Types of Motherboards qjones General Hardware Discussion 0 08-14-2003 04:46 PM
types of video????? etrik General Hardware Discussion 2 07-21-2000 09:59 AM



All times are GMT -5. The time now is 07:02 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics