Point to polygon walking distanceMap walking distance/time from transit stopsQGIS spatial join, calculating distance from polygon to point layerdistance to polygon boundaryDistance between centroid and farthest point of polygonNNJoin returns incorrect distancesEstimating a location at the minimum distance between a point and a polygonCalculating minimal distance between point and polygons for multiple categories in QGISPostGIS: calculate minimum distance between feature typesWalking distance with pgrouting for several locationsFinding nearest distance between point and polygon layers in QGIS
Can a kensei/swashbuckler use an offhand finesse weapon to trigger sneak attack, without using a bonus action?
Storing voxels for a voxel Engine in C++
Status of proof by contradiction and excluded middle throughout the history of mathematics?
How would a developer who mostly fixed bugs for years at a company call out their contributions in their CV?
Determine direction of mass transfer
Why does Bran want to find Drogon?
Is superuser the same as root?
Alexandrov's generalization of Cauchy's rigidity theorem
Possibility of faking someone's public key
Question about Shemot, locusts
To exponential digit growth and beyond!
Merge pdfs sequentially
How does Dreadhorde Arcanist interact with split cards?
Are runways booked by airlines to land their planes?
Is this homebrew "Cactus Grenade" cantrip balanced?
How does the Earth's center produce heat?
Is "vegetable base" a common term in English?
The disk image is 497GB smaller than the target device
What is to the west of Westeros?
Knight's Tour on a 7x7 Board starting from D5
Why is unzipped directory exactly 4.0K (much smaller than zipped file)?
Flatten not working
Why isn't Tyrion mentioned in 'A song of Ice and Fire'?
Did "hundreds of birds" fall out of the sky in the Netherlands due to a 5G test?
Point to polygon walking distance
Map walking distance/time from transit stopsQGIS spatial join, calculating distance from polygon to point layerdistance to polygon boundaryDistance between centroid and farthest point of polygonNNJoin returns incorrect distancesEstimating a location at the minimum distance between a point and a polygonCalculating minimal distance between point and polygons for multiple categories in QGISPostGIS: calculate minimum distance between feature typesWalking distance with pgrouting for several locationsFinding nearest distance between point and polygon layers in QGIS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I do a research on urban park accessibility. I am working with QGIS 3.4 and ORS-Tools for the distance calculation by foot. A use of ArcGIS is possible.
I use a point layer with geocoded apartements and a few polygon layers representing the parks.
I would like to calculate the walking distance with OpenRouteService (ORS-Tool) to the edge of the nearest park polygon. My latest research results concerning distance point to polygon have always led to the use oft the NNJOIN-Tool, which only calculates the euclidean distance to the nearest polygon.
My first attempt was to calculate the distance between the polygon centroids, representing the park and the apartments. After that I did a query (statistics by category) to filter the shortest distance. But for my research goal I need the distance to the egde of the closest polygon.
qgis accessibility
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I do a research on urban park accessibility. I am working with QGIS 3.4 and ORS-Tools for the distance calculation by foot. A use of ArcGIS is possible.
I use a point layer with geocoded apartements and a few polygon layers representing the parks.
I would like to calculate the walking distance with OpenRouteService (ORS-Tool) to the edge of the nearest park polygon. My latest research results concerning distance point to polygon have always led to the use oft the NNJOIN-Tool, which only calculates the euclidean distance to the nearest polygon.
My first attempt was to calculate the distance between the polygon centroids, representing the park and the apartments. After that I did a query (statistics by category) to filter the shortest distance. But for my research goal I need the distance to the egde of the closest polygon.
qgis accessibility
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I do a research on urban park accessibility. I am working with QGIS 3.4 and ORS-Tools for the distance calculation by foot. A use of ArcGIS is possible.
I use a point layer with geocoded apartements and a few polygon layers representing the parks.
I would like to calculate the walking distance with OpenRouteService (ORS-Tool) to the edge of the nearest park polygon. My latest research results concerning distance point to polygon have always led to the use oft the NNJOIN-Tool, which only calculates the euclidean distance to the nearest polygon.
My first attempt was to calculate the distance between the polygon centroids, representing the park and the apartments. After that I did a query (statistics by category) to filter the shortest distance. But for my research goal I need the distance to the egde of the closest polygon.
qgis accessibility
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I do a research on urban park accessibility. I am working with QGIS 3.4 and ORS-Tools for the distance calculation by foot. A use of ArcGIS is possible.
I use a point layer with geocoded apartements and a few polygon layers representing the parks.
I would like to calculate the walking distance with OpenRouteService (ORS-Tool) to the edge of the nearest park polygon. My latest research results concerning distance point to polygon have always led to the use oft the NNJOIN-Tool, which only calculates the euclidean distance to the nearest polygon.
My first attempt was to calculate the distance between the polygon centroids, representing the park and the apartments. After that I did a query (statistics by category) to filter the shortest distance. But for my research goal I need the distance to the egde of the closest polygon.
qgis accessibility
qgis accessibility
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 4 hours ago
TomazicM
2,1291819
2,1291819
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 5 hours ago
WaltherWalther
162
162
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Walther is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Convert your polygon boundaries to points. Calculate the distance from each apartment to the nearest point
- Use the
Densifytool to add more vertices along the edges of your polygons. - Use the
Extract Verticestool to extract the vertices to a point layer. - Run your distance calculations using the vertex layer instead of the park polygons.
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
);
);
Walther is a new contributor. Be nice, and check out our Code of Conduct.
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%2f323358%2fpoint-to-polygon-walking-distance%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Convert your polygon boundaries to points. Calculate the distance from each apartment to the nearest point
- Use the
Densifytool to add more vertices along the edges of your polygons. - Use the
Extract Verticestool to extract the vertices to a point layer. - Run your distance calculations using the vertex layer instead of the park polygons.
add a comment |
Convert your polygon boundaries to points. Calculate the distance from each apartment to the nearest point
- Use the
Densifytool to add more vertices along the edges of your polygons. - Use the
Extract Verticestool to extract the vertices to a point layer. - Run your distance calculations using the vertex layer instead of the park polygons.
add a comment |
Convert your polygon boundaries to points. Calculate the distance from each apartment to the nearest point
- Use the
Densifytool to add more vertices along the edges of your polygons. - Use the
Extract Verticestool to extract the vertices to a point layer. - Run your distance calculations using the vertex layer instead of the park polygons.
Convert your polygon boundaries to points. Calculate the distance from each apartment to the nearest point
- Use the
Densifytool to add more vertices along the edges of your polygons. - Use the
Extract Verticestool to extract the vertices to a point layer. - Run your distance calculations using the vertex layer instead of the park polygons.
answered 4 hours ago
cskcsk
11.3k1236
11.3k1236
add a comment |
add a comment |
Walther is a new contributor. Be nice, and check out our Code of Conduct.
Walther is a new contributor. Be nice, and check out our Code of Conduct.
Walther is a new contributor. Be nice, and check out our Code of Conduct.
Walther 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.
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%2f323358%2fpoint-to-polygon-walking-distance%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