Calculating past coordinate pairs from from current coordinate pairs, a heading, and speed?How to determine...

What is the wife of a henpecked husband called?

Is there some relative to Dutch word "kijken" in German?

Isn't using the Extrusion Multiplier like cheating?

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

Pre-1980's science fiction short story: alien disguised as a woman shot by a gangster, has tentacles coming out of her breasts when remaking her body

How can animals be objects of ethics without being subjects as well?

Why does String.replaceAll() work differently in Java 8 from Java 9?

Compress command output by piping to bzip2

Parsing a string of key-value pairs as a dictionary

Why is working on the same position for more than 15 years not a red flag?

What is the purpose of easy combat scenarios that don't need resource expenditure?

Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?

What is the in-universe cost of a TIE fighter?

What is a jet (unit) shown in Windows 10 calculator?

Enable Advanced Currency Management using CLI

Why zero tolerance on nudity in space?

A minimum of two personnel "are" or "is"?

Does fast page mode apply to ROM?

Can a person refuse a presidential pardon?

Why avoid shared user accounts?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Why Smart Plugs don't require setting port forwarding on router and how to accomplish this with NodeMCU (ESP8266)

Why is "points exist" not an axiom in geometry?

We are very unlucky in my court



Calculating past coordinate pairs from from current coordinate pairs, a heading, and speed?


How to determine vector between two lat/lon pointsHow to filter wrong GPS readings? Detecting “lack of movement” on GPS deviceHow do I group near points with GPS positions?How to calculate a missing (one or more) lat/long value of a bounding rectangle?Calculating “travelled distance” of a GPS track without including “stops”Metrics and features for comparison of aggregated trail datasetMoving from one Latitude and Longitude, to another point?Position of vehicles relative to lead vehicleCan navigation apps use compass and orientation sensors to improve reactivity and accuracy?Autonomous GPS navigation issues













0















I am very new to this side of the world. I am a classical embedded software developer. We want to incorporate GPS in our project. If I have the current Latitude, Longitude, Height,Heading (I hope this is what I think it is, the direction of the vehicle) and speed of the vehicle. Can I calculate the coordinates 20 meter before (I can also convert this to time scale). I am not sure how to proceed with this or what other information. I am not sure if this is totally possible at all.










share|improve this question









New contributor




user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    In short, yes. If you know a location and a direction it is possible to calculate a different location 20 meters in front. How difficult that calculation is depends on what kind of libraries you have access to. This would be fairly trivial if you have some kind of GIS software available. If not, you'd have to dust off your trigonometry textbook I guess ;-) (because latitude and longitude are measured in degrees)

    – Berend
    yesterday











  • I assume your vehicle is moving in a straight line at a constant speed. If not, we don't have enough information. If so then have a look at this post. your question is not quite the same but it should give you some pointers.

    – MappaGnosis
    yesterday











  • @MappaGnosis, Yes considering the vehicle is moving in a straight line and at a constant speed. The thing is I do not have access for any libraries for doing this, everything has to be manually done.

    – user5603723
    19 hours ago













  • @MappaGnosis, Thank you for that link. I went through most of them (haversine, Equirectangular approximation). The problem is I have 2 unknown variable (Lat2, Long2). That becomes impossible to find out with reverse engineering. In all of the methods given in that link, they are assuming they know 2 set of points and finding the distance between them. While I have to assume I know 1 set of point and distance between another and find the 2nd set.

    – user5603723
    19 hours ago
















0















I am very new to this side of the world. I am a classical embedded software developer. We want to incorporate GPS in our project. If I have the current Latitude, Longitude, Height,Heading (I hope this is what I think it is, the direction of the vehicle) and speed of the vehicle. Can I calculate the coordinates 20 meter before (I can also convert this to time scale). I am not sure how to proceed with this or what other information. I am not sure if this is totally possible at all.










share|improve this question









New contributor




user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    In short, yes. If you know a location and a direction it is possible to calculate a different location 20 meters in front. How difficult that calculation is depends on what kind of libraries you have access to. This would be fairly trivial if you have some kind of GIS software available. If not, you'd have to dust off your trigonometry textbook I guess ;-) (because latitude and longitude are measured in degrees)

    – Berend
    yesterday











  • I assume your vehicle is moving in a straight line at a constant speed. If not, we don't have enough information. If so then have a look at this post. your question is not quite the same but it should give you some pointers.

    – MappaGnosis
    yesterday











  • @MappaGnosis, Yes considering the vehicle is moving in a straight line and at a constant speed. The thing is I do not have access for any libraries for doing this, everything has to be manually done.

    – user5603723
    19 hours ago













  • @MappaGnosis, Thank you for that link. I went through most of them (haversine, Equirectangular approximation). The problem is I have 2 unknown variable (Lat2, Long2). That becomes impossible to find out with reverse engineering. In all of the methods given in that link, they are assuming they know 2 set of points and finding the distance between them. While I have to assume I know 1 set of point and distance between another and find the 2nd set.

    – user5603723
    19 hours ago














0












0








0








I am very new to this side of the world. I am a classical embedded software developer. We want to incorporate GPS in our project. If I have the current Latitude, Longitude, Height,Heading (I hope this is what I think it is, the direction of the vehicle) and speed of the vehicle. Can I calculate the coordinates 20 meter before (I can also convert this to time scale). I am not sure how to proceed with this or what other information. I am not sure if this is totally possible at all.










share|improve this question









New contributor




