calculation exposure of a point

Hello to all,

I have a dataset with georeferenced points and their altitudes.

Is it possible to get the exposure (North, South, East, West) of these points through a possible package?

Example of the dataset :

df <- data.frame(long = c(7.313608 , 7.28031156), 
                 lat = c(48.6 , 48.60276868), 
                 alt = c(709, 875.75))

Thank's

What is the exposure of a point ?
It's something with a mathematical meaning?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.