Cost distance tool to figure out shortest distance over water between 2 pointsCreate an optimised path...

How do anti-virus programs start at Windows boot?

I need to drive a 7/16" nut but am unsure how to use the socket I bought for my screwdriver

Making a sword in the stone, in a medieval world without magic

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

How could a scammer know the apps on my phone / iTunes account?

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Is it possible that AIC = BIC?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

Why using two cd commands in bash script does not execute the second command

How to explain that I do not want to visit a country due to personal safety concern?

Distribution of Maximum Likelihood Estimator

Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?

PTIJ: Who should pay for Uber rides: the child or the parent?

Russian cases: A few examples, I'm really confused

Unreachable code, but reachable with exception

Is it possible to upcast ritual spells?

How do I interpret this "sky cover" chart?

How is the Swiss post e-voting system supposed to work, and how was it wrong?

What is this large pipe coming out of my roof?

What are some nice/clever ways to introduce the tonic's dominant seventh chord?

Ban on all campaign finance?

An Accountant Seeks the Help of a Mathematician

Will a pinhole camera work with instant film?

How to deal with taxi scam when on vacation?



Cost distance tool to figure out shortest distance over water between 2 points


Create an optimised path between nodes avoiding polygons entitiesAnalysing movement using cost surfaces with ArcGIS Path Distance tool?ArcGIS: Least-Cost Path between points; Source DestinationissueHow to measure distance between points based on elevation?Least cost path between various points QGISLeast Cost Path Distance to nearest polygon using ArcGIS Desktop?Iterate cost distance/cost path over multiple pointsUsing cost path in ArcGIS Spatial Analyst?Calculating distance while adjusting for obstacles in ArcGIS Desktop?How can I estimate a Least Cost Path in Google Earth Engine?Calculating shortest distance between two points on water, avoiding land?













0















I have multiple points in a bay and I need to figure out the distance of each point to the nearest inlet, without going over land. I have been told to use the Cost Path or the Cost Distance tool but am very lost. Would my 'input raster' be the inlet or the other points? I am guessing the input cost raster would be a raster of the body of water? Do I need to be using the model builder for this tool, or use the cost path tool first?










share|improve this question

























  • Check out this process. It's pretty much what you are looking for. See my comment at the bottom about making it easier to work with. gis.stackexchange.com/questions/190640/…

    – brink
    Jan 28 at 19:55













  • Welcome to GIS SE! As a new user, please be sure to take the short tour to learn about this site's focused Q&A format.

    – Andy
    Jan 28 at 20:23
















0















I have multiple points in a bay and I need to figure out the distance of each point to the nearest inlet, without going over land. I have been told to use the Cost Path or the Cost Distance tool but am very lost. Would my 'input raster' be the inlet or the other points? I am guessing the input cost raster would be a raster of the body of water? Do I need to be using the model builder for this tool, or use the cost path tool first?










share|improve this question

























  • Check out this process. It's pretty much what you are looking for. See my comment at the bottom about making it easier to work with. gis.stackexchange.com/questions/190640/…

    – brink
    Jan 28 at 19:55













  • Welcome to GIS SE! As a new user, please be sure to take the short tour to learn about this site's focused Q&A format.

    – Andy
    Jan 28 at 20:23














0












0








0








I have multiple points in a bay and I need to figure out the distance of each point to the nearest inlet, without going over land. I have been told to use the Cost Path or the Cost Distance tool but am very lost. Would my 'input raster' be the inlet or the other points? I am guessing the input cost raster would be a raster of the body of water? Do I need to be using the model builder for this tool, or use the cost path tool first?










share|improve this question
















I have multiple points in a bay and I need to figure out the distance of each point to the nearest inlet, without going over land. I have been told to use the Cost Path or the Cost Distance tool but am very lost. Would my 'input raster' be the inlet or the other points? I am guessing the input cost raster would be a raster of the body of water? Do I need to be using the model builder for this tool, or use the cost path tool first?







spatial-analyst distance cost-path cost-surface least-cost






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 28 at 21:17









Andy

1,233614




1,233614










asked Jan 28 at 19:33









grosgros

11




11













  • Check out this process. It's pretty much what you are looking for. See my comment at the bottom about making it easier to work with. gis.stackexchange.com/questions/190640/…

    – brink
    Jan 28 at 19:55













  • Welcome to GIS SE! As a new user, please be sure to take the short tour to learn about this site's focused Q&A format.

    – Andy
    Jan 28 at 20:23



















  • Check out this process. It's pretty much what you are looking for. See my comment at the bottom about making it easier to work with. gis.stackexchange.com/questions/190640/…

    – brink
    Jan 28 at 19:55













  • Welcome to GIS SE! As a new user, please be sure to take the short tour to learn about this site's focused Q&A format.

    – Andy
    Jan 28 at 20:23

















Check out this process. It's pretty much what you are looking for. See my comment at the bottom about making it easier to work with. gis.stackexchange.com/questions/190640/…

– brink
Jan 28 at 19:55







Check out this process. It's pretty much what you are looking for. See my comment at the bottom about making it easier to work with. gis.stackexchange.com/questions/190640/…

– brink
Jan 28 at 19:55















Welcome to GIS SE! As a new user, please be sure to take the short tour to learn about this site's focused Q&A format.

– Andy
Jan 28 at 20:23





Welcome to GIS SE! As a new user, please be sure to take the short tour to learn about this site's focused Q&A format.

– Andy
Jan 28 at 20:23










1 Answer
1






active

oldest

votes


















0














The below workflow will work (assuming I have understood your requirements):





  • Run Cost Distance




    • Source = inlets (create a raster or point feature class of just the inlets, everything else NoData).

    • Cost = 1 for water, NoData for land.



  • Use Extract Values to Points to get the least cost distance from each of your points to the nearest inlet.



enter image description here






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f310210%2fcost-distance-tool-to-figure-out-shortest-distance-over-water-between-2-points%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









    0














    The below workflow will work (assuming I have understood your requirements):





    • Run Cost Distance




      • Source = inlets (create a raster or point feature class of just the inlets, everything else NoData).

      • Cost = 1 for water, NoData for land.



    • Use Extract Values to Points to get the least cost distance from each of your points to the nearest inlet.



    enter image description here






    share|improve this answer






























      0














      The below workflow will work (assuming I have understood your requirements):





      • Run Cost Distance




        • Source = inlets (create a raster or point feature class of just the inlets, everything else NoData).

        • Cost = 1 for water, NoData for land.



      • Use Extract Values to Points to get the least cost distance from each of your points to the nearest inlet.



      enter image description here






      share|improve this answer




























        0












        0








        0







        The below workflow will work (assuming I have understood your requirements):





        • Run Cost Distance




          • Source = inlets (create a raster or point feature class of just the inlets, everything else NoData).

          • Cost = 1 for water, NoData for land.



        • Use Extract Values to Points to get the least cost distance from each of your points to the nearest inlet.



        enter image description here






        share|improve this answer















        The below workflow will work (assuming I have understood your requirements):





        • Run Cost Distance




          • Source = inlets (create a raster or point feature class of just the inlets, everything else NoData).

          • Cost = 1 for water, NoData for land.



        • Use Extract Values to Points to get the least cost distance from each of your points to the nearest inlet.



        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 7 mins ago

























        answered Jan 28 at 20:10









        user2856user2856

        30.2k258105




        30.2k258105






























            draft saved

            draft discarded




















































            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%2f310210%2fcost-distance-tool-to-figure-out-shortest-distance-over-water-between-2-points%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 Содержание Параметры шины | Стандартизация |...