-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update qaequilibrae based on aequilibrae1.1.3 (#379)
* remove worker_thread * Revert "remove worker_thread" This reverts commit 8ffbe80. * updates worker thread import * qgis version and messages * fixes traffic assignment progress bars * GTFS progress bars and linting * . * . * Modifies signals * modifies signals and tests * . * adds test for impedance matrix dialog * Remove print statements * updates signals * update UI and GTFS signals * standardize variable names & adds tests * Removes AequilibraE Data * . * Dataset loading * Update test_distribution_procedures.py * Update test_load_dataset.py * fixes tests and file format * add allow map-match button * updates version * Update load_dataset_class.py * file format and remove unused imports * updates signals * skip test and file format * update centroid connectors * update tests * Update aequilibrae_version.txt * adds uv to installation * updates signal index * Create test_creates_transponet.py * Update test_creates_transponet.py * add geodataframe from layer and removes unused files * rename test files and update test data * updates create transponet and adds test * Update test_create_transponet.py * updates imports * Update documentation.yml * update UI and tests * activate venv * Update aequilibrae_version.txt * activate venv (again) * v1.1.3 * updates signals and imports * update docs * Apply suggestions from code review --------- Co-authored-by: Pedro Camargo <[email protected]>
- Loading branch information
1 parent
45b0a0f
commit 496bad9
Showing
88 changed files
with
1,225 additions
and
2,406 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
numpy<2.0 |
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.
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.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
aequilibrae==1.0.1 | ||
aequilibrae==1.1.3 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[general] | ||
name=qaequilibrae | ||
qgisMinimumVersion=3.34.6 | ||
qgisMinimumVersion=3.34.10 | ||
qgisMaximumVersion=3.99 | ||
description=Transportation modeling toolbox for QGIS | ||
about=QAequilibraE is the GUI for AequilibraE, a transportation modeling package designed to be an open-source alternative to traditional commercial packages. It is a comprehensive set of tools for modeling and visualization, including incredibly fast equilibrium traffic assignment, synthetic gravity models, network editing, and GTFS importer. http://www.aequilibrae.com/. | ||
version=1.0.3 | ||
version=1.1.3 | ||
author=Pedro Camargo | ||
[email protected] | ||
repository= https://github.com/AequilibraE/QAequilibraE | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
from .auxiliary_functions import * | ||
from .get_output_file_name import GetOutputFileName | ||
from .get_output_file_name import GetOutputFolderName | ||
from .link_query_model import LinkQueryModel | ||
from .load_graph_layer_setting_dialog import LoadGraphLayerSettingDialog | ||
from .numpy_model import NumpyModel | ||
from .pandas_model import PandasModel | ||
from .database_model import DatabaseModel | ||
from .parameters_dialog import ParameterDialog | ||
from .report_dialog import ReportDialog | ||
from .about_dialog import AboutDialog | ||
from .all_layers_from_toc import all_layers_from_toc | ||
from .log_dialog import LogDialog | ||
from .data_layer_from_dataframe import layer_from_dataframe | ||
from .table_field_lister import find_table_fields | ||
from .geodataframe_from_data_layer import geodataframe_from_layer |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.