Calculating drive time in QGIS Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Creating drive time polygons using Open Source tools?Calculate driving distance and time from 2 lat/lon pointsRoad graph tool crashes, but works with sample shapefileMeasuring distances between simultaneous pointsCreate a path following a road, interpolating from a set of pointsQGIS proximity raster with extent beyond original coverage?Create polygon layer from point data with number attribute where polygon encloses n% of point data attribute value in QGISExpand Street Network passing through points using QGIS?How to calculate using time functionMoving lines in opposite direction?Calculating distances between points for every available point in the datasetGroup nearby points and find center point for each group
What does the "x" in "x86" represent?
Bonus calculation: Am I making a mountain out of a molehill?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Output the ŋarâþ crîþ alphabet song without using (m)any letters
What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?
How does cp -a work
How do I stop a creek from eroding my steep embankment?
Does polymorph use a PC’s CR or its level?
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
How to deal with a team lead who never gives me credit?
Is the Standard Deduction better than Itemized when both are the same amount?
Did Kevin spill real chili?
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?
Why does Python start at index 1 when iterating an array backwards?
What does '1 unit of lemon juice' mean in a grandma's drink recipe?
Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?
Stars Make Stars
How widely used is the term Treppenwitz? Is it something that most Germans know?
How much radiation do nuclear physics experiments expose researchers to nowadays?
What LEGO pieces have "real-world" functionality?
Is it possible to boil a liquid by just mixing many immiscible liquids together?
The logistics of corpse disposal
Does surprise arrest existing movement?
Calculating drive time in QGIS
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Creating drive time polygons using Open Source tools?Calculate driving distance and time from 2 lat/lon pointsRoad graph tool crashes, but works with sample shapefileMeasuring distances between simultaneous pointsCreate a path following a road, interpolating from a set of pointsQGIS proximity raster with extent beyond original coverage?Create polygon layer from point data with number attribute where polygon encloses n% of point data attribute value in QGISExpand Street Network passing through points using QGIS?How to calculate using time functionMoving lines in opposite direction?Calculating distances between points for every available point in the datasetGroup nearby points and find center point for each group
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have more than 3000 points that spread in in a very big area. I need to find all the points (blue) that are in distance of 50 minute drive time, from the stores (green stars). I want to calculate it in automate way on all the points, and not each point separately.
Not all the stores located on the road layer (brown colored lines are from the Open Street Map).
I read
Creating drive time polygons using Open Source tools?- Calculate driving distance and time from 2 lat/lon points
but didn't found any solution.
I also tried to use the Road graph plugin-with no success.
qgis-plugins point time qgis-2.18
add a comment |
I have more than 3000 points that spread in in a very big area. I need to find all the points (blue) that are in distance of 50 minute drive time, from the stores (green stars). I want to calculate it in automate way on all the points, and not each point separately.
Not all the stores located on the road layer (brown colored lines are from the Open Street Map).
I read
Creating drive time polygons using Open Source tools?- Calculate driving distance and time from 2 lat/lon points
but didn't found any solution.
I also tried to use the Road graph plugin-with no success.
qgis-plugins point time qgis-2.18
add a comment |
I have more than 3000 points that spread in in a very big area. I need to find all the points (blue) that are in distance of 50 minute drive time, from the stores (green stars). I want to calculate it in automate way on all the points, and not each point separately.
Not all the stores located on the road layer (brown colored lines are from the Open Street Map).
I read
Creating drive time polygons using Open Source tools?- Calculate driving distance and time from 2 lat/lon points
but didn't found any solution.
I also tried to use the Road graph plugin-with no success.
qgis-plugins point time qgis-2.18
I have more than 3000 points that spread in in a very big area. I need to find all the points (blue) that are in distance of 50 minute drive time, from the stores (green stars). I want to calculate it in automate way on all the points, and not each point separately.
Not all the stores located on the road layer (brown colored lines are from the Open Street Map).
I read
Creating drive time polygons using Open Source tools?- Calculate driving distance and time from 2 lat/lon points
but didn't found any solution.
I also tried to use the Road graph plugin-with no success.
qgis-plugins point time qgis-2.18
qgis-plugins point time qgis-2.18
edited Oct 13 '18 at 10:55
Kadir Şahbaz
4,69221531
4,69221531
asked Dec 7 '17 at 12:40
newGISnewGIS
1,86321648
1,86321648
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
My approach would be to download the OSM tools plugin for which you will need a Google API key.
Once downloaded select the accessibility tab, choose your options (as seen in the image below) and then select your stores layer.
You can then do a select by location tool to select all of your points that fall within the 50 minute isochrone.
AGW94 the "mins" = minute?
– newGIS
Dec 10 '17 at 8:50
Yes they do equal minutes.
– AWGIS
Dec 11 '17 at 8:46
ok-thanks. I don't understand how to operate the tool- when i insert the layer that i want to measure distances from it (start location) to another layer (end location)- i get unreasonable result
– newGIS
Dec 11 '17 at 10:51
Please could you elaborate?
– AWGIS
Dec 11 '17 at 11:48
1. i want to read more about this tool 2. what layer i choose in the start location- "from layer" field and what layer i choose in the end location- "from layer" field ?
– newGIS
Dec 11 '17 at 12:01
|
show 1 more comment
OSM Tools has been deprecated, replaced by ORS Tools
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f264554%2fcalculating-drive-time-in-qgis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
My approach would be to download the OSM tools plugin for which you will need a Google API key.
Once downloaded select the accessibility tab, choose your options (as seen in the image below) and then select your stores layer.
You can then do a select by location tool to select all of your points that fall within the 50 minute isochrone.
AGW94 the "mins" = minute?
– newGIS
Dec 10 '17 at 8:50
Yes they do equal minutes.
– AWGIS
Dec 11 '17 at 8:46
ok-thanks. I don't understand how to operate the tool- when i insert the layer that i want to measure distances from it (start location) to another layer (end location)- i get unreasonable result
– newGIS
Dec 11 '17 at 10:51
Please could you elaborate?
– AWGIS
Dec 11 '17 at 11:48
1. i want to read more about this tool 2. what layer i choose in the start location- "from layer" field and what layer i choose in the end location- "from layer" field ?
– newGIS
Dec 11 '17 at 12:01
|
show 1 more comment
My approach would be to download the OSM tools plugin for which you will need a Google API key.
Once downloaded select the accessibility tab, choose your options (as seen in the image below) and then select your stores layer.
You can then do a select by location tool to select all of your points that fall within the 50 minute isochrone.
AGW94 the "mins" = minute?
– newGIS
Dec 10 '17 at 8:50
Yes they do equal minutes.
– AWGIS
Dec 11 '17 at 8:46
ok-thanks. I don't understand how to operate the tool- when i insert the layer that i want to measure distances from it (start location) to another layer (end location)- i get unreasonable result
– newGIS
Dec 11 '17 at 10:51
Please could you elaborate?
– AWGIS
Dec 11 '17 at 11:48
1. i want to read more about this tool 2. what layer i choose in the start location- "from layer" field and what layer i choose in the end location- "from layer" field ?
– newGIS
Dec 11 '17 at 12:01
|
show 1 more comment
My approach would be to download the OSM tools plugin for which you will need a Google API key.
Once downloaded select the accessibility tab, choose your options (as seen in the image below) and then select your stores layer.
You can then do a select by location tool to select all of your points that fall within the 50 minute isochrone.
My approach would be to download the OSM tools plugin for which you will need a Google API key.
Once downloaded select the accessibility tab, choose your options (as seen in the image below) and then select your stores layer.
You can then do a select by location tool to select all of your points that fall within the 50 minute isochrone.
answered Dec 7 '17 at 13:06
AWGISAWGIS
779115
779115
AGW94 the "mins" = minute?
– newGIS
Dec 10 '17 at 8:50
Yes they do equal minutes.
– AWGIS
Dec 11 '17 at 8:46
ok-thanks. I don't understand how to operate the tool- when i insert the layer that i want to measure distances from it (start location) to another layer (end location)- i get unreasonable result
– newGIS
Dec 11 '17 at 10:51
Please could you elaborate?
– AWGIS
Dec 11 '17 at 11:48
1. i want to read more about this tool 2. what layer i choose in the start location- "from layer" field and what layer i choose in the end location- "from layer" field ?
– newGIS
Dec 11 '17 at 12:01
|
show 1 more comment
AGW94 the "mins" = minute?
– newGIS
Dec 10 '17 at 8:50
Yes they do equal minutes.
– AWGIS
Dec 11 '17 at 8:46
ok-thanks. I don't understand how to operate the tool- when i insert the layer that i want to measure distances from it (start location) to another layer (end location)- i get unreasonable result
– newGIS
Dec 11 '17 at 10:51
Please could you elaborate?
– AWGIS
Dec 11 '17 at 11:48
1. i want to read more about this tool 2. what layer i choose in the start location- "from layer" field and what layer i choose in the end location- "from layer" field ?
– newGIS
Dec 11 '17 at 12:01
AGW94 the "mins" = minute?
– newGIS
Dec 10 '17 at 8:50
AGW94 the "mins" = minute?
– newGIS
Dec 10 '17 at 8:50
Yes they do equal minutes.
– AWGIS
Dec 11 '17 at 8:46
Yes they do equal minutes.
– AWGIS
Dec 11 '17 at 8:46
ok-thanks. I don't understand how to operate the tool- when i insert the layer that i want to measure distances from it (start location) to another layer (end location)- i get unreasonable result
– newGIS
Dec 11 '17 at 10:51
ok-thanks. I don't understand how to operate the tool- when i insert the layer that i want to measure distances from it (start location) to another layer (end location)- i get unreasonable result
– newGIS
Dec 11 '17 at 10:51
Please could you elaborate?
– AWGIS
Dec 11 '17 at 11:48
Please could you elaborate?
– AWGIS
Dec 11 '17 at 11:48
1. i want to read more about this tool 2. what layer i choose in the start location- "from layer" field and what layer i choose in the end location- "from layer" field ?
– newGIS
Dec 11 '17 at 12:01
1. i want to read more about this tool 2. what layer i choose in the start location- "from layer" field and what layer i choose in the end location- "from layer" field ?
– newGIS
Dec 11 '17 at 12:01
|
show 1 more comment
OSM Tools has been deprecated, replaced by ORS Tools
add a comment |
OSM Tools has been deprecated, replaced by ORS Tools
add a comment |
OSM Tools has been deprecated, replaced by ORS Tools
OSM Tools has been deprecated, replaced by ORS Tools
answered Apr 9 at 2:53
pgagerpgager
40636
40636
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f264554%2fcalculating-drive-time-in-qgis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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