-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update processing provider based on PR 354 #388
Open
r-akemii
wants to merge
36
commits into
develop
Choose a base branch
from
renata/update-processing-provider-based-on-PR-354
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3ac0d4c
add new files
r-akemii 609445c
remove unused imports
r-akemii c54d44f
rename files
r-akemii 0bd370a
update test and files
r-akemii f59bbca
Update provider.py
r-akemii cf8f6c5
update GTFS import
r-akemii f5269b1
remove str localization
r-akemii 1712ead
localization
r-akemii feeac67
Fix tests
r-akemii a1736d7
Update add matrix from layer
r-akemii c7726e7
Updates project from layer
r-akemii 3a598ff
rename classes
r-akemii 500871c
Update tests
r-akemii 6485b45
Update create_matrix_from_layer.py
r-akemii 28d5ff8
.
r-akemii a6c508a
update add centroids
r-akemii 6aa6eb3
.
r-akemii b81cf09
add test
r-akemii 3aaa357
file path
r-akemii 1a1d6fa
Update test_processing_provider.py
r-akemii bea9f84
Fix test add links from layer
r-akemii c0b9f02
Update create_matrix_from_layer.py
r-akemii 3066bab
Test add matrix from layer
r-akemii 95f8c4c
Fix parameter
r-akemii d1c06ef
Update matrix calculator
r-akemii fde1619
rename parameters
r-akemii b6274c4
update helper messages
r-akemii 9ab8851
update docs
r-akemii af9d850
docs
r-akemii e04d3bc
update docs and UI
r-akemii 2c73d7f
Merge branch 'develop' into renata/update-processing-provider-based-o…
r-akemii 25cf665
update UI
r-akemii 35ef202
rename files
r-akemii 3d9a256
.
r-akemii 4638b50
Update docs images
r-akemii bd1ff9c
Merge branch 'develop' into renata/update-processing-provider-based-o…
r-akemii 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+323 Bytes
(100%)
docs/source/images/processing_provider_export_matrices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+446 Bytes
(100%)
docs/source/images/processing_provider_import_matrices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+239 Bytes
(100%)
docs/source/images/processing_provider_nodes_from_centroids.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-140 Bytes
(99%)
docs/source/images/processing_provider_project_from_links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.4 KB
docs/source/images/processing_provider_save_matrix_in_existing_file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.09 KB
(74%)
docs/source/images/processing_provider_traffic_assignment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This approximation is too rough for most of our uses. Isn't there a better default solution in QGIS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll look at the available functions, but a better solution might exist.