foxes 0.8__tar.gz → 0.8.2__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.
Potentially problematic release.
This version of foxes might be problematic. Click here for more details.
- {foxes-0.8/foxes.egg-info → foxes-0.8.2}/PKG-INFO +2 -2
- foxes-0.8.2/foxes/VERSION +1 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/runners/runners.py +2 -2
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/xarray_utils.py +2 -0
- {foxes-0.8 → foxes-0.8.2/foxes.egg-info}/PKG-INFO +2 -2
- {foxes-0.8 → foxes-0.8.2}/foxes.egg-info/SOURCES.txt +0 -1
- {foxes-0.8 → foxes-0.8.2}/foxes.egg-info/requires.txt +1 -1
- {foxes-0.8 → foxes-0.8.2}/setup.cfg +1 -1
- foxes-0.8/foxes/VERSION +0 -1
- foxes-0.8/foxes/utils/plotly_helpers.py +0 -19
- {foxes-0.8 → foxes-0.8.2}/LICENSE +0 -0
- {foxes-0.8 → foxes-0.8.2}/Logo_FOXES.svg +0 -0
- {foxes-0.8 → foxes-0.8.2}/MANIFEST.in +0 -0
- {foxes-0.8 → foxes-0.8.2}/README.md +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/downwind.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/models/farm_wakes_calc.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/models/init_farm_data.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/models/point_wakes_calc.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/models/reorder_farm_output.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/models/set_amb_farm_results.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/downwind/models/set_amb_point_results.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/iterative/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/iterative/iterative.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/iterative/models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/iterative/models/convergence.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/iterative/models/farm_wakes_calc.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/iterative/models/urelax.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/sequential/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/sequential/models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/sequential/models/plugin.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/sequential/models/seq_state.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/algorithms/sequential/sequential.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/constants.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/algorithm.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/axial_induction_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/data.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/data_calc_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/farm_controller.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/farm_data_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/farm_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/ground_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/partial_wakes_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/point_data_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/rotor_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/states.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/turbine.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/turbine_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/turbine_type.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/vertical_profile.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/wake_frame.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/wake_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/wake_superposition.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/core/wind_farm.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/farms/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/farms/test_farm_67.csv +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/parse.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/power_ct_curves/DTU-10MW-D178d3-H119.csv +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/power_ct_curves/IEA-15MW-D240-H150.csv +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/power_ct_curves/IWT-7d5MW-D164-H100.csv +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/power_ct_curves/NREL-5MW-D126-H90.csv +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/power_ct_curves/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/WRF-Timeseries-3000.nc +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/WRF-Timeseries-4464.csv.gz +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/abl_states_6000.csv.gz +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/timeseries_100.csv.gz +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/timeseries_3000.csv.gz +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/timeseries_8000.csv.gz +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/wind_rose_bremen.csv +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/wind_rotation.nc +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/windio_timeseries_5000.nc +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/states/winds100.tab +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/static_data.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/windio/DTU_10MW_turbine.yaml +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/windio/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/data/windio/windio_5turbines_timeseries.yaml +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/from_csv.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/from_df.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/from_file.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/from_json.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/from_random.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/grid.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/farm_layout/row.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/create/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/create/random_abl_states.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/create/random_timeseries.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/field_data_nc.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/multi_height.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/scan_ws.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/single.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/states/states_table.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/get_states.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/read_attributes.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/read_farm.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/read_fields.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/read_outputs.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/runner.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/input/windio/windio.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/axial_induction/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/axial_induction/betz.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/axial_induction/madsen.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/farm_controllers/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/farm_controllers/basic.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/farm_models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/farm_models/turbine2farm.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/ground_models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/ground_models/no_ground.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/ground_models/wake_mirror.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/model_book.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/partial_wakes/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/partial_wakes/axiwake.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/partial_wakes/centre.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/partial_wakes/grid.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/partial_wakes/rotor_points.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/partial_wakes/segregated.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/partial_wakes/top_hat.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/point_models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/point_models/set_uniform_data.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/point_models/tke2ti.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/point_models/wake_deltas.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/rotor_models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/rotor_models/centre.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/rotor_models/grid.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/rotor_models/levels.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/calculator.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/kTI_model.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/lookup_table.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/power_mask.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/rotor_centre_calc.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/sector_management.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/set_farm_vars.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/table_factors.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/thrust2ct.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/yaw2yawm.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_models/yawm2yaw.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/CpCt_file.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/CpCt_from_two.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/PCt_file.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/PCt_from_two.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/null_type.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/wsrho2PCt_from_two.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/turbine_types/wsti2PCt_from_two.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/abl_log_neutral_ws.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/abl_log_stable_ws.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/abl_log_unstable_ws.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/abl_log_ws.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/data_profile.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/sheared_ws.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/vertical_profiles/uniform.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_frames/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_frames/farm_order.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_frames/rotor_wd.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_frames/seq_dynamic_wakes.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_frames/streamlines.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_frames/timelines.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_frames/yawed_wakes.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/axisymmetric.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/dist_sliced.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/gaussian.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/induction/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/induction/rankine_half_body.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/induction/rathmann.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/induction/self_similar.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/induction/self_similar2020.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/induction/vortex_sheet.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/ti/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/ti/crespo_hernandez.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/ti/iec_ti.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/top_hat.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/wind/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/wind/bastankhah14.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/wind/bastankhah16.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/wind/jensen.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_models/wind/turbopark.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ti_linear.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ti_max.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ti_pow.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ti_quadratic.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ws_linear.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ws_max.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ws_pow.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ws_product.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/models/wake_superpositions/ws_quadratic.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/animation.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/calc_points.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/farm_layout.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/farm_results_eval.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/flow_plots_2d/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/flow_plots_2d/flow_plots.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/flow_plots_2d/get_fig.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/flow_plots_2d/seq_flow_ani_plugin.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/flow_plots_2d.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/grids.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/output.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/results_writer.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/rose_plot.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/rotor_point_plots.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/round.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/slice_data.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/state_turbine_map.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/state_turbine_table.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/output/turbine_type_curves.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/abl/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/abl/neutral.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/abl/sheared.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/abl/stable.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/abl/unstable.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/cubic_roots.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/data_book.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/dict.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/exec_python.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/factory.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geom2d/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geom2d/area_geometry.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geom2d/circle.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geom2d/example_intersection.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geom2d/example_union.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geom2d/half_plane.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geom2d/polygon.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geopandas_helpers.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/geopandas_utils.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/load.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/pandas_helpers.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/pandas_utils.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/random_xy.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/regularize.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/runners/__init__.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/subclasses.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/tab_files.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/two_circles.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/wind_dir.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/utils/windrose_plot.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes/variables.py +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes.egg-info/dependency_links.txt +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes.egg-info/top_level.txt +0 -0
- {foxes-0.8 → foxes-0.8.2}/foxes.egg-info/zip-safe +0 -0
- {foxes-0.8 → foxes-0.8.2}/pyproject.toml +0 -0
- {foxes-0.8 → foxes-0.8.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: foxes
|
|
3
|
-
Version: 0.8
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Farm Optimization and eXtended yield Evaluation Software
|
|
5
5
|
Author: Fraunhofer IWES
|
|
6
6
|
Author-email: jonas.schulte@iwes.fraunhofer.de
|
|
@@ -33,7 +33,7 @@ Requires-Dist: distributed
|
|
|
33
33
|
Requires-Dist: scipy
|
|
34
34
|
Requires-Dist: netcdf4
|
|
35
35
|
Requires-Dist: windrose
|
|
36
|
-
Requires-Dist:
|
|
36
|
+
Requires-Dist: cycler
|
|
37
37
|
Provides-Extra: io
|
|
38
38
|
Requires-Dist: windio>=1; extra == "io"
|
|
39
39
|
Provides-Extra: opt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.8.2
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import dask
|
|
2
2
|
from abc import abstractmethod, ABCMeta
|
|
3
3
|
from copy import deepcopy
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from distributed import Client, LocalCluster
|
|
5
|
+
from distributed import get_client
|
|
6
6
|
from dask.diagnostics import ProgressBar
|
|
7
7
|
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: foxes
|
|
3
|
-
Version: 0.8
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Farm Optimization and eXtended yield Evaluation Software
|
|
5
5
|
Author: Fraunhofer IWES
|
|
6
6
|
Author-email: jonas.schulte@iwes.fraunhofer.de
|
|
@@ -33,7 +33,7 @@ Requires-Dist: distributed
|
|
|
33
33
|
Requires-Dist: scipy
|
|
34
34
|
Requires-Dist: netcdf4
|
|
35
35
|
Requires-Dist: windrose
|
|
36
|
-
Requires-Dist:
|
|
36
|
+
Requires-Dist: cycler
|
|
37
37
|
Provides-Extra: io
|
|
38
38
|
Requires-Dist: windio>=1; extra == "io"
|
|
39
39
|
Provides-Extra: opt
|
foxes-0.8/foxes/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.8
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import plotly.io as pio
|
|
2
|
-
import io
|
|
3
|
-
from PIL import Image
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
def show_plotly_fig(fig):
|
|
7
|
-
"""
|
|
8
|
-
Displays a plotly figure in a window
|
|
9
|
-
|
|
10
|
-
Reference:
|
|
11
|
-
https://stackoverflow.com/questions/53570384/plotly-how-to-make-a-standalone-plot-in-a-window
|
|
12
|
-
|
|
13
|
-
:group: utils
|
|
14
|
-
|
|
15
|
-
"""
|
|
16
|
-
buf = io.BytesIO()
|
|
17
|
-
pio.write_image(fig, buf)
|
|
18
|
-
img = Image.open(buf)
|
|
19
|
-
img.show()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|