Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: parsing degree minute second
From
"Ben Hoen" <[email protected]>
To
<[email protected]>
Subject
st: parsing degree minute second
Date
Tue, 31 Jan 2012 13:04:51 -0500
Hello statalisters,
I am trying to extract portions of a string "latitude" (in degree minute
seconds) so that I can convert it to decimal degrees. I have not been able
to get the extraction to work; the ".list" returns null sets for all the
latdd* variables. Can anyone see my error?
clear all
input str20 latitude
"39 - 46 - 21.02 N"
"39 - 44 - 58.66 N"
"118 - 06 - 27.95 N"
end
gen latdd1=regexs(1) if regexm(latitude, "(([0-9]+)[\ - ]([0-9]+)[\ -
]([0-9]+[\.][0-9]+))")
gen latdd2=regexs(2) if regexm(latitude, "(([0-9]+)[\ - ]([0-9]+)[\ -
]([0-9]+[\.][0-9]+))")
gen latdd3=regexs(3) if regexm(latitude, "(([0-9]+)[\ - ]([0-9]+)[\ -
]([0-9]+[\.][0-9]+))")
list
Thank you in advance for any help you can offer.
Ben
Ben Hoen
Principal Research Associate
Lawrence Berkeley National Laboratory
Office: 845-758-1896
Cell: 718-812-7589
[email protected]
http://eetd.lbl.gov/ea/emp/staff/hoen.html
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/