geoprob_pipe 2.2.4__tar.gz → 2.2.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/PKG-INFO +2 -2
  2. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/README.md +1 -1
  3. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/app_object.py +2 -1
  4. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/pyproject.toml +1 -1
  5. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/LICENSE +0 -0
  6. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/__init__.py +0 -0
  7. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/__main__.py +0 -0
  8. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/__init__.py +0 -0
  9. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/limit_states/__init__.py +0 -0
  10. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/limit_states/piping_lm.py +0 -0
  11. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/physical_components/__init__.py +0 -0
  12. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/physical_components/geohydro_functions.py +0 -0
  13. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/physical_components/model4a.py +0 -0
  14. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/physical_components/piping.py +0 -0
  15. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/__init__.py +0 -0
  16. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/base_objects/__init__.py +0 -0
  17. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/base_objects/base_system_build.py +0 -0
  18. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/base_objects/system_calculation.py +0 -0
  19. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/build_and_run.py +0 -0
  20. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/mappers/__init__.py +0 -0
  21. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/mappers/calculations.py +0 -0
  22. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/mappers/initial_input.py +0 -0
  23. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/mappers/validation.py +0 -0
  24. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/model4a/__init__.py +0 -0
  25. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/model4a/initial_input.py +0 -0
  26. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/model4a/limit_state_functions.py +0 -0
  27. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/model4a/reliability_calculation.py +0 -0
  28. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/model4a/system_builder.py +0 -0
  29. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/model4a/validation.py +0 -0
  30. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/moria/__init__.py +0 -0
  31. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/moria/initial_input.py +0 -0
  32. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/moria/limit_state_functions.py +0 -0
  33. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/moria/reliability_calculation.py +0 -0
  34. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/moria/system_builder.py +0 -0
  35. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/moria/validation.py +0 -0
  36. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/single_calc.py +0 -0
  37. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/validation.py +0 -0
  38. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/wbi/__init__.py +0 -0
  39. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/wbi/initial_input.py +0 -0
  40. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/wbi/limit_state_functions.py +0 -0
  41. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/wbi/reliability_calculation.py +0 -0
  42. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/wbi/system_builder.py +0 -0
  43. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/calculations/systems/wbi/validation.py +0 -0
  44. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/changelog.py +0 -0
  45. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/README.md +0 -0
  46. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/__init__.py +0 -0
  47. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/cmd.py +0 -0
  48. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/comparisons/__init__.py +0 -0
  49. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/comparisons/beta_dumbbell.py +0 -0
  50. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/comparisons/beta_map.py +0 -0
  51. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/comparisons/start_comparison.py +0 -0
  52. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/general/__init__.py +0 -0
  53. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/general/geohydrologisch_model.py +0 -0
  54. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/general/project.py +0 -0
  55. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/general/traject_parameters.py +0 -0
  56. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/__init__.py +0 -0
  57. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/added_input_parameters.py +0 -0
  58. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/expand_input_tables.py +0 -0
  59. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/export_input_parameter_excel.py +0 -0
  60. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/initiate_input_excel_tables.py +0 -0
  61. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/input_parameter_figures.py +0 -0
  62. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/input_parameter_tables.py +0 -0
  63. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/parameter_input/parameter_input_template.xlsx +0 -0
  64. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/questionnaire.py +0 -0
  65. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/run_calculations/__init__.py +0 -0
  66. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/run_calculations/run.py +0 -0
  67. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/__init__.py +0 -0
  68. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/coupled_distance_to_exit_points.py +0 -0
  69. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/coupled_exit_points_to_refline.py +0 -0
  70. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/coupled_exit_points_to_vakken.py +0 -0
  71. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/coupled_hrd.py +0 -0
  72. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/coupled_mv_exit.py +0 -0
  73. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/coupled_polderpeil.py +0 -0
  74. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_joins/utils.py +0 -0
  75. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/__init__.py +0 -0
  76. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/ahn.py +0 -0
  77. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/binnenteenlijn.py +0 -0
  78. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/buitenteenlijn.py +0 -0
  79. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/dijktraject.py +0 -0
  80. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/hrd/__init__.py +0 -0
  81. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/hrd/hrd.py +0 -0
  82. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/hrd/import_from_hrd.py +0 -0
  83. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/hrd/import_from_other_geopackage.py +0 -0
  84. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/hrd/utils.py +0 -0
  85. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/intredelijn.py +0 -0
  86. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/polderpeil.py +0 -0
  87. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/uittredepunten/__init__.py +0 -0
  88. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/uittredepunten/alg_walking_circles.py +0 -0
  89. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/uittredepunten/uittredepunten.py +0 -0
  90. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/spatial_layers/vakindeling.py +0 -0
  91. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/test_files/Analyse224.geoprob_pipe.gpkg +0 -0
  92. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/utils/__init__.py +0 -0
  93. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/utils/misc.py +0 -0
  94. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/cmd_app/utils/spatial.py +0 -0
  95. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/__init__.py +0 -0
  96. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/dataframe_validation.py +0 -0
  97. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/df_validation/__init__.py +0 -0
  98. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/df_validation/df_parameter_invoer.py +0 -0
  99. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/dijktrajecten/dijktrajecten.cst +0 -0
  100. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/dijktrajecten/dijktrajecten.dbf +0 -0
  101. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/dijktrajecten/dijktrajecten.prj +0 -0
  102. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/dijktrajecten/dijktrajecten.shp +0 -0
  103. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/dijktrajecten/dijktrajecten.shx +0 -0
  104. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/input_data_object.py +0 -0
  105. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/traject_normering.py +0 -0
  106. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/validation/__init__.py +0 -0
  107. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/validation/dataframes/__init__.py +0 -0
  108. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/validation/dataframes/df_parameter_invoer.py +0 -0
  109. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/validation/dataframes/df_scenario_invoer_som_kans.py +0 -0
  110. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/input_data/validation/dataframes/validation_objects.py +0 -0
  111. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/results/__init__.py +0 -0
  112. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/results/alphas_and_physical_values.py +0 -0
  113. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/results/assemblage/functions.py +0 -0
  114. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/results/assemblage/objects.py +0 -0
  115. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/results/construct_dataframes.py +0 -0
  116. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/spatial/__init__.py +0 -0
  117. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/spatial/gdf_beta_limit_states.py +0 -0
  118. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/__init__.py +0 -0
  119. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/df_validation/__init__.py +0 -0
  120. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/df_validation/column.py +0 -0
  121. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/df_validation/dataframe.py +0 -0
  122. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/df_validation/filters.py +0 -0
  123. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/df_validation/requirement.py +0 -0
  124. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/df_validation/requirements.py +0 -0
  125. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/file_system.py +0 -0
  126. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/gdf.py +0 -0
  127. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/loggers.py +0 -0
  128. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/statistics.py +0 -0
  129. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/update_metadata.py +0 -0
  130. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/utils/validation_messages.py +0 -0
  131. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/__init__.py +0 -0
  132. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/__init__.py +0 -0
  133. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/assemblage_icicle.py +0 -0
  134. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/betrouwbaarheidsindex.py +0 -0
  135. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/hfreq.py +0 -0
  136. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/invloedsfactoren.py +0 -0
  137. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/overview_alpha.py +0 -0
  138. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/phreatic_waterline.py +0 -0
  139. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/physical_values_along_levee.py +0 -0
  140. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/graphs/river_waterlevel.py +0 -0
  141. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/maps/__init__.py +0 -0
  142. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/maps/betamap.py +0 -0
  143. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/other/__init__.py +0 -0
  144. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/other/overview/Hierarchie_berekeningen_incl_result_tags.graphml +0 -0
  145. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/other/overview/Hierarchie_berekeningen_incl_result_tags.svg +0 -0
  146. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/other/overview/Hierarchie_berekeningen_incl_result_tags_v2.svg +0 -0
  147. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/other/overview/__init__.py +0 -0
  148. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/other/overview/generate_flow_chart.py +0 -0
  149. {geoprob_pipe-2.2.4 → geoprob_pipe-2.2.6}/geoprob_pipe/visualizations/other/overview/generate_flow_chart_v2.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: geoprob_pipe
