121 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
36
views
Indexing issue in python script for detection of hairpin curves in road gpx
I have a working script that will process gpx files in the same folder as the script, detect hairpin curves and make a report, with length and gradient statistics, for straight and for curved portions ...
0
votes
0
answers
132
views
How to build ball bearings based on Modelica language?
How to build a ball bearing?
It is necessary to conduct modeling simulation and visual analysis of its failure-free and failure dynamic models.
Currently, I use the bodyshape component to visualize ...
1
vote
0
answers
251
views
Flutter/ARKit - Show node on GPS location
Would like to show object on GPS location using ARKit in Flutter. I get my position from Geolocator.getCurrentPosition. Then I calculate distance and bearing also using Geolocator
double distance = ...
0
votes
1
answer
679
views
How to make google map camera bearing follow behind user like in Waze App
I am making a navigation App, I am able to update the camera position according to the user location however I have no idea how to make the camera bearing follow the user from behind like in waze and ...
0
votes
1
answer
190
views
Calculate bearing from lateral and longitudinal speeds
How can I calculate the bearing from an relative "origin" by lateral and longitudinal speeds?
For example if the lateral speed was 0 meters a second and the longitudinal speed is positive, ...
0
votes
1
answer
2k
views
How to include compass on the specified location on map using leaflet
How to put compass on specified location and point a certain bearing on location using angular and leaflet
Example below
eg. example image here
0
votes
3
answers
325
views
Geodetic coordinates: How to project a point on a line on the same meridian
Given a geodetic segment, e.g., from Brussels to Moscow, and a geodetic point, e.g., Berlin, which can be expressed in PostGIS as follows
select geography 'Linestring(4.35 50.85,37.617222 55.755833)'...
0
votes
0
answers
98
views
Python 2.7 Syntax to calculate line segment bearings - Not populating field
I'm trying to calculate the true north bearing of line segments in a feature class using python 2.7. I have found some posts with information but I need to do this in python modules. (Work ...
0
votes
1
answer
517
views
Javascript question: How do I calculate terminal coordinates from a lat/lng map coordinate given the distance and bearing
I am writing a javascript program which requires calculation of a terminal lat/lng coordinate given:
source lat/lng coordinates
bearing
direction
signature required:
const getTerminalCoords(...
0
votes
1
answer
399
views
Calculate Harvesine and initial bearing for successive points of a panda DataFrame in python
There are so many packages that provide this calculation although most of them are based on points and not data frames or maybe I am making a mistake!
I have found this method that workers with my ...
1
vote
3
answers
917
views
How to check id String is Empty then put a define a default value if is Empty in android studio
this is an taxi app where user get the rotation(bearing) of driver
is working well exept with devices that has not the rotaion (bearing)
like this
Here is the image
if driver device doesn t have this ...
0
votes
0
answers
107
views
How do I calculate a lon/lat from an existing coordinate set and offsets?
I have an problem I need some help with. I have 2 sensors (a weather sensor and a camera) mounted under a large balloon (basically). The weather sensor records pitch, roll, yaw, altitude, heading (0-...
2
votes
1
answer
172
views
r - find the side of turning to achieve smallest angle between two bearings
This question is building on Difference (angle) between two bearings.
Basically, if we can find the difference between two bearings, can we find the side on which the object needs to turn to achieve ...
adl's user avatar
- 1,463
0
votes
1
answer
649
views
azimuth calculation in the python (without geolocation lib)
How can I calculate azimuth without importing Geodesic? (or any other kind of lib)
I want to able to have the same below azi1 and azi2 results giving two geolocations as shown.
>>> from ...
0
votes
1
answer
195
views
difference between bearing calculation methods
I want to able to determine the angle between two geolocations using python. To able to make it happen I considered movable-type website. When made a lookup for point1(42.386391,-71.019037) and ...