Geographical data Type

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ksudhir466
Participant
Posts: 11
Joined: Fri Sep 05, 2008 4:20 am
Location: chennai

Geographical data Type

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What I've encountered working with the likes of Google and Yahoo is apparently known as "Signed Degrees format" as noted here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply