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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feedback. Yeah!
  • Loading branch information
jannefleischer committed Jun 16, 2025
commit e1849d21b3a14eaf479faa8bbe99b8e3d4c69e15
1 change: 1 addition & 0 deletions ORStools/proc/provider_add_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def processAlgorithm(
) -> Dict[str, str]:
s = QgsSettings()
feedback.pushInfo(f"Settingsfile: {s.fileName()}")
logger.log(f"Settingsfile: {s.fileName()}", 2)
provider_name = self.parameterAsString(parameters, "ors_provider_name", context)
provider_url = self.parameterAsString(parameters, "ors_provider_url", context)
provider_api_key = self.parameterAsString(parameters, "ors_provider_api_key", context)
Expand Down
3 changes: 2 additions & 1 deletion ORStools/proc/provider_get_confid_by_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ def processAlgorithm(
msg = self.tr(f"The provider with name: {provider_name} has the ID {str(result)}")

feedback.pushInfo(msg)
feedback.pushInfo(f"This is the full list of providers: {current_config["providers"]}")
logger.log(msg, 2)
logger.log(f"This is the full list of providers: {current_config["providers"]}")

return {"OUTPUT": result}

def createInstance(self):
Expand Down