88msgstr ""
99"Project-Id-Version : pgRouting v3.8\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-04-04 16:30 +0000\n "
11+ "POT-Creation-Date : 2025-04-05 01:34 +0000\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -8351,16 +8351,6 @@ msgid ""
83518351":doc:`pgr_createTopology`"
83528352msgstr ""
83538353
8354- msgid ""
8355- "``integer`` Number of vertices in the edge_table that reference this "
8356- "vertex. See :doc:`pgr_analyzeGgraph <pgr_analyzeGraph>`."
8357- msgstr ""
8358-
8359- msgid ""
8360- "``integer`` Indicator that the vertex might have a problem. See "
8361- ":doc:`pgr_analyzeGraph <pgr_analyzeGraph>`."
8362- msgstr ""
8363-
83648354msgid ""
83658355"``integer`` Number of vertices in the edge_table that reference this "
83668356"vertex as incoming."
@@ -8371,9 +8361,6 @@ msgid ""
83718361"vertex as outgoing."
83728362msgstr ""
83738363
8374- msgid ":doc:`pgr_analyzeGraph`"
8375- msgstr ""
8376-
83778364msgid "``pgr_articulationPoints``"
83788365msgstr ""
83798366
@@ -10108,18 +10095,8 @@ msgid "``FAIL`` when the network topology was not built due to an error:"
1010810095msgstr ""
1010910096
1011010097msgid ""
10111- "The vertices table is a requirement of the :doc:`pgr_analyzeGraph` and "
10112- "the :doc:`pgr_analyzeOneWay` functions."
10113- msgstr ""
10114-
10115- msgid ""
10116- "``integer`` Number of vertices in the edge_table that reference this "
10117- "vertex. See :doc:`pgr_analyzeGraph`."
10118- msgstr ""
10119-
10120- msgid ""
10121- "``integer`` Indicator that the vertex might have a problem. See "
10122- ":doc:`pgr_analyzeGraph`."
10098+ "The vertices table is a requirement of the :doc:`pgr_analyzeOneWay` "
10099+ "functions."
1012310100msgstr ""
1012410101
1012510102msgid ""
@@ -10382,11 +10359,6 @@ msgid ""
1038210359"based on the geometry."
1038310360msgstr ""
1038410361
10385- msgid ""
10386- ":doc:`pgr_analyzeGraph` to analyze the edges and vertices of the edge "
10387- "table."
10388- msgstr ""
10389-
1039010362msgid ":doc:`pgr_analyzeOneWay` to analyze directionality of the edges."
1039110363msgstr ""
1039210364
@@ -13523,162 +13495,66 @@ msgstr ""
1352313495msgid "Examples"
1352413496msgstr ""
1352513497
13526- msgid "Let's create the topology for the data in :doc:`sampledata`"
13498+ msgid "Create the topology for the data in :doc:`sampledata`"
1352713499msgstr ""
1352813500
13529- msgid "Now we can analyze the network."
13501+ msgid "Analyze the network for intersections ."
1353013502msgstr ""
1353113503
13532- msgid ""
13533- "The analysis tell us that the network has a gap and an intersection. We "
13534- "try to fix the problem using:"
13504+ msgid "Analyze the network for gaps."
1353513505msgstr ""
1353613506
13537- msgid ""
13538- "Inspecting the generated table, we can see that edges 13,14 and 18 has "
13539- "been segmented"
13540- msgstr ""
13541-
13542- msgid "We can create the topology of the new network"
13507+ msgid "The analysis tell us that the network has a gap and an intersection."
1354313508msgstr ""
1354413509
13545- msgid "Now let's analyze the new topology"
13546- msgstr ""
13547-
13548- msgid "Images"
13510+ msgid "Fixing an intersection"
1354913511msgstr ""
1355013512
13551- msgid "Before Image "
13513+ msgid "Storing the intersections. "
1355213514msgstr ""
1355313515
13554- msgid "Before image"
13555- msgstr ""
13556-
13557- msgid "After Image"
13558- msgstr ""
13559-
13560- msgid "After image"
13561- msgstr ""
13562-
13563- msgid "Comparing the results"
13564- msgstr ""
13565-
13566- msgid "Comparing with the Analysis in the original edge_table, we see that."
13567- msgstr ""
13568-
13569- msgid "Before"
13570- msgstr ""
13571-
13572- msgid "After"
13573- msgstr ""
13574-
13575- msgid "Table name"
13576- msgstr ""
13577-
13578- msgid "edge_table_noded"
13579- msgstr ""
13580-
13581- msgid "Fields"
13582- msgstr ""
13583-
13584- msgid "All original fields"
13585- msgstr ""
13586-
13587- msgid "Has only basic fields to do a topology analysis"
13588- msgstr ""
13589-
13590- msgid "Edges with 1 dead end: 1,6,24"
13591- msgstr ""
13592-
13593- msgid "Edges with 2 dead ends: 17,18"
13594- msgstr ""
13595-
13596- msgid ""
13597- "Edge 17's right node is a dead end because there is no other edge sharing"
13598- " that same node. (cnt=1)"
13599- msgstr ""
13600-
13601- msgid "Edges with 1 dead end: 1-1 ,6-1,14-2, 18-1 17-1 18-2"
13602- msgstr ""
13603-
13604- msgid "Isolated segments"
13605- msgstr ""
13606-
13607- msgid "two isolated segments: 17 and 18 both they have 2 dead ends"
13608- msgstr ""
13609-
13610- msgid "No Isolated segments"
13611- msgstr ""
13612-
13613- msgid "Edge 17 now shares a node with edges 14-1 and 14-2"
13614- msgstr ""
13615-
13616- msgid "Edges 18-1 and 18-2 share a node with edges 13-1 and 13-2"
13617- msgstr ""
13618-
13619- msgid "Gaps"
13516+ msgid "Calling ``pgr_nodeNetwork``."
1362013517msgstr ""
1362113518
1362213519msgid ""
13623- "There is a gap between edge 17 and 14 because edge 14 is near to the "
13624- "right node of edge 17 "
13520+ "Inspecting the generated table, we can see that edges 13 and 18 have been "
13521+ " segmented. "
1362513522msgstr ""
1362613523
13627- msgid ""
13628- "Edge 14 was segmented Now edges: 14-1 14-2 17 share the same node The "
13629- "tolerance value was taken in account"
13524+ msgid "Update the topology"
1363013525msgstr ""
1363113526
13632- msgid "Intersections "
13527+ msgid "Add new segments to the edges table. "
1363313528msgstr ""
1363413529
13635- msgid "Edges 13 and 18 were intersecting "
13530+ msgid "Insert the intersection as new vertices. "
1363613531msgstr ""
1363713532
13638- msgid ""
13639- "Edges were segmented, So, now in the interection's point there is a node "
13640- "and the following edges share it: 13-1 13-2 18-1 18-2"
13533+ msgid "Update source and target information on the edges table."
1364113534msgstr ""
1364213535
13643- msgid ""
13644- "Now, we are going to include the segments 13-1, 13-2 14-1, 14-2 ,18-1 and"
13645- " 18-2 into our edge-table, copying the data for dir,cost,and reverse cost"
13646- " with tho following steps:"
13536+ msgid "Delete original edge."
1364713537msgstr ""
1364813538
13649- msgid ""
13650- "Add a column old_id into edge_table, this column is going to keep track "
13651- "the id of the original edge"
13539+ msgid "Update the vertex topology"
1365213540msgstr ""
1365313541
13654- msgid "Insert only the segmented edges, that is, the ones whose max(sub_id) >1 "
13542+ msgid "Fixing a gap "
1365513543msgstr ""
1365613544
13657- msgid "We recreate the topology: "
13545+ msgid "Store the deadends "
1365813546msgstr ""
1365913547
1366013548msgid ""
13661- "To get the same analysis results as the topology of edge_table_noded, we "
13662- "do the following query:"
13663- msgstr ""
13664-
13665- msgid ""
13666- "To get the same analysis results as the original edge_table, we do the "
13667- "following query:"
13668- msgstr ""
13669-
13670- msgid ""
13671- "Or we can analyze everything because, maybe edge 18 is an overpass, edge "
13672- "14 is an under pass and there is also a street level juction, and the "
13673- "same happens with edges 17 and 13."
13549+ "Inspecting the generated table, we can see that edge 14 has been "
13550+ "segmented."
1367413551msgstr ""
1367513552
1367613553msgid ""
1367713554":doc:`topology-functions` for an overview of a topology for routing "
1367813555"algorithms. :doc:`pgr_analyzeOneWay` to analyze directionality of the "
1367913556"edges. :doc:`pgr_createTopology` to create a topology based on the "
13680- "geometry. :doc:`pgr_analyzeGraph` to analyze the edges and vertices of "
13681- "the edge table."
13557+ "geometry."
1368213558msgstr ""
1368313559
1368413560msgid "``pgr_pickDeliver`` - Experimental"
@@ -18305,6 +18181,9 @@ msgstr ""
1830518181msgid "Some functions accept soft restrictions about the segments."
1830618182msgstr ""
1830718183
18184+ msgid "Images"
18185+ msgstr ""
18186+
1830818187msgid "Red arrows correspond when ``cost`` > 0 in the edge table."
1830918188msgstr ""
1831018189
0 commit comments