user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am very new to this side of the world. I am a classical embedded software developer. We want to incorporate GPS in our project. If I have the current Latitude, Longitude, Height,Heading (I hope this is what I think it is, the direction of the vehicle) and speed of the vehicle. Can I calculate the coordinates 20 meter before (I can also convert this to time scale). I am not sure how to proceed with this or what other information. I am not sure if this is totally possible at all.







gps






share|improve this question









New contributor




user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 1 min ago









If you do not know- just GIS

5,6581557




5,6581557






New contributor




user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









user5603723user5603723

1




1




New contributor




user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user5603723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1





    In short, yes. If you know a location and a direction it is possible to calculate a different location 20 meters in front. How difficult that calculation is depends on what kind of libraries you have access to. This would be fairly trivial if you have some kind of GIS software available. If not, you'd have to dust off your trigonometry textbook I guess ;-) (because latitude and longitude are measured in degrees)

    – Berend
    yesterday











  • I assume your vehicle is moving in a straight line at a constant speed. If not, we don't have enough information. If so then have a look at this post. your question is not quite the same but it should give you some pointers.

    – MappaGnosis
    yesterday











  • @MappaGnosis, Yes considering the vehicle is moving in a straight line and at a constant speed. The thing is I do not have access for any libraries for doing this, everything has to be manually done.

    – user5603723
    19 hours ago













  • @MappaGnosis, Thank you for that link. I went through most of them (haversine, Equirectangular approximation). The problem is I have 2 unknown variable (Lat2, Long2). That becomes impossible to find out with reverse engineering. In all of the methods given in that link, they are assuming they know 2 set of points and finding the distance between them. While I have to assume I know 1 set of point and distance between another and find the 2nd set.

    – user5603723
    19 hours ago














  • 1





    In short, yes. If you know a location and a direction it is possible to calculate a different location 20 meters in front. How difficult that calculation is depends on what kind of libraries you have access to. This would be fairly trivial if you have some kind of GIS software available. If not, you'd have to dust off your trigonometry textbook I guess ;-) (because latitude and longitude are measured in degrees)

    – Berend
    yesterday











  • I assume your vehicle is moving in a straight line at a constant speed. If not, we don't have enough information. If so then have a look at this post. your question is not quite the same but it should give you some pointers.

    – MappaGnosis
    yesterday











  • @MappaGnosis, Yes considering the vehicle is moving in a straight line and at a constant speed. The thing is I do not have access for any libraries for doing this, everything has to be manually done.

    – user5603723
    19 hours ago













  • @MappaGnosis, Thank you for that link. I went through most of them (haversine, Equirectangular approximation). The problem is I have 2 unknown variable (Lat2, Long2). That becomes impossible to find out with reverse engineering. In all of the methods given in that link, they are assuming they know 2 set of points and finding the distance between them. While I have to assume I know 1 set of point and distance between another and find the 2nd set.

    – user5603723
    19 hours ago








1




1





In short, yes. If you know a location and a direction it is possible to calculate a different location 20 meters in front. How difficult that calculation is depends on what kind of libraries you have access to. This would be fairly trivial if you have some kind of GIS software available. If not, you'd have to dust off your trigonometry textbook I guess ;-) (because latitude and longitude are measured in degrees)

– Berend
yesterday





In short, yes. If you know a location and a direction it is possible to calculate a different location 20 meters in front. How difficult that calculation is depends on what kind of libraries you have access to. This would be fairly trivial if you have some kind of GIS software available. If not, you'd have to dust off your trigonometry textbook I guess ;-) (because latitude and longitude are measured in degrees)

– Berend
yesterday













I assume your vehicle is moving in a straight line at a constant speed. If not, we don't have enough information. If so then have a look at this post. your question is not quite the same but it should give you some pointers.

– MappaGnosis
yesterday





I assume your vehicle is moving in a straight line at a constant speed. If not, we don't have enough information. If so then have a look at this post. your question is not quite the same but it should give you some pointers.

– MappaGnosis
yesterday













@MappaGnosis, Yes considering the vehicle is moving in a straight line and at a constant speed. The thing is I do not have access for any libraries for doing this, everything has to be manually done.

– user5603723
19 hours ago







@MappaGnosis, Yes considering the vehicle is moving in a straight line and at a constant speed. The thing is I do not have access for any libraries for doing this, everything has to be manually done.

– user5603723
19 hours ago















@MappaGnosis, Thank you for that link. I went through most of them (haversine, Equirectangular approximation). The problem is I have 2 unknown variable (Lat2, Long2). That becomes impossible to find out with reverse engineering. In all of the methods given in that link, they are assuming they know 2 set of points and finding the distance between them. While I have to assume I know 1 set of point and distance between another and find the 2nd set.

– user5603723
19 hours ago





@MappaGnosis, Thank you for that link. I went through most of them (haversine, Equirectangular approximation). The problem is I have 2 unknown variable (Lat2, Long2). That becomes impossible to find out with reverse engineering. In all of the methods given in that link, they are assuming they know 2 set of points and finding the distance between them. While I have to assume I know 1 set of point and distance between another and find the 2nd set.

– user5603723
19 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






user5603723 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f313888%2fcalculating-past-coordinate-pairs-from-from-current-coordinate-pairs-a-heading%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








user5603723 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















user5603723 is a new contributor. Be nice, and check out our Code of Conduct.













user5603723 is a new contributor. Be nice, and check out our Code of Conduct.












user5603723 is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f313888%2fcalculating-past-coordinate-pairs-from-from-current-coordinate-pairs-a-heading%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Щит и меч (фильм) Содержание Названия серий | Сюжет |...

is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

Meter-Bus Содержание Параметры шины | Стандартизация |...