|
or you
can just add code to convert the output decimal degrees to degrees minutes and
seconds. the rundown....(taken from about.com)
1. The whole units of degrees will remain the
same (i.e. in 121.135� longitude, start with 121�).
2. Multiply the decimal by 60 (i.e. .135 * 60 =
8.1).
3. The whole number becomes the minutes
(8').
4. Take the remaining decimal and multiply by
60. (i.e. .1 * 60 = 6).
5. The resulting number becomes the seconds
(6"). Seconds can remain as a decimal.
Take your three
sets of numbers and put them together, using the symbols for degrees (�),
minutes ('), and seconds (") (i.e. 121�8'6" longitude)
yeah! more text parsing and converting to numbers! that will
probably eat a lot of CPU cycles and memory, though.
|
Title: Message
- Re: togeo utility use in batch script Lance Crumbliss
- Re: togeo utility use in batch script Adam Inglis
- RE: togeo utility use in batch script Eric Augenstein
- RE: togeo utility use in batch script Mike Dunne
- togeo utility use in batch script Adam Inglis
- RE: togeo utility use in batch script Lance Crumbliss
- RE: togeo utility use in batch script Lance Crumbliss
- RE: togeo utility use in batch script Lance Crumbliss
