Page 1 of 1

Geographical data Type

Posted: Mon Dec 20, 2010 11:19 pm
by ksudhir466
Hi,
I have columns with valuse as longitude and latitude.
we need to handle this in data stage as geographical datatype and not as varchar or char.
Could you pleae help on this


Thanks
Sudhir

Posted: Mon Dec 20, 2010 11:41 pm
by chulett
What do you mean here by "geographical datatype"? Something specific to a software package? The geocodes (lat/long) I've dealt with in the past are simple decimal values with a scale of 5 or 6, from what I recall. :?

Posted: Mon Dec 20, 2010 11:43 pm
by ray.wurlod
I usually encounter them as Decimal(7,3) or subrecord containing degrees, minutes, seconds and direction. In N years of working with databases I have not encountered a data type called Geographical (though QualityStage does have a GeoMatch matching technique).

Posted: Tue Dec 21, 2010 12:18 am
by chulett
What I've encountered working with the likes of Google and Yahoo is apparently known as "Signed Degrees format" as noted here.