-
-
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
[WIP] matrix calculator, matrix import/updt, faster project creation #354
base: develop
Are you sure you want to change the base?
Conversation
Should be ready for merge, full revision of "old" PR AequilibraE#250 : * Adding processing provider (translatable) * Include traffic assignment from yaml
…nt result for easier re-running
…o an existing file Preparing a new future QGIS provider : "matrix calculator"
qaequilibrae/modules/processing_provider/add_matrix_from_layer.py
Outdated
Show resolved
Hide resolved
qaequilibrae/modules/processing_provider/add_matrix_from_layer.py
Outdated
Show resolved
Hide resolved
qaequilibrae/modules/processing_provider/add_matrix_from_layer.py
Outdated
Show resolved
Hide resolved
qaequilibrae/modules/processing_provider/create_matrix_from_layer.py
Outdated
Show resolved
Hide resolved
qaequilibrae/modules/processing_provider/add_matrix_from_layer.py
Outdated
Show resolved
Hide resolved
@Art-Ev by the way, do you have any sample files you're using to test the provider to send me? |
Not yet, it's one shots every time... But we have somebody with whom we'll be working on this over the summer: a full model creation and running using only qgis processes from the provider with precalculated results to validate future updates and future new functions. Goal is to have one QGIS modeler that we can juste run with one button and check that most functions work as expected. |
Still need to make tests for the full PR before merging
@Art-Ev I did a super mess in your branch / commit :( Je suis vraiment désolée de vous dérranger |
Seen that trying to push last commit 😋 I think it's good now (had lot of errors before but final files in "files changes" tab seem to be correct at the end) |
from qgis.core import QgsProcessingParameterFile, QgsProcessingParameterNumber, QgsProcessingParameterString | ||
from qgis.core import QgsFeature, QgsVectorLayer, QgsDataSourceUri | ||
|
||
import processing |
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.
Hey @Art-Ev I want to check with you about this import because the test I wrote is failing with these changes. I tried to import this module but I received an error. Would you mind checking this for me, please?
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.
Hey, will check that, which version of QGIS are you using ? (no error on 2 different versions on my computer nor on another person's...)
New problems with PT assignment/graph creation but working ont it...
@r-akemii, we've made some tests and only have a last problem : PT assign and map matching are buggy on our side. (errors during graph creation). Can you check that ? If you see no problem on your side we'll organize a call to send you our test files. |
@Art-Ev I can definitely investigate the bug! Would you mind describing it and sending me the GTFS files you were using? I have a hunch that it can be related to a bug Pedro fixed in AequilibraE in release 1.1.0. |
Will make that tomorrow ;) |
@Art-Ev I'm not sure if I can reach you on Teams, but I'll contact you tomorrow during your working hours! |
Renaming processings to handle menus order & add datetime to assignment result name for easier re-running without editing yaml config file