Hi:
I've read it is improper to average a series of latitude-longitude coordinates without first converting to Cartesian coordinates.
If someone could provide sas code to process the example data below, I'd appreciate it.
-----------------
data a; input location lat lon;
cards;
1 27.7970 -93.6191
2 28.0290 -93.6310
3 28.3661 -91.1429
;
*Code to convert above spherical coordinates to Cartesian coordinates;
proc print; var location cart_lat cart_lon; run;
* Code to convert the Cartesian coordinates back to spherical coordinates;
proc print; var location lat lon; run;
Purpose?
How large of a geographic region are you dealing with? For most purposes if the area is less than several hundred square miles or kilometers the lat/long behave like Cartesian coordinates for most purposes.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.