Questions tagged [azimuth]

An an angular measurement in a spherical coordinate system.

An azimuth is an angular measurement in a spherical coordinate system. The vector from an observer (origin) to a point of interest is projected perpendicularly onto a reference plane; the angle between the projected vector and a reference vector on the reference plane is called the azimuth.

An example is the position of a star in the sky. The star is the point of interest, the reference plane is the horizon or the surface of the sea, and the reference vector points north. The azimuth is the angle between the north vector and the perpendicular projection of the star down onto the horizon.

Azimuth is usually measured in degrees (°). The concept is used in navigation, astronomy, engineering, mapping, mining and artillery.

Useful Links

113 questions
1
vote
0 answers

How can I get angle of marker on google map

There. I am trying to show marker of current location. I managed to get angle(azimuth) and bearing. I subtract azimuth from bearing for calculation. Then marker points in correct direction, but sometimes it points a little bit right from correct…
user1952115
  • 17
  • 1
  • 7
1
vote
2 answers

Calculate longitude on the 0 degree latitude line, knowing the starting point (latitude,longitude) and azimuth on ellipsoid Earth model

Input: Observer (Lat,Lon WGS84 coordinates) and an azimuth angle (degrees) Output: By considering only the 0 degrees latitude line, I am trying to get the intersection longitude point from the observer point with the given azimuth. I am…
1
vote
1 answer

Error while installing azimuth in meteor project

After Installation of meteor and creation of meteor project I run the following command: sudo meteor add azimuth-views-foundation I get the following error, please suggest what am I missing: => Errors while parsing arguments: …
garima
  • 5,154
  • 11
  • 46
  • 77
1
vote
1 answer

Convert Azimuth/Elevation of a celestial body to Longitude/Latitude on geographic map

I'm working on a project related to astronomy and orbital mechanics. I have some data for a celestial body(for example a satellite or moon...) like it's Azimuth/Elevation, sidereal time of observation, longitude and latitude of observation site... I…
Saeed
  • 141
  • 2
  • 13
1
vote
0 answers

SensorManager.getRotationMatrix strange behavior

I am implementing a compass, getting readings from SensorManager.getRotationMatrix (see code below). I have an imageView that rotates using RotateAnimation. The compass and animation works fine except for one issue: Through the…
gilonm
  • 1,829
  • 1
  • 12
  • 22
1
vote
0 answers

keep the azimuth when the tablet goes from landscape to portrait orientation

I would like to compensate the roll from orientation of my tablet. I work with azimuth,roll, and pitch. I want to use just the azimuth (which the angular position from the center of my installation). When I go from landscape to portrait…
user2216280
  • 73
  • 3
  • 11
1
vote
0 answers

algorithm for collis detection 2d, azimuth defines direction, camera is point, cube is divided to 4 cubes..opengl

I'm doing 3d maze in opengl, 2d like collisions Map is defined like 2dim array ---------x axis |0 0 0 |0 1 0 |0 0 0 | |z axis that 1 is a cube I divide that cube to 4 cubes . _ _ |_|_| |_|_| dot is my camera point with x, z coords now I go down…
woko55
  • 11
  • 1
1
vote
0 answers

How can I calculate sunrise azimuth for multiple locations and dates in R?

I'm using bird banding (ringing for Europeans) records to study the relationship between sunrise azimuth and migration heading. I have the banding (ringing) locations for several thousand birds from Europe and North America for a period of 1935 -…
1
vote
1 answer

Traverse matrix in a direction specified by azimuth

Traverse matrix in a direction specified by azimuth. So I have a 2D matrix and an azimuth. What I want to do is traverse the matrix in that direction. From that azimuth I can derive a line equation. Now I want to traverse the matrix in that…
1
vote
1 answer

Why is there a difference between ephem positions and lookup table positions for moon

I am trying to locate the moon positons (Altitude and Azimuth) using python's ephem module and comparing it to a lookup table for apparent moon positions for my location. I am noticing a significant difference in the values that i obtain for the…
Aasam Tasaddaq
  • 645
  • 4
  • 13
  • 23
0
votes
1 answer

Count the azimuth after ball bounce

I have a ball. I know its azimuth and speed. I want to count the azimuth after a bounce (wall probably). Lets call the azimuth alpha. Image: I know the alpha. I know the wall azimuth. I need "?". Beta would be nice (but not so necesary).
noisy cat
  • 2,865
  • 5
  • 33
  • 51
0
votes
0 answers

How to derive vector from horizontal coordinates

I'm trying to modify a model that starting from horizontal coordinates (https://en.wikipedia.org/wiki/Horizontal_coordinate_system) gives us the cartesian directions (or the unit vector). Having as an input: azimuth (az) and elevation (el) of a…
0
votes
1 answer

Readings from Sensor.TYPE_ACCELEROMETER and Sensor.TYPE_MAGNETIC_FIELD is wrong on real device, but not on emulator?

I'm trying to read the azimuth value off my device. This is done by the following code: val accelerometerReading = FloatArray(3) val magnetometerReading = FloatArray(3) val rotationMatrix = FloatArray(9) val orientationAngles = FloatArray(3) val…
user2408952
  • 2,011
  • 5
  • 24
  • 26
0
votes
0 answers

Can MappingScore() be used to get an absolute measure of scRNAseq dataset similarity to the reference dataset?

I have been using Seurat v4 Reference Mapping align some query scRNAseq datasets that come from IPSC-derived cells that were subject to several directed cortical differentiation protocols at multiple timepoints. The reference dataset I made by…
0
votes
1 answer

Leaflet with degress and azimuth

I'm using react-leaflet and I need to plot a geographic coordinate, degrees and azimuth on the map, as in the image example, but I didn't find how to do it. I have the coordinate and the azimuth and I need to plot the same as it is in the image,…
CeBoLaRk
  • 33
  • 1
  • 4