Skip to main content

Questions tagged [mathematics]

The abstract study of topics encompassing quantity, structure, space, change, and other properties

3 votes
2 answers
73 views

I am working with raster data in ArcGIS Pro and am seeking a workflow to extract raster objects enclosed by a value (see image below). I have two input rasters, both binary. I would like to use Region ...
discy's user avatar
  • 31
-1 votes
2 answers
117 views

If B (observer height, 40,000-feet) and C (distance from observer to horizon, 245-miles) are known then how do I solve for Z (radius of the horizon)? The angle of B-C is 86.46-degrees so the angle of ...
John Mathews's user avatar
1 vote
1 answer
140 views

I'm attempting to calculate the angle to the horizon from various heights to determine how much of the Earth's curve should actually be observable; however, every example and website I've seen that ...
John Mathews's user avatar
0 votes
0 answers
195 views

First of all, I check for general intersections: public bool CheckOverlap(BoundingBox boundingBox) { if (this.UpperRight.Longitude < boundingBox.LowerLeft.Longitude) return ...
Martin Yakoslaw's user avatar
0 votes
0 answers
20 views

I have a problem where I need to find the coordinates of a point which is the intersecting point of two circles. I found a similar question on stackoverflow. I understood to some extent, but not able ...
Sid's user avatar
  • 1
2 votes
1 answer
292 views

I need to add a symbol to the lower left corner of the map, so every time I rotate the map, I need to calculate the new coordinate of this symbol (which is the new map extent of the lower left corner)....
Hieu Pham's user avatar
0 votes
0 answers
53 views

A bit of an odd question. We're pulling a sled behind a truck which carries an instrument. We've had to mount the GPS on the truck and are pulling the instrument back and forth in lines in a field. We ...
o3z4's user avatar
  • 119
2 votes
2 answers
520 views

I do not believe my math is incorrect. This is seems like it could be a projection issue. I start with the following two coordinates ( lon, lat in degrees ) a: [37.821055535000085, -46.84417083099993] ...
Eric G's user avatar
  • 123
2 votes
1 answer
214 views

I am trying to calculate standard deviation (observed - mean)/(mean)*100 but I noticed the part where you ".divide(longTermMean)", the math results results are incorrect. I tested out ...
Mas's user avatar
  • 33
2 votes
1 answer
892 views

For my question I have prepared a JsFiddle demo which works well and is fun to play around with: My question is neither about JavaScript nor OpenStreetMap though. It is about mathematics. When you ...
Alexander Farber's user avatar
1 vote
0 answers
34 views

I'm a mathematician who got lost here looking for the name of a graph construction. Sorry if my question is silly/out-of-topic, but it seemed like a good place to ask. I hope my notations are going to ...
thibo's user avatar
  • 111
0 votes
0 answers
137 views

I'm trying to calculate the coordinates (Latitude, Longitude, Altitude) of a point on a line at the minimum distance with another point. I was able to calculate the distance using the formula here: ...
Emanuele Fumagalli's user avatar
0 votes
1 answer
120 views

I have been looking into converting latitude and longitude into x and y coordinates. This link (first answer) provides a perfect answer for me, but I am wondering why it works. I have figured out why ...
Mercator3383279's user avatar
2 votes
1 answer
392 views

I would like to get an average azimuth of a route (like slope in linear regression). I tried using linear regression to calculate a slope and convert that slope to degrees (azimuth), but I got the ...
zigzag's user avatar
  • 151
1 vote
1 answer
815 views

I have two GPS points (Latitude, Longitude, Altitude) the distance between the two points is a maximum of 50 kilometers. How can I calculate the elevation angle? (I want to implement the whole thing ...
Toni's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
9