3
- Version: 2.2.4
3
+ Version: 2.2.6
4
4
  Summary: Execute probabilistic piping calculations using the Deltares probabilic library.
5
5
  License: GPL-3.0-or-later
6
6
  Author: Chris Pitzalis
@@ -27,7 +27,7 @@ Requires-Dist: typer (>=0.17.3,<0.18.0)
27
27
  Project-URL: Repository, https://github.com/kkpdata/GeoProb-Pipe
28
28
  Description-Content-Type: text/markdown
29
29
 
30
- ![Coverage](./readme_images/coverage.svg)
30
+ ![Coverage](https://raw.githubusercontent.com/kkpdata/GeoProb-Pipe/alpha/readme_images/coverage.svg)
31
31
 
32
32
  # GeoProb-Pipe
33
33
  Applicatie voor het uitvoeren van probabilistische piping berekeningen. De applicatie maakt gebruik van de probabilistische
@@ -1,4 +1,4 @@
1
- ![Coverage](./readme_images/coverage.svg)
1
+ ![Coverage](https://raw.githubusercontent.com/kkpdata/GeoProb-Pipe/alpha/readme_images/coverage.svg)
2
2
 
3
3
  # GeoProb-Pipe
4
4
  Applicatie voor het uitvoeren van probabilistische piping berekeningen. De applicatie maakt gebruik van de probabilistische
@@ -1,3 +1,5 @@
1
+ """ Main app object. """
2
+
1
3
  from __future__ import annotations
2
4
  import os
3
5
  from datetime import datetime
@@ -6,7 +8,6 @@ import pandas as pd
6
8
 
7
9
  from geoprob_pipe.cmd_app.parameter_input.expand_input_tables import run_expand_input_tables
8
10
  from geoprob_pipe.cmd_app.parameter_input.input_parameter_figures import InputParameterFigures
9
- from geoprob_pipe.cmd_app.parameter_input.input_parameter_tables import InputParameterTables
10
11
 
11
12
  try:
12
13
  import probabilistic_library
@@ -1,7 +1,7 @@
1
1
 
2
2
  [tool.poetry]
3
3
  name = "geoprob_pipe"
4
- version = "2.2.4"
4
+ version = "2.2.6"
5
5
  description = "Execute probabilistic piping calculations using the Deltares probabilic library."
6
6
  authors = [
7
7
  "Chris Pitzalis <C.Pitzalis@wsrl.nl>",
File without changes