-
-
Notifications
You must be signed in to change notification settings - Fork 386
Promoting to official pgr_separateCrossing and pgr_separateTouching #2874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
cvvergara
merged 4 commits into
pgRouting:main
from
cvvergara:making-official-pgr_separateCrossing-v3.8
Apr 25, 2025
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
f9d68a6
Promoting to official pgr_separateCrossing on 3.8
cvvergara dd5b7f7
Promoting to official pgr_separateTouching on 3.8
cvvergara db1db75
(doc) follwoing some rabbit suggestions
cvvergara 53db175
Update locale: commit db1db75c78
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgid "" | |
| msgstr "" | ||
| "Project-Id-Version: pgRouting v3.8\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2025-04-25 02:02+0000\n" | ||
| "POT-Creation-Date: 2025-04-25 15:15+0000\n" | ||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
| "Language-Team: LANGUAGE <[email protected]>\n" | ||
|
|
@@ -3893,6 +3893,14 @@ msgstr "" | |
| msgid ":doc:`pgr_findCloseEdges` - Finds close edges of points on the fly" | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`pgr_separateCrossing` - Breaks geometries that cross each other." | ||
| msgstr "" | ||
|
|
||
| msgid "" | ||
| ":doc:`pgr_separateTouching` - Breaks geometries that (almost) touch each " | ||
| "other." | ||
| msgstr "" | ||
|
|
||
| msgid "Functions by categories" | ||
| msgstr "" | ||
|
|
||
|
|
@@ -3942,23 +3950,26 @@ msgstr "" | |
| msgid "Promotion to official function of pgRouting." | ||
| msgstr "" | ||
|
|
||
| msgid "Metric" | ||
| msgstr "" | ||
|
|
||
| msgid "" | ||
| "`#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__: Promoted " | ||
| "to official pgr_extractVertices in version 3.8" | ||
| "`#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__: Promoted " | ||
| "to official pgr_degree in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "Error messages adjustment." | ||
| msgstr "" | ||
|
|
||
| msgid "Function promoted to official." | ||
| msgid "New signature with only Edges SQL." | ||
| msgstr "" | ||
|
|
||
| msgid "" | ||
| "`#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__: Promoted " | ||
| "to official pgr_degree in version 3.8" | ||
| msgid "Function promoted to official." | ||
| msgstr "" | ||
|
|
||
| msgid "New signature with only Edges SQL." | ||
| msgid "" | ||
| "`#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__: Promoted " | ||
| "to official pgr_extractVertices in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "" | ||
|
|
@@ -3969,6 +3980,19 @@ msgstr "" | |
| msgid "``partial`` option is removed." | ||
| msgstr "" | ||
|
|
||
| msgid "" | ||
| "`#2873 <https://github.com/pgRouting/pgrouting/issues/2873>`__: Promoted " | ||
| "to official pgr_separateCrossing in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "Proposed function." | ||
| msgstr "" | ||
|
|
||
| msgid "" | ||
| "`#2874 <https://github.com/pgRouting/pgrouting/issues/2874>`__: Promoted " | ||
| "to official pgr_separateTouching in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "Proposed functions" | ||
| msgstr "" | ||
|
|
||
|
|
@@ -15793,14 +15817,6 @@ msgid "" | |
| "Graph." | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`pgr_separateCrossing` - Breaks geometries that cross each other." | ||
| msgstr "" | ||
|
|
||
| msgid "" | ||
| ":doc:`pgr_separateTouching` - Breaks geometries that (almost) touch each " | ||
| "other." | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`withPoints-family` - Functions based on Dijkstra algorithm." | ||
| msgstr "" | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgid "" | |
| msgstr "" | ||
| "Project-Id-Version: pgRouting v3.8\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2025-04-25 02:02+0000\n" | ||
| "POT-Creation-Date: 2025-04-25 15:15+0000\n" | ||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
| "Language-Team: LANGUAGE <[email protected]>\n" | ||
|
|
@@ -3490,6 +3490,12 @@ msgstr "" | |
| msgid ":doc:`pgr_findCloseEdges` - Finds close edges of points on the fly" | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`pgr_separateCrossing` - Breaks geometries that cross each other." | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`pgr_separateTouching` - Breaks geometries that (almost) touch each other." | ||
| msgstr "" | ||
|
|
||
| msgid "Functions by categories" | ||
| msgstr "" | ||
|
|
||
|
|
@@ -3535,19 +3541,22 @@ msgstr "" | |
| msgid "Promotion to official function of pgRouting." | ||
| msgstr "" | ||
|
|
||
| msgid "`#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__: Promoted to official pgr_extractVertices in version 3.8" | ||
| msgid "Metric" | ||
| msgstr "" | ||
|
|
||
| msgid "`#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__: Promoted to official pgr_degree in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "Error messages adjustment." | ||
| msgstr "" | ||
|
|
||
| msgid "Function promoted to official." | ||
| msgid "New signature with only Edges SQL." | ||
| msgstr "" | ||
|
|
||
| msgid "`#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__: Promoted to official pgr_degree in version 3.8" | ||
| msgid "Function promoted to official." | ||
| msgstr "" | ||
|
|
||
| msgid "New signature with only Edges SQL." | ||
| msgid "`#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__: Promoted to official pgr_extractVertices in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "`#2774 <https://github.com/pgRouting/pgrouting/issues/2774>`__: Promoted to official pgr_findCloseEdges in version 3.8" | ||
|
|
@@ -3556,6 +3565,15 @@ msgstr "" | |
| msgid "``partial`` option is removed." | ||
| msgstr "" | ||
|
|
||
| msgid "`#2873 <https://github.com/pgRouting/pgrouting/issues/2873>`__: Promoted to official pgr_separateCrossing in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "Proposed function." | ||
| msgstr "" | ||
|
|
||
| msgid "`#2874 <https://github.com/pgRouting/pgrouting/issues/2874>`__: Promoted to official pgr_separateTouching in version 3.8" | ||
| msgstr "" | ||
|
|
||
| msgid "Proposed functions" | ||
| msgstr "" | ||
|
|
||
|
|
@@ -13249,12 +13267,6 @@ msgstr "" | |
| msgid ":doc:`pgr_lineGraph` - Transformation algorithm for generating a Line Graph." | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`pgr_separateCrossing` - Breaks geometries that cross each other." | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`pgr_separateTouching` - Breaks geometries that (almost) touch each other." | ||
| msgstr "" | ||
|
|
||
| msgid ":doc:`withPoints-family` - Functions based on Dijkstra algorithm." | ||
| msgstr "" | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.