Click here to Skip to main content
16,011,947 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionGoal finding: I just need the name of an algorithm Pin
Quake2Player24-Sep-10 13:19
Quake2Player24-Sep-10 13:19 
AnswerRe: Goal finding: I just need the name of an algorithm Pin
NickHighIQ3-Oct-10 13:46
NickHighIQ3-Oct-10 13:46 
AnswerRe: Goal finding: I just need the name of an algorithm Pin
Radhakrishnan G.3-Nov-10 5:15
Radhakrishnan G.3-Nov-10 5:15 
AnswerRe: How does High Def Streaming Work Pin
Luc Pattyn31-Aug-10 10:14
sitebuilderLuc Pattyn31-Aug-10 10:14 
AnswerRe: How does High Def Streaming Work Pin
Paul Michalik4-Sep-10 0:10
Paul Michalik4-Sep-10 0:10 
QuestionMap projections and calculations Pin
Ian Holtham ICS26-Aug-10 22:56
Ian Holtham ICS26-Aug-10 22:56 
AnswerRe: Map projections and calculations Pin
Per Söderlund20-Sep-10 1:55
Per Söderlund20-Sep-10 1:55 
AnswerRe: Map projections and calculations Pin
Bob100011-Oct-10 0:09
professionalBob100011-Oct-10 0:09 
Your problem breaks down into two parts

1. Datum
This is the basic shape of the earth that is used to model the earth (or any planet). This can be very simple such as treating the earth as a sphere or more complex as a non-spherical object etc. The parameters that make up the model are the datum's, and there are many different datum's, remember there can date back hundreds of years. The most common is WGS84 as used by positioning systems such as GPS. Most modern charts are based on this datum. But not all!

The model also includes what the measurements are referenced to for example Vertical datum can be referenced to sea level at a specific location perhaps using High water springs or Neaps, or an average such as Mean High Water Springs etc!.

If you have data in one datum but are using another then welcome to a world of pain! There are various algorithms available for converting between then (such as Molendsky), check out the US NOAA web sites but accuracy varies. For some datums there are no known accurate conversions.

2. The projection - linked to the datum but deals with how a spherical object is projected on to a flat surface Mercator, Transverse Mercator (TM), Genomic, Lambert, Polar etc.
So you end up with a real mash of things including grids (UTM), military grids, grids for national co-ordinates (OS in the UK etc).

If you are not too concerned about accuracy (planetarium) i.e. working with small scale data (say an accuracy of a couple of miles). Then datums are going to be less important - and you might get away with treating the planet as a sphere!

If accuracy is required seriously think about using a third part package, or prepare for a lot of learning and re-inventing the wheel work!
Questione-book help Pin
Stephan A.26-Aug-10 1:04
Stephan A.26-Aug-10 1:04 
AnswerRe: e-book help Pin
Richard MacCutchan26-Aug-10 1:49
mveRichard MacCutchan26-Aug-10 1:49 
GeneralRe: e-book help Pin
Stephan A.26-Aug-10 2:26
Stephan A.26-Aug-10 2:26 
GeneralRe: e-book help Pin
Richard MacCutchan26-Aug-10 2:54
mveRichard MacCutchan26-Aug-10 2:54 
GeneralRe: e-book help Pin
Stephan A.26-Aug-10 3:44
Stephan A.26-Aug-10 3:44 
QuestionProlog simple problem Pin
Quake2Player24-Aug-10 14:39
Quake2Player24-Aug-10 14:39 
GeneralRe: Prolog simple problem Pin
Quake2Player9-Sep-10 19:28
Quake2Player9-Sep-10 19:28 
QuestionConjugate Gradient iterative solver Pin
Majid Shahabfar13-Aug-10 9:31
Majid Shahabfar13-Aug-10 9:31 
AnswerRe: Conjugate Gradient iterative solver Pin
Luc Pattyn13-Aug-10 10:39
sitebuilderLuc Pattyn13-Aug-10 10:39 
GeneralRe: Conjugate Gradient iterative solver Pin
Majid Shahabfar13-Aug-10 11:13
Majid Shahabfar13-Aug-10 11:13 
GeneralMath Software Pin
Bassam Abdul-Baki11-Aug-10 14:04
professionalBassam Abdul-Baki11-Aug-10 14:04 
AnswerRe: Math Software Pin
Peter_in_278011-Aug-10 14:34
professionalPeter_in_278011-Aug-10 14:34 
GeneralRe: Math Software Pin
Bassam Abdul-Baki11-Aug-10 14:55
professionalBassam Abdul-Baki11-Aug-10 14:55 
GeneralRe: Math Software Pin
Peter_in_278011-Aug-10 15:09
professionalPeter_in_278011-Aug-10 15:09 
GeneralRe: Math Software Pin
Luc Pattyn11-Aug-10 15:19
sitebuilderLuc Pattyn11-Aug-10 15:19 
GeneralRe: Math Software Pin
Luc Pattyn11-Aug-10 15:06
sitebuilderLuc Pattyn11-Aug-10 15:06 
GeneralRe: Math Software Pin
Peter_in_278011-Aug-10 15:11
professionalPeter_in_278011-Aug-10 15:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.