BookmarkSubscribeRSS Feed
jserafy
Calcite | Level 5

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;

1 REPLY 1
ballardw
Super User

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.

 

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 174 views
  • 0 likes
  • 2 in conversation