What is the difference between pgr_createtopology and pgr_createverticestable?Why does Driving distance of...

Is there a way to pause a running process on Linux systems and resume later?

Is it possible to detect 100% of SQLi with a simple regex?

What could cause an entire planet of humans to become aphasic?

Why don't programs completely uninstall (remove all their files) when I remove them?

What is the Buddhist view in Socratic questioning?

Can you say "leftside right"?

Is there a configuration of the 8-puzzle where locking a tile makes it harder?

Multiple null checks in Java 8

Crack the bank account's password!

Sets which are both Sum-free and Product-free.

Identify non-coding regions from a genome annotation

What does @ mean in a hostname in DNS configuration?

How can I handle players killing my NPC outside of combat?

What is this mysterious *green square* on my Content Editor?

Why write a book when there's a movie in my head?

In the Lost in Space intro why was Dr. Smith actor listed as a special guest star?

How do I avoid the "chosen hero" feeling?

How can I prep for the Curse of Strahd adventure effectively?

What is the reward?

Did ancient Germans take pride in leaving the land untouched?

Why is Shelob considered evil?

Do the speed limit reductions due to pollution also apply to electric cars in France?

Have any astronauts or cosmonauts died in space?

Taking an academic pseudonym?



What is the difference between pgr_createtopology and pgr_createverticestable?


Why does Driving distance of pgRouting return disconnected results?pgRouting: calculate many-to-one shortest pathspgRouting problem: creating topology where segments touchTopology processing after osm2pgrouting?Efficient way to renumber source and target using pgRoutingPostGIS function for pgRoutingProblem with pgr_createTopology in QgisPostGIS/pgrouting pgr_createTopology return an empty tableWhy PgRouting NodeNetwork function doesn't create cost and reverse_cost columns?pgRouting assign source and target value to streets based on available nodes













0















I'm using pgRouting and I'm going through the manual (Release 2.1.0) and in chapter five, it says:



• pgr_createTopology - to create a topology based on the geometry.



• pgr_createVerticesTable - to reconstruct the vertices table based on the source and target information.



When I run them, I get the exact same outputs. Both pgr_createtopology and pgr_createverticestable give me a new layer public.network_vertices_pgr with:



              id|cnt|chk|ein|eou|the_geom 


As far as I can tell the two functions are doing the exact same thing, and it would be redundant to run both of them, I just wanted to see if there is a difference that I'm overlooking.










share|improve this question



























    0















    I'm using pgRouting and I'm going through the manual (Release 2.1.0) and in chapter five, it says:



    • pgr_createTopology - to create a topology based on the geometry.



    • pgr_createVerticesTable - to reconstruct the vertices table based on the source and target information.



    When I run them, I get the exact same outputs. Both pgr_createtopology and pgr_createverticestable give me a new layer public.network_vertices_pgr with:



                  id|cnt|chk|ein|eou|the_geom 


    As far as I can tell the two functions are doing the exact same thing, and it would be redundant to run both of them, I just wanted to see if there is a difference that I'm overlooking.










    share|improve this question

























      0












      0








      0








      I'm using pgRouting and I'm going through the manual (Release 2.1.0) and in chapter five, it says:



      • pgr_createTopology - to create a topology based on the geometry.



      • pgr_createVerticesTable - to reconstruct the vertices table based on the source and target information.



      When I run them, I get the exact same outputs. Both pgr_createtopology and pgr_createverticestable give me a new layer public.network_vertices_pgr with:



                    id|cnt|chk|ein|eou|the_geom 


      As far as I can tell the two functions are doing the exact same thing, and it would be redundant to run both of them, I just wanted to see if there is a difference that I'm overlooking.










      share|improve this question














      I'm using pgRouting and I'm going through the manual (Release 2.1.0) and in chapter five, it says:



      • pgr_createTopology - to create a topology based on the geometry.



      • pgr_createVerticesTable - to reconstruct the vertices table based on the source and target information.



      When I run them, I get the exact same outputs. Both pgr_createtopology and pgr_createverticestable give me a new layer public.network_vertices_pgr with:



                    id|cnt|chk|ein|eou|the_geom 


      As far as I can tell the two functions are doing the exact same thing, and it would be redundant to run both of them, I just wanted to see if there is a difference that I'm overlooking.







      postgresql pgrouting






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 20 mins ago









      Renée PoitrasRenée Poitras

      63




      63






















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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f313247%2fwhat-is-the-difference-between-pgr-createtopology-and-pgr-createverticestable%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
















          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%2f313247%2fwhat-is-the-difference-between-pgr-createtopology-and-pgr-createverticestable%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 Содержание Параметры шины | Стандартизация |...