8
8
msgstr ""
9
9
"Project-Id-Version : pgRouting v3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-03-30 03:07 +0000\n "
11
+ "POT-Creation-Date : 2025-04-04 16:10 +0000\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -3921,10 +3921,19 @@ msgstr ""
3921
3921
msgid "pgRouting 3.8.0 Release Notes"
3922
3922
msgstr ""
3923
3923
3924
+ #, python-format
3925
+ msgid ""
3926
+ "To see all issues & pull requests closed by this release see the `Git "
3927
+ "closed milestone for 3.8.0 "
3928
+ "<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.8.0%22>`__"
3929
+ msgstr ""
3930
+
3924
3931
msgid "Promotion to official function of pgRouting."
3925
3932
msgstr ""
3926
3933
3927
- msgid "pgr_extractVertices"
3934
+ msgid ""
3935
+ "`#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__: "
3936
+ "pgr_extractVertices"
3928
3937
msgstr ""
3929
3938
3930
3939
msgid "Error messages adjustment."
@@ -3933,18 +3942,28 @@ msgstr ""
3933
3942
msgid "Function promoted to official."
3934
3943
msgstr ""
3935
3944
3936
- msgid "pgr_degree"
3945
+ msgid "`#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__: pgr_degree"
3937
3946
msgstr ""
3938
3947
3939
3948
msgid "New signature with only Edges SQL."
3940
3949
msgstr ""
3941
3950
3942
- msgid "pgr_findCloseEdges"
3951
+ msgid ""
3952
+ "`#2774 <https://github.com/pgRouting/pgrouting/issues/2774>`__: "
3953
+ "pgr_findCloseEdges"
3943
3954
msgstr ""
3944
3955
3945
3956
msgid "``partial`` option is removed."
3946
3957
msgstr ""
3947
3958
3959
+ msgid "Deprecation of functions."
3960
+ msgstr ""
3961
+
3962
+ msgid ""
3963
+ "`#2753 <https://github.com/pgRouting/pgrouting/issues/2753>`__: "
3964
+ "pgr_analyzeGraph"
3965
+ msgstr ""
3966
+
3948
3967
msgid "Official functions changes"
3949
3968
msgstr ""
3950
3969
@@ -4023,6 +4042,119 @@ msgstr ""
4023
4042
msgid "All deprecated functions will be removed on next mayor version 4.0.0"
4024
4043
msgstr ""
4025
4044
4045
+ msgid "Migration of ``pgr_analyzeGraph``"
4046
+ msgstr ""
4047
+
4048
+ msgid ""
4049
+ "Starting from `v3.8.0 "
4050
+ "<https://docs.pgrouting.org/3.8/en/migration.html>`__"
4051
+ msgstr ""
4052
+
4053
+ msgid "**Before Deprecation:** The following was calculated:"
4054
+ msgstr ""
4055
+
4056
+ msgid "Number of isolated segments."
4057
+ msgstr ""
4058
+
4059
+ msgid "Number of dead ends."
4060
+ msgstr ""
4061
+
4062
+ msgid "Number of potential gaps found near dead ends."
4063
+ msgstr ""
4064
+
4065
+ msgid "Number of intersections. (between 2 edges)"
4066
+ msgstr ""
4067
+
4068
+ msgid "WHERE"
4069
+ msgstr ""
4070
+
4071
+ msgid "Graph component"
4072
+ msgstr ""
4073
+
4074
+ msgid "A connected subgraph that is not part of any larger connected subgraph."
4075
+ msgstr ""
4076
+
4077
+ msgid "Isolated segment"
4078
+ msgstr ""
4079
+
4080
+ msgid "A graph component with only one segment."
4081
+ msgstr ""
4082
+
4083
+ msgid "Dead ends"
4084
+ msgstr ""
4085
+
4086
+ msgid "A vertex that participates in only one edge."
4087
+ msgstr ""
4088
+
4089
+ msgid "gaps"
4090
+ msgstr ""
4091
+
4092
+ msgid "Space between two geometries."
4093
+ msgstr ""
4094
+
4095
+ msgid "Intersection"
4096
+ msgstr ""
4097
+
4098
+ msgid "Is a topological relationship between two geometries."
4099
+ msgstr ""
4100
+
4101
+ msgid "Migration."
4102
+ msgstr ""
4103
+
4104
+ msgid "Components."
4105
+ msgstr ""
4106
+
4107
+ msgid ""
4108
+ "Instead of counting only isolated segments, determine all the components "
4109
+ "of the graph."
4110
+ msgstr ""
4111
+
4112
+ msgid "Depending of the final application requirements use:"
4113
+ msgstr ""
4114
+
4115
+ msgid ":doc:`pgr_connectedComponents`"
4116
+ msgstr ""
4117
+
4118
+ msgid ":doc:`pgr_strongComponents`"
4119
+ msgstr ""
4120
+
4121
+ msgid ":doc:`pgr_biconnectedComponents`"
4122
+ msgstr ""
4123
+
4124
+ msgid "For example:"
4125
+ msgstr ""
4126
+
4127
+ msgid "Dead ends."
4128
+ msgstr ""
4129
+
4130
+ msgid ""
4131
+ "Instead of counting the dead ends, determine all the dead ends of the "
4132
+ "graph using :doc:`pgr_degree`."
4133
+ msgstr ""
4134
+
4135
+ msgid "Potential gaps near dead ends."
4136
+ msgstr ""
4137
+
4138
+ msgid ""
4139
+ "Instead of counting potential gaps between geometries, determine the "
4140
+ "geometric gaps in the graph using :doc:`pgr_findCloseEdges`."
4141
+ msgstr ""
4142
+
4143
+ msgid "Topological relationships."
4144
+ msgstr ""
4145
+
4146
+ msgid ""
4147
+ "Instead of counting intersections, determine topological relationships "
4148
+ "between geometries."
4149
+ msgstr ""
4150
+
4151
+ msgid ""
4152
+ "Several PostGIS functions can be used: `ST_Intersects "
4153
+ "<https://postgis.net/docs/ST_Intersects.html>`__, `ST_Crosses "
4154
+ "<https://postgis.net/docs/ST_Crosses.html>`__, `ST_Overlaps "
4155
+ "<https://postgis.net/docs/ST_Overlaps.html>`__, etc."
4156
+ msgstr ""
4157
+
4026
4158
msgid "Migration of ``pgr_aStar``"
4027
4159
msgstr ""
4028
4160
@@ -5728,9 +5860,6 @@ msgid ""
5728
5860
"is described on :doc:`contraction-family`"
5729
5861
msgstr ""
5730
5862
5731
- msgid "Dead ends"
5732
- msgstr ""
5733
-
5734
5863
msgid "To get the dead ends:"
5735
5864
msgstr ""
5736
5865
@@ -7727,12 +7856,18 @@ msgstr ""
7727
7856
msgid "`ST_ConcaveHull <https://postgis.net/docs/ST_ConcaveHull.html>`__"
7728
7857
msgstr ""
7729
7858
7730
- msgid "``pgr_analyzeGraph``"
7859
+ msgid "``pgr_analyzeGraph`` -- Deprecated since 3.8.0 "
7731
7860
msgstr ""
7732
7861
7733
7862
msgid "``pgr_analyzeGraph`` — Analyzes the network topology."
7734
7863
msgstr ""
7735
7864
7865
+ msgid "Version 3.8.0"
7866
+ msgstr ""
7867
+
7868
+ msgid "Deprecated function."
7869
+ msgstr ""
7870
+
7736
7871
msgid "The function returns:"
7737
7872
msgstr ""
7738
7873
@@ -9112,9 +9247,6 @@ msgid ""
9112
9247
"contracted vertices and edges."
9113
9248
msgstr ""
9114
9249
9115
- msgid "Version 3.8.0"
9116
- msgstr ""
9117
-
9118
9250
msgid "Name change from ``pgr_contractGraph``"
9119
9251
msgstr ""
9120
9252
@@ -15771,6 +15903,9 @@ msgstr ""
15771
15903
msgid "Changes on the documentation to the following:"
15772
15904
msgstr ""
15773
15905
15906
+ msgid "pgr_degree"
15907
+ msgstr ""
15908
+
15774
15909
msgid "pgr_dijkstra"
15775
15910
msgstr ""
15776
15911
@@ -16162,6 +16297,9 @@ msgstr ""
16162
16297
msgid "pgr_sequentialVertexColoring"
16163
16298
msgstr ""
16164
16299
16300
+ msgid "pgr_extractVertices"
16301
+ msgstr ""
16302
+
16165
16303
msgid "Traversal"
16166
16304
msgstr ""
16167
16305
0 commit comments