Skip to main content

Questions tagged [angles]

From Wikipedia: In geometry, an angle is the figure formed by two rays, called the sides of the angle, sharing a common endpoint, called the vertex of the angle. Angles are usually presumed to be in a Euclidean plane, but are also defined in non-Euclidean geometry.

0 votes
0 answers
75 views

My goal is to know the angle in the intersection points between two linear shape using Qgis. (In the picture some of the "seems to be" ok results of the following procedure with the angle ...
pelino's user avatar
  • 75
3 votes
1 answer
92 views

I'm trying to figure how compass bearings map onto a Web Mercator projected map, so I can draw a line in a specific bearing. Magnetic declination needs to be taken into account, but since in Web ...
Sampo's user avatar
  • 133
1 vote
0 answers
60 views

Is there a tool to calculate the subtended angle between an observer & observed point(s)? I've searched on "angle" and generally hunted, but not found anything.
user3418765's user avatar
0 votes
0 answers
180 views

I am working with satellite data. Each scene is approximately 30km squared with 1024 * 1000 pixels. I have the zenith and azimuth angle for each of the four corners, plus the center. I have latitude ...
sil's user avatar
  • 138
2 votes
1 answer
205 views

I want to create tangential lines for each point along a shoreline in QGIS, such as the dashed line I've hand-drawn. These points are not randomly spaced, they each represent the angle at which each ...
Aubree's user avatar
  • 21
4 votes
1 answer
248 views

Working in QGIS 3.34.3 Prizren and have a points layer visualized as 2 blue vector field marker arrows (visualized by angles called angle rbear & lbear respectively). The grey arrow is the 3rd VFM ...
massivedaikon's user avatar
-1 votes
1 answer
44 views

Starting at e.g., https://gisdata-dupage.opendata.arcgis.com/datasets/address-points/explore how does the user find what the ANGLE (type: esriFieldTypeDouble, ...) field represents? Angle measured ...
Dan Jacobson's user avatar
2 votes
0 answers
104 views

How could I find the apices / angular / turning points of a linestring in QGIS3? The logic behind that should be to determine consecutive segments with same direction (always right or always left), ...
Kay's user avatar
  • 1,894
3 votes
2 answers
283 views

According to Calculating Polygon Main Angle using QGIS, it is possible to find the main_angle of a polygon by using a field expression like: main_angle($geometry) Can this function be called using ...
user35594's user avatar
  • 575
3 votes
1 answer
318 views

Labelling lines with the following function: round(degrees(atan2(yat(-1)-yat(0), xat(-1)-xat(0))), 1) || ' º' As you can see in the screenshot, this expression calculates the orientation angle of the ...
Ingrid Ingravida's user avatar
5 votes
1 answer
272 views

I have a layer containing several small square geometries in QGIS. I want to tilt these ones by one to the same angle. So I wrote the following Python code for that, but it does not work properly. ...
Is.Ballad's user avatar
5 votes
2 answers
392 views

I want to create a symbology (line type) for a point layer in QGIS. This line must be perpendicular to the segments of a polygon. I attach an image: To do this I entered an expression in the rotation ...
Ma6matto's user avatar
0 votes
1 answer
98 views

I would like to find a dynamic method, using a Geometry Generator expression, to draw a categorized lines geometries from a range values of lines angles I try to expose the initial state of the lines ...
Acperience's user avatar
  • 1,162
0 votes
3 answers
299 views

I would like to create a raster in which the cell values contain the angle between that cell and a single vector point. It would be as though a line were projected between the cell and the point, and ...
Matt's user avatar
  • 77
5 votes
1 answer
289 views

When using angle_at_vertex($geometry,0) 324.022 in the Field Calculator of QGIS the values seem correct from a visual check. However when using feature.geometry().angleAtVertex(0) 5.616644978134382 ...
maxwhere's user avatar
  • 1,238

15 30 50 per page
1
2 3 4 5
10