-
Notifications
You must be signed in to change notification settings - Fork 35
Made ORSTools ready for qgis_process #325
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
Open
jannefleischer
wants to merge
79
commits into
GIScience:main
Choose a base branch
from
jannefleischer:qgis_process_ready
base: main
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 1 commit
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
f0b5317
moved processing to initProcessing (for qgis_process)
jannefleischer b1d0ae8
force-use int as an index to parameters (since qgis_process interpret…
jannefleischer 49837bf
forcing int-index for qgis_process
jannefleischer 84d1575
Added an processing toolbox algorithm that sets a new configure for u…
jannefleischer 022df4d
cleanup:removing old, commented out code.
jannefleischer 933b1ca
modified typing, so it is more compatible with oler python versions (…
jannefleischer 11b26cb
renamed file for better conformity with convention and add a conf rem…
jannefleischer abf0c3e
ran ruff, so formatting os ok.
jannefleischer ae050df
fixed test for creation of algorithm
jannefleischer f37e5d5
fixed test for conf-creation
jannefleischer 780efd3
Merge branch 'qgis_process_ready' of https://github.com/jannefleische…
jannefleischer 4381d68
Merge branch 'GIScience:main' into qgis_process_ready
jannefleischer 8a2ba73
disable feedback, again. dull.
jannefleischer 37131b7
Merge branch 'qgis_process_ready' of https://github.com/jannefleische…
jannefleischer d7d6ccb
delete comment. gnah.
jannefleischer 50bd819
added feedback on right branch
jannefleischer 6e40a13
added algorithm that return the number of provider (for use from exte…
jannefleischer b79286a
added feedback on different location
jannefleischer dfd01df
pushdebuginfo not pushdebug...
jannefleischer aa9070e
moved feedback to different location.
jannefleischer 6fc2190
Merge branch 'GIScience:main' into qgis_process_ready
jannefleischer 413ef72
Merge branch 'GIScience:main' into qgis_process_ready_bigfileisochrones
jannefleischer b183910
Added sink commitment following qgis-pull-request #59241
jannefleischer cbc1f29
Merge pull request #1 from jannefleischer/master
jannefleischer c62be93
Merge pull request #2 from jannefleischer/master
jannefleischer 333f53e
ruff changes
jannefleischer 89ad098
ruff changes
jannefleischer 0e09cc1
Revert "ruff changes"
jannefleischer 85c332f
Revert "Merge pull request #1 from jannefleischer/master"
jannefleischer 7a9787c
Added additional algorithm that returns the index of a named provider…
jannefleischer 9b61a3f
fixed indentation. returned None which is invalid.
jannefleischer 3252283
added minimal feedback on cli to isochrone creation.
jannefleischer b49eba8
ran ruff.
jannefleischer 7be43f3
Merge pull request #3 from jannefleischer/qgis_process_ready
jannefleischer 5f0795c
fixing a bytes/str issue
jannefleischer f566967
first try on parallel calls to ors
jannefleischer f739f7f
added worker-feedback on cli
jannefleischer 83e0696
added suggested changes from Claude.
jannefleischer 8ac950d
ruff changes.
jannefleischer 396dde6
additional ruff
jannefleischer 6cc7f69
Revert "additional ruff"
jannefleischer 9f23c85
Revert "ruff changes."
jannefleischer b216398
Revert "added suggested changes from Claude."
jannefleischer b0c73bc
Revert "added worker-feedback on cli"
jannefleischer ed0c4b4
Revert "first try on parallel calls to ors"
jannefleischer 7ec3200
fixed indentation
jannefleischer 71d3b27
added sync to config. for savekeeping.
jannefleischer ba723e7
edgecases seems to need an explicit .sync()
jannefleischer bcd49c6
fixing trouble with encoding of error texts.
jannefleischer 497a59a
add errorids to return of ORSIsochronesLayerAlgo
jannefleischer 006cafb
Revert "add errorids to return of ORSIsochronesLayerAlgo"
jannefleischer 51ad1d7
additional output: errorids to ORSBaseProcessingAlgorithm
jannefleischer 32b412e
renamed algorithm following conventions
jannefleischer 5afb256
renamed algorithm following conventions
jannefleischer 3d654ad
don't return None...
jannefleischer 6d4a6b3
fiving feedback
jannefleischer 40fe0df
more feedback!
jannefleischer e1022aa
more feedback!
jannefleischer d727b18
aascac
jannefleischer e1849d2
feedback. Yeah!
jannefleischer cd9e4db
check writability of config file.
jannefleischer 826aaaa
hardeining config-algorithms (failed silently(!) on read-only locations)
jannefleischer 8a7715e
missed one...
jannefleischer d782158
missed ()
jannefleischer e4fe051
Version check needs another import
jannefleischer c8e4da0
small?
jannefleischer 372ebbc
bitwise addition is not working anymore...
jannefleischer 68b90d7
almost...?
jannefleischer 0cc6cd6
missed ()
jannefleischer d5a7266
odd.
jannefleischer 801e4e5
only old version...
jannefleischer 0111a3a
old handling seems to work in new version too...I use that until it d…
jannefleischer 84b0708
and to other algorithms too
jannefleischer 1f319ed
ran ruff
jannefleischer 0f14fc2
ran ruff 2
jannefleischer ac8b692
Merge branch 'qgis_process_ready_bigfileisochrones' into qgis_process…
jannefleischer e63a4d6
Revert "Merge branch 'qgis_process_ready_bigfileisochrones' into qgis…
jannefleischer bef22ee
cleanup missed debug-feedback
jannefleischer 7ed7b26
hopefully fixing test for adding a provider
jannefleischer 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
force-use int as an index to parameters (since qgis_process interpret…
…s a integer parameter as string)
- Loading branch information
commit b1d0ae855dc39faf7b9f0a3bf8a48978d66b503f
There are no files selected for viewing
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
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
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.