88msgstr ""
99"Project-Id-Version : pgRouting v3.8\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-04-04 16:10 +0000\n "
11+ "POT-Creation-Date : 2025-04-05 01:29 +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 <LL@li.org>\n "
@@ -8249,16 +8249,6 @@ msgid ""
82498249":doc:`pgr_createTopology`"
82508250msgstr ""
82518251
8252- msgid ""
8253- "``integer`` Number of vertices in the edge_table that reference this "
8254- "vertex. See :doc:`pgr_analyzeGgraph <pgr_analyzeGraph>`."
8255- msgstr ""
8256-
8257- msgid ""
8258- "``integer`` Indicator that the vertex might have a problem. See "
8259- ":doc:`pgr_analyzeGraph <pgr_analyzeGraph>`."
8260- msgstr ""
8261-
82628252msgid ""
82638253"``integer`` Number of vertices in the edge_table that reference this "
82648254"vertex as incoming."
@@ -8269,9 +8259,6 @@ msgid ""
82698259"vertex as outgoing."
82708260msgstr ""
82718261
8272- msgid ":doc:`pgr_analyzeGraph`"
8273- msgstr ""
8274-
82758262msgid "``pgr_articulationPoints``"
82768263msgstr ""
82778264
@@ -10008,18 +9995,8 @@ msgid "``FAIL`` when the network topology was not built due to an error:"
100089995msgstr ""
100099996
100109997msgid ""
10011- "The vertices table is a requirement of the :doc:`pgr_analyzeGraph` and "
10012- "the :doc:`pgr_analyzeOneWay` functions."
10013- msgstr ""
10014-
10015- msgid ""
10016- "``integer`` Number of vertices in the edge_table that reference this "
10017- "vertex. See :doc:`pgr_analyzeGraph`."
10018- msgstr ""
10019-
10020- msgid ""
10021- "``integer`` Indicator that the vertex might have a problem. See "
10022- ":doc:`pgr_analyzeGraph`."
9998+ "The vertices table is a requirement of the :doc:`pgr_analyzeOneWay` "
9999+ "functions."
1002310000msgstr ""
1002410001
1002510002msgid ""
@@ -10282,11 +10259,6 @@ msgid ""
1028210259"based on the geometry."
1028310260msgstr ""
1028410261
10285- msgid ""
10286- ":doc:`pgr_analyzeGraph` to analyze the edges and vertices of the edge "
10287- "table."
10288- msgstr ""
10289-
1029010262msgid ":doc:`pgr_analyzeOneWay` to analyze directionality of the edges."
1029110263msgstr ""
1029210264
@@ -13429,162 +13401,66 @@ msgstr ""
1342913401msgid "Examples"
1343013402msgstr ""
1343113403
13432- msgid "Let's create the topology for the data in :doc:`sampledata`"
13404+ msgid "Create the topology for the data in :doc:`sampledata`"
1343313405msgstr ""
1343413406
13435- msgid "Now we can analyze the network."
13407+ msgid "Analyze the network for intersections ."
1343613408msgstr ""
1343713409
13438- msgid ""
13439- "The analysis tell us that the network has a gap and an intersection. We "
13440- "try to fix the problem using:"
13410+ msgid "Analyze the network for gaps."
1344113411msgstr ""
1344213412
13443- msgid ""
13444- "Inspecting the generated table, we can see that edges 13,14 and 18 has "
13445- "been segmented"
13446- msgstr ""
13447-
13448- msgid "We can create the topology of the new network"
13413+ msgid "The analysis tell us that the network has a gap and an intersection."
1344913414msgstr ""
1345013415
13451- msgid "Now let's analyze the new topology"
13452- msgstr ""
13453-
13454- msgid "Images"
13416+ msgid "Fixing an intersection"
1345513417msgstr ""
1345613418
13457- msgid "Before Image "
13419+ msgid "Storing the intersections. "
1345813420msgstr ""
1345913421
13460- msgid "Before image"
13461- msgstr ""
13462-
13463- msgid "After Image"
13464- msgstr ""
13465-
13466- msgid "After image"
13467- msgstr ""
13468-
13469- msgid "Comparing the results"
13470- msgstr ""
13471-
13472- msgid "Comparing with the Analysis in the original edge_table, we see that."
13473- msgstr ""
13474-
13475- msgid "Before"
13476- msgstr ""
13477-
13478- msgid "After"
13479- msgstr ""
13480-
13481- msgid "Table name"
13482- msgstr ""
13483-
13484- msgid "edge_table_noded"
13485- msgstr ""
13486-
13487- msgid "Fields"
13488- msgstr ""
13489-
13490- msgid "All original fields"
13491- msgstr ""
13492-
13493- msgid "Has only basic fields to do a topology analysis"
13494- msgstr ""
13495-
13496- msgid "Edges with 1 dead end: 1,6,24"
13497- msgstr ""
13498-
13499- msgid "Edges with 2 dead ends: 17,18"
13500- msgstr ""
13501-
13502- msgid ""
13503- "Edge 17's right node is a dead end because there is no other edge sharing"
13504- " that same node. (cnt=1)"
13505- msgstr ""
13506-
13507- msgid "Edges with 1 dead end: 1-1 ,6-1,14-2, 18-1 17-1 18-2"
13508- msgstr ""
13509-
13510- msgid "Isolated segments"
13511- msgstr ""
13512-
13513- msgid "two isolated segments: 17 and 18 both they have 2 dead ends"
13514- msgstr ""
13515-
13516- msgid "No Isolated segments"
13517- msgstr ""
13518-
13519- msgid "Edge 17 now shares a node with edges 14-1 and 14-2"
13520- msgstr ""
13521-
13522- msgid "Edges 18-1 and 18-2 share a node with edges 13-1 and 13-2"
13523- msgstr ""
13524-
13525- msgid "Gaps"
13422+ msgid "Calling ``pgr_nodeNetwork``."
1352613423msgstr ""
1352713424
1352813425msgid ""
13529- "There is a gap between edge 17 and 14 because edge 14 is near to the "
13530- "right node of edge 17 "
13426+ "Inspecting the generated table, we can see that edges 13 and 18 have been "
13427+ " segmented. "
1353113428msgstr ""
1353213429
13533- msgid ""
13534- "Edge 14 was segmented Now edges: 14-1 14-2 17 share the same node The "
13535- "tolerance value was taken in account"
13430+ msgid "Update the topology"
1353613431msgstr ""
1353713432
13538- msgid "Intersections "
13433+ msgid "Add new segments to the edges table. "
1353913434msgstr ""
1354013435
13541- msgid "Edges 13 and 18 were intersecting "
13436+ msgid "Insert the intersection as new vertices. "
1354213437msgstr ""
1354313438
13544- msgid ""
13545- "Edges were segmented, So, now in the interection's point there is a node "
13546- "and the following edges share it: 13-1 13-2 18-1 18-2"
13439+ msgid "Update source and target information on the edges table."
1354713440msgstr ""
1354813441
13549- msgid ""
13550- "Now, we are going to include the segments 13-1, 13-2 14-1, 14-2 ,18-1 and"
13551- " 18-2 into our edge-table, copying the data for dir,cost,and reverse cost"
13552- " with tho following steps:"
13442+ msgid "Delete original edge."
1355313443msgstr ""
1355413444
13555- msgid ""
13556- "Add a column old_id into edge_table, this column is going to keep track "
13557- "the id of the original edge"
13445+ msgid "Update the vertex topology"
1355813446msgstr ""
1355913447
13560- msgid "Insert only the segmented edges, that is, the ones whose max(sub_id) >1 "
13448+ msgid "Fixing a gap "
1356113449msgstr ""
1356213450
13563- msgid "We recreate the topology: "
13451+ msgid "Store the deadends "
1356413452msgstr ""
1356513453
1356613454msgid ""
13567- "To get the same analysis results as the topology of edge_table_noded, we "
13568- "do the following query:"
13569- msgstr ""
13570-
13571- msgid ""
13572- "To get the same analysis results as the original edge_table, we do the "
13573- "following query:"
13574- msgstr ""
13575-
13576- msgid ""
13577- "Or we can analyze everything because, maybe edge 18 is an overpass, edge "
13578- "14 is an under pass and there is also a street level juction, and the "
13579- "same happens with edges 17 and 13."
13455+ "Inspecting the generated table, we can see that edge 14 has been "
13456+ "segmented."
1358013457msgstr ""
1358113458
1358213459msgid ""
1358313460":doc:`topology-functions` for an overview of a topology for routing "
1358413461"algorithms. :doc:`pgr_analyzeOneWay` to analyze directionality of the "
1358513462"edges. :doc:`pgr_createTopology` to create a topology based on the "
13586- "geometry. :doc:`pgr_analyzeGraph` to analyze the edges and vertices of "
13587- "the edge table."
13463+ "geometry."
1358813464msgstr ""
1358913465
1359013466msgid "``pgr_pickDeliver`` - Experimental"
@@ -18165,6 +18041,9 @@ msgstr ""
1816518041msgid "Some functions accept soft restrictions about the segments."
1816618042msgstr ""
1816718043
18044+ msgid "Images"
18045+ msgstr ""
18046+
1816818047msgid "Red arrows correspond when ``cost`` > 0 in the edge table."
1816918048msgstr ""
1817018049
0 commit comments