pyradtran.interface#
High-level user-facing interface for pyRadtran.
This module provides the three main entry points:
PyRadtranAccessor— xarray accessor registered asds.pyradtran.execute_simulation_batch()— parallel batch driver.run_pyradtran_simulation()— standalone simulation from a file.
Examples
Run all time steps in an xarray dataset:
>>> result = ds.pyradtran.run(
... config_path="config/my_config.yaml",
... parameter_overrides={"albedo": 0.85},
... )
See also
pyradtran.core.SimulationLow-level single-run engine.
pyradtran.config.load_configConfiguration loading.
|
Run |
|
Run a full simulation pipeline from a CSV/NetCDF input file. |
|
xarray accessor for running libRadtran simulations. |