6
6
msgstr ""
7
7
"Project-Id-Version : pgRouting v3.6.0-dev\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "POT-Creation-Date : 2024-01-06 18:14 +0000\n "
9
+ "POT-Creation-Date : 2024-01-24 17:44 +0000\n "
10
10
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
11
11
"Last-Translator : Automatically generated\n "
12
12
"Language-Team : none\n "
@@ -4378,6 +4378,41 @@ msgstr ""
4378
4378
msgid "_"
4379
4379
msgstr ""
4380
4380
4381
+ msgid "Official functions changes"
4382
+ msgstr ""
4383
+
4384
+ msgid ""
4385
+ "`#2605 <https://github.com/pgRouting/pgrouting/pull/2605>`__ Standarize "
4386
+ "spanning tree functions output"
4387
+ msgstr ""
4388
+
4389
+ msgid "Functions:"
4390
+ msgstr ""
4391
+
4392
+ msgid "``pgr_kruskalDD``"
4393
+ msgstr ""
4394
+
4395
+ msgid "``pgr_kruskalDFS``"
4396
+ msgstr ""
4397
+
4398
+ msgid "``pgr_kruskalBFS``"
4399
+ msgstr ""
4400
+
4401
+ msgid "``pgr_primDD``"
4402
+ msgstr ""
4403
+
4404
+ msgid "``pgr_primDFS``"
4405
+ msgstr ""
4406
+
4407
+ msgid "``pgr_primBFS``"
4408
+ msgstr ""
4409
+
4410
+ msgid "Standarizing output columns to |result-spantree|"
4411
+ msgstr ""
4412
+
4413
+ msgid "Added ``pred`` result columns."
4414
+ msgstr ""
4415
+
4381
4416
msgid "Code enhancement"
4382
4417
msgstr ""
4383
4418
@@ -4482,7 +4517,7 @@ msgstr ""
4482
4517
msgid "Migration"
4483
4518
msgstr ""
4484
4519
4485
- msgid "Be aware of the existance of the additional columns."
4520
+ msgid "Be aware of the existence of the additional columns."
4486
4521
msgstr ""
4487
4522
4488
4523
msgid "In ``pgr_aStar`` (`One to One`)"
@@ -4596,7 +4631,7 @@ msgstr ""
4596
4631
4597
4632
msgid ""
4598
4633
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4599
- "doc:`pgr_drivingDistance` result columns are being standarized ."
4634
+ "doc:`pgr_drivingDistance` result columns are being standardized ."
4600
4635
msgstr ""
4601
4636
4602
4637
msgid "from"
@@ -4629,7 +4664,7 @@ msgstr ""
4629
4664
msgid "does not have ``depth`` result column."
4630
4665
msgstr ""
4631
4666
4632
- msgid "Be aware of the existance and name change of the result columns."
4667
+ msgid "Be aware of the existence and name change of the result columns."
4633
4668
msgstr ""
4634
4669
4635
4670
msgid ""
@@ -4657,16 +4692,75 @@ msgid "The ``from_v`` result column name changes to ``start_vid``."
4657
4692
msgstr ""
4658
4693
4659
4694
msgid ""
4660
- "If needed filter out and rename colums , for example, to return the original "
4695
+ "If needed filter out and rename columns , for example, to return the original "
4661
4696
"columns:"
4662
4697
msgstr ""
4663
4698
4699
+ msgid ""
4700
+ "Migration of ``pgr_kruskalDD`` / ``pgr_kruskalBFS`` / ``pgr_kruskalDFS``"
4701
+ msgstr ""
4702
+
4703
+ msgid ""
4704
+ "Starting from `v3.7.0 <https://docs.pgrouting.org/3.7/en/migration.html>`__ :"
4705
+ "doc:`pgr_kruskalDD`, :doc:`pgr_kruskalBFS` and :doc:`pgr_kruskalDFS` result "
4706
+ "columns are being standardized."
4707
+ msgstr ""
4708
+
4709
+ msgid "|result-bfs|"
4710
+ msgstr ""
4711
+
4712
+ msgid "Single vertex"
4713
+ msgstr ""
4714
+
4715
+ msgid "Multiple vertices"
4716
+ msgstr ""
4717
+
4718
+ msgid "Output columns were |result-bfs|"
4719
+ msgstr ""
4720
+
4721
+ msgid "Single vertex and Multiple vertices"
4722
+ msgstr ""
4723
+
4724
+ msgid "Do not have ``pred`` result column."
4725
+ msgstr ""
4726
+
4727
+ msgid "Be aware of the existence of `pred` result columns."
4728
+ msgstr ""
4729
+
4730
+ msgid "If needed filter out the added columns"
4731
+ msgstr ""
4732
+
4733
+ msgid "Kruskal single vertex"
4734
+ msgstr ""
4735
+
4736
+ msgid ""
4737
+ "Using ``pgr_KruskalDD`` as example. Migration is similar to al the affected "
4738
+ "functions."
4739
+ msgstr ""
4740
+
4741
+ msgid ""
4742
+ "Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_kruskalDD."
4743
+ "html#single-vertex>`__ example."
4744
+ msgstr ""
4745
+
4746
+ msgid ""
4747
+ "Now column ``pred`` exists and contains the predecessor of the ``node``."
4748
+ msgstr ""
4749
+
4750
+ msgid "Kruskal multiple vertices"
4751
+ msgstr ""
4752
+
4753
+ msgid ""
4754
+ "Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_kruskalDD."
4755
+ "html#multiple-vertex>`__ example."
4756
+ msgstr ""
4757
+
4664
4758
msgid "Migration of ``pgr_KSP``"
4665
4759
msgstr ""
4666
4760
4667
4761
msgid ""
4668
4762
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4669
- "doc:`pgr_KSP` result columns are being standarized ."
4763
+ "doc:`pgr_KSP` result columns are being standardized ."
4670
4764
msgstr ""
4671
4765
4672
4766
msgid "|ksp-result|"
@@ -4765,12 +4859,42 @@ msgstr ""
4765
4859
msgid "In the query returns only ``edge`` column."
4766
4860
msgstr ""
4767
4861
4862
+ msgid "Migration of ``pgr_primDD`` / ``pgr_primBFS`` / ``pgr_primDFS``"
4863
+ msgstr ""
4864
+
4865
+ msgid ""
4866
+ "Starting from `v3.7.0 <https://docs.pgrouting.org/3.7/en/migration.html>`__ :"
4867
+ "doc:`pgr_primDD`, :doc:`pgr_primBFS` and :doc:`pgr_primDFS` result columns "
4868
+ "are being standardized."
4869
+ msgstr ""
4870
+
4871
+ msgid "Prim single vertex"
4872
+ msgstr ""
4873
+
4874
+ msgid ""
4875
+ "Using ``pgr_primDD`` as example. Migration is similar to al the affected "
4876
+ "functions."
4877
+ msgstr ""
4878
+
4879
+ msgid ""
4880
+ "Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_primDD."
4881
+ "html#single-vertex>`__ example."
4882
+ msgstr ""
4883
+
4884
+ msgid "Prim multiple vertices"
4885
+ msgstr ""
4886
+
4887
+ msgid ""
4888
+ "Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_primDD."
4889
+ "html#multiple-vertex>`__ example."
4890
+ msgstr ""
4891
+
4768
4892
msgid "Migration of ``pgr_withPointsDD``"
4769
4893
msgstr ""
4770
4894
4771
4895
msgid ""
4772
4896
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4773
- "doc:`pgr_withPointsDD` result columns are being standarized ."
4897
+ "doc:`pgr_withPointsDD` result columns are being standardized ."
4774
4898
msgstr ""
4775
4899
4776
4900
msgid "|result-generic-no-seq|"
@@ -4795,7 +4919,7 @@ msgid "Does not have ``start_vid``, ``pred`` and ``depth`` result columns."
4795
4919
msgstr ""
4796
4920
4797
4921
msgid ""
4798
- "``driving_side`` parameter was named optional now it is compulsory unamed ."
4922
+ "``driving_side`` parameter was named optional now it is compulsory unnamed ."
4799
4923
msgstr ""
4800
4924
4801
4925
msgid "``pgr_withPointsDD`` (`Multiple vertices`)"
@@ -4846,7 +4970,7 @@ msgstr ""
4846
4970
msgid "After Migration"
4847
4971
msgstr ""
4848
4972
4849
- msgid "Be aware of the existance of the additional result Columns."
4973
+ msgid "Be aware of the existence of the additional result Columns."
4850
4974
msgstr ""
4851
4975
4852
4976
msgid "New output columns are |result-spantree|"
@@ -4908,7 +5032,7 @@ msgstr ""
4908
5032
4909
5033
msgid ""
4910
5034
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4911
- "doc:`pgr_withPointsKSP` result columns are being standarized ."
5035
+ "doc:`pgr_withPointsKSP` result columns are being standardized ."
4912
5036
msgstr ""
4913
5037
4914
5038
msgid ""
@@ -9257,17 +9381,11 @@ msgstr ""
9257
9381
msgid "Returns set of |result-bfs|"
9258
9382
msgstr ""
9259
9383
9260
- msgid "Single vertex"
9261
- msgstr ""
9262
-
9263
9384
msgid ""
9264
9385
"From root vertex :math:`6` on a **directed** graph with edges in ascending "
9265
9386
"order of ``id``"
9266
9387
msgstr ""
9267
9388
9268
- msgid "Multiple vertices"
9269
- msgstr ""
9270
-
9271
9389
msgid ""
9272
9390
"From root vertices :math:`\\ {12, 6\\ }` on an **undirected** graph with "
9273
9391
"**depth** :math:`<= 2` and edges in ascending order of ``id``"
@@ -11014,9 +11132,6 @@ msgid ""
11014
11132
"``pgr_drivingDistance`` - Returns the driving distance from a start node."
11015
11133
msgstr ""
11016
11134
11017
- msgid "Standarizing output columns to |result-spantree|"
11018
- msgstr ""
11019
-
11020
11135
msgid "Added ``depth`` and ``start_vid`` result columns."
11021
11136
msgstr ""
11022
11137
@@ -12218,14 +12333,14 @@ msgstr ""
12218
12333
msgid "Minimum spanning forest"
12219
12334
msgstr ""
12220
12335
12221
- msgid "``pgr_kruskalBFS``"
12222
- msgstr ""
12223
-
12224
12336
msgid ""
12225
12337
"``pgr_kruskalBFS`` — Kruskal's algorithm for Minimum Spanning Tree with "
12226
12338
"breadth First Search ordering."
12227
12339
msgstr ""
12228
12340
12341
+ msgid "Version 3.7.0"
12342
+ msgstr ""
12343
+
12229
12344
msgid ""
12230
12345
"Visits and extracts the nodes information in Breath First Search ordering of "
12231
12346
"the Minimum Spanning Tree created using Kruskal's algorithm."
@@ -12251,9 +12366,6 @@ msgid ""
12251
12366
"`depth \\ leq 3`"
12252
12367
msgstr ""
12253
12368
12254
- msgid "``pgr_kruskalDD``"
12255
- msgstr ""
12256
-
12257
12369
msgid "``pgr_kruskalDD`` — Catchament nodes using Kruskal's algorithm."
12258
12370
msgstr ""
12259
12371
@@ -12285,9 +12397,6 @@ msgid ""
12285
12397
"`distance \\ leq 3.5`"
12286
12398
msgstr ""
12287
12399
12288
- msgid "``pgr_kruskalDFS``"
12289
- msgstr ""
12290
-
12291
12400
msgid ""
12292
12401
"``pgr_kruskalDFS`` — Kruskal's algorithm for Minimum Spanning Tree with "
12293
12402
"Depth First Search ordering."
@@ -13432,17 +13541,14 @@ msgid ""
13432
13541
"prim_minimum_spanning_tree.html>`__"
13433
13542
msgstr ""
13434
13543
13435
- msgid "``pgr_primBFS``"
13436
- msgstr ""
13437
-
13438
13544
msgid ""
13439
13545
"``pgr_primBFS`` — Prim's algorithm for Minimum Spanning Tree with Depth "
13440
13546
"First Search ordering."
13441
13547
msgstr ""
13442
13548
13443
13549
msgid ""
13444
13550
"Visits and extracts the nodes information in Breath First Search ordering of "
13445
- "the Minimum Spanning Tree created with Prims's algorithm."
13551
+ "the Minimum Spanning Tree created using Prims's algorithm."
13446
13552
msgstr ""
13447
13553
13448
13554
msgid "pgr_primBFS(`Edges SQL`_, **root vid**, [``max_depth``])"
@@ -13451,16 +13557,13 @@ msgstr ""
13451
13557
msgid "pgr_primBFS(`Edges SQL`_, **root vids**, [``max_depth``])"
13452
13558
msgstr ""
13453
13559
13454
- msgid "``pgr_primDD``"
13455
- msgstr ""
13456
-
13457
13560
msgid "``pgr_primDD`` — Catchament nodes using Prim's algorithm."
13458
13561
msgstr ""
13459
13562
13460
13563
msgid ""
13461
13564
"Using Prim's algorithm, extracts the nodes that have aggregate costs less "
13462
- "than or equal to a ** distance** from a ** root** vertex (or vertices) within "
13463
- "the calculated minimum spanning tree."
13565
+ "than or equal to a distance from a root vertex (or vertices) within the "
13566
+ "calculated minimum spanning tree."
13464
13567
msgstr ""
13465
13568
13466
13569
msgid "pgr_primDD(`Edges SQL`_, **root vid**, **distance**)"
@@ -13469,9 +13572,6 @@ msgstr ""
13469
13572
msgid "pgr_primDD(`Edges SQL`_, **root vids**, **distance**)"
13470
13573
msgstr ""
13471
13574
13472
- msgid "``pgr_primDFS``"
13473
- msgstr ""
13474
-
13475
13575
msgid ""
13476
13576
"``pgr_primDFS`` — Prim algorithm for Minimum Spanning Tree with Depth First "
13477
13577
"Search ordering."
@@ -15209,9 +15309,6 @@ msgid ""
15209
15309
"utf8=%E2%9C%93&q=milestone%3A%22Release%203.6.0%22>`_"
15210
15310
msgstr ""
15211
15311
15212
- msgid "Official functions changes"
15213
- msgstr ""
15214
-
15215
15312
msgid ""
15216
15313
"`#2516 <https://github.com/pgRouting/pgrouting/pull/2516>`__ Standarize "
15217
15314
"output pgr_aStar"
0 commit comments