• Search by Module
  • Search by Word
  • Project Search
  • Top Python APIs
  • Popular Projects
  • Java
  • C++
  • Python
  • Scala
  • Blog
Project: pywr (GitHub Link)
  • pywr-master
    • .coveragerc
    • examples
      • hydropower_example.py
      • two_reservoir
        • two_reservoir_moea.py
        • two_reservoir_plot.py
        • two_reservoir.json
      • data
      • thames
        • thames.json
        • thames.py
      • simple_model.py
      • hydropower_example.json
    • travis
      • manylinux1_x86_64-glpk
        • build_glpk.sh
        • Makefile
        • lpsolveConfig.cmake.in
        • build_lpsolve.sh
        • fix-lpsolve-compilation.patch
        • Dockerfile
      • build-wheels.sh
      • manylinux2010_x86_64-glpk
        • build_glpk.sh
        • Makefile
        • lpsolveConfig.cmake.in
        • build_lpsolve.sh
        • fix-lpsolve-compilation.patch
        • Dockerfile
    • appveyor.yml
    • github_deploy_key.enc
    • CHANGELOG.md
    • README.rst
    • setup.py
    • pywr
      • solvers
        • libglpk.pxd
        • cython_glpk.pyx
        • cython_lpsolve.pyx
        • __init__.py
      • _component.pxd
      • parameters
        • groundwater.py
        • _thresholds.pxd
        • _control_curves.pyx
        • parameters.py
        • _hydropower.pxd
        • _polynomial.pyx
        • _control_curves.pxd
        • __init__.py
        • _parameters.pxd
        • _parameters.pyx
        • _thresholds.pyx
        • _polynomial.pxd
        • control_curves.py
        • licenses.py
        • _hydropower.pyx
      • h5tools.py
      • nodes.py
      • parameter_property.py
      • optimisation
        • pygmo.py
        • __init__.py
        • platypus.py
      • _component.pyx
      • model.py
      • _core.pyx
      • notebook
        • save_graph.js
        • draw_graph.js
        • template.html
        • __init__.py
        • sankey.py
        • figures.py
        • graph.css
      • __init__.py
      • recorders
        • _recorders.pxd
        • _thresholds.pxd
        • progress.py
        • _hydropower.pxd
        • events.py
        • recorders.py
        • __init__.py
        • _recorders.pyx
        • calibration.py
        • _thresholds.pyx
        • _hydropower.pyx
      • core.py
      • _core.pxd
      • hashes.py
      • _model.pyx
      • timestepper.py
      • dataframe_tools.py
      • domains
        • river.py
        • groundwater.py
        • __init__.py
    • setup.cfg
    • .travis.yml
    • tests
      • test_run.py
      • notebook.ipynb
      • test_analytical.py
      • test_hashes.py
      • test_platypus.py
      • test_pygmo.py
      • test_recorders.py
      • test_groundwater.py
      • test_optimisation.py
      • models
        • demand_saving2_with_variables.json
        • virtual_storage1.json
        • extra2.json
        • breaklink.json
        • river_split_with_gauge1.json
        • virtual_storage2.json
        • demand_saving_with_tables_recorder.json
        • multiindex_df.json
        • reservoir2.json
        • aggregated1.json
        • timeseries1_weekly_hdf.json
        • river_discharge1.json
        • reservoir_with_cc.json
        • reservoir_initial_vol_from_table.json
        • reservoir_evaporation_without_area_property.json
        • discount.json
        • parameter_recorder.json
        • control_curve.csv
        • river2.json
        • python_include.json
        • reservoir1.json
        • timeseries1_weekly.h5
        • simple_df.json
        • timeseries1_weekly.json
        • demand_saving_hdf.json
        • timeseries2_hdf_wrong_hash.json
        • timeseries1_weekly.csv
        • annual_license.json
        • csv_recorder.json
        • flow_interpolation.json
        • timeseries1.csv
        • timeseries2_hdf.json
        • .gitattributes
        • monthly_profiles.csv
        • scenario_with_slices.json
        • simple1.json
        • reservoir_with_circular_cc.json
        • river_mrf1.json
        • multiindex_data.csv
        • my_parameter.py
        • demand_saving_level.h5
        • timeseries4.json
        • timeseries2.h5
        • test_data1.xlsx
        • timeseries3.json
        • hydropower_target_example.json
        • simple_df_shared.json
        • initial_volumes.csv
        • simple_data.csv
        • demand_saving2.json
        • invalid.json
        • simple_with_scenario_wrapper.json
        • piecewise1.json
        • simple1_monthly.json
        • data
        • extra1.json
        • parameter_reference.json
        • piecewise1_with_parameters.json
        • two_reservoir.json
        • reservoir_with_cc_param_values.json
        • agg_recorder_nesting.json
        • timeseries3.csv
        • invalid_include.json
        • timeseries2.json
        • scenario_with_user_combinations.json
        • bottleneck.json
        • timeseries1.json
        • reservoir1_pc.json
        • mean_flow_recorder.json
        • two_reservoir_constrained.json
        • simple_with_scenario.json
        • river1.json
        • river_discharge2.json
        • cost1.json
        • scenario_monthly_profile.json
        • timeseries1_xlsx.json
        • deficit.json
        • flow_parameter.json
        • version1.json
        • reservoir_evaporation.json
        • hydropower_example.json
        • timeseries2_with_fdc.json
        • timeseries2.csv
      • test_control_curves.py
      • test_node_iterator.py
      • test_parameters.py
      • test_df_resampling.py
      • test_scenarios.py
      • test_named_iterator.py
      • test_components.py
      • test_notebook.py
      • fixtures.py
      • test_piecewise.py
      • test_license.py
      • pytest.ini
      • timeseries1.xlsx
      • test_aggregated_nodes.py
      • test_agg_constraints.py
      • test_aggregator.py
      • test_core.py
      • test_river.py
      • helpers.py
      • conftest.py
    • .gitignore
    • docs
      • Makefile
      • source
        • install.rst
        • pyplots
          • top_hat.py
          • demand_saving_levels.py
        • tutorial.json
        • cookbook
          • control_curves.rst
          • aggregated_node.rst
          • dataframes.rst
          • demand_saving.rst
          • cookbook.rst
          • aggregated_parameter.rst
        • api
          • pywr.notebook.rst
          • pywr.optimisation.rst
          • pywr.parameters.rst
          • pywr.solvers.rst
          • pywr.rst
          • pywr.nodes.rst
          • pywr.core.rst
          • pywr.recorders.rst
        • tutorial.rst
        • formulation.rst
        • json.rst
        • license.rst
        • index.rst
        • conf.py
        • extending_pywr
          • extending_pywr_recorders.rst
          • extending_pywr_nodes.rst
          • extending_pywr_parameters.rst
          • index.rst
        • _templates
          • .gitignore
        • _static
          • style.css
          • .gitignore
      • make.bat
      • presentations
    • LICENSE.txt
    • MANIFEST.in