MANIFEST.in
README.md
RELEASE_NOTES.md
pyproject.toml
examples/freshforge/model_build_workflow.yaml
src/femic/__init__.py
src/femic/__main__.py
src/femic/account_surface.py
src/femic/arcgis_pro.py
src/femic/arcgis_review.py
src/femic/bcdc_catalog.py
src/femic/bcdc_dwds.py
src/femic/bcdc_fetch.py
src/femic/builtin_instances.py
src/femic/document_figures.py
src/femic/fansier_reporting.py
src/femic/fansier_runtime.py
src/femic/fansier_workflow.py
src/femic/freshforge.py
src/femic/geospatial_preflight.py
src/femic/glb.py
src/femic/instance_bootstrap.py
src/femic/instance_context.py
src/femic/named_pipelines.py
src/femic/patchworks_runtime.py
src/femic/patchworks_variants.py
src/femic/rebuild_baseline.py
src/femic/rebuild_invariants.py
src/femic/rebuild_runner.py
src/femic/rebuild_spec.py
src/femic/release_packaging.py
src/femic/user_config.py
src/femic/ws3_bridge.py
src/femic/ws3_smoke.py
src/femic.egg-info/PKG-INFO
src/femic.egg-info/SOURCES.txt
src/femic.egg-info/dependency_links.txt
src/femic.egg-info/entry_points.txt
src/femic.egg-info/requires.txt
src/femic.egg-info/top_level.txt
src/femic/cli/__init__.py
src/femic/cli/main.py
src/femic/fmg/__init__.py
src/femic/fmg/adapters.py
src/femic/fmg/core.py
src/femic/fmg/patchworks.py
src/femic/fmg/woodstock.py
src/femic/pipeline/__init__.py
src/femic/pipeline/au_first_growth.py
src/femic/pipeline/bundle.py
src/femic/pipeline/diagnostics.py
src/femic/pipeline/io.py
src/femic/pipeline/legacy_context.py
src/femic/pipeline/legacy_runtime.py
src/femic/pipeline/managed_curves.py
src/femic/pipeline/manifest.py
src/femic/pipeline/plots.py
src/femic/pipeline/pre_vdyp.py
src/femic/pipeline/siteprod.py
src/femic/pipeline/species_volume.py
src/femic/pipeline/stages.py
src/femic/pipeline/stands.py
src/femic/pipeline/tipsy.py
src/femic/pipeline/tipsy_config.py
src/femic/pipeline/tipsy_legacy.py
src/femic/pipeline/tsa.py
src/femic/pipeline/vdyp.py
src/femic/pipeline/vdyp_curves.py
src/femic/pipeline/vdyp_io.py
src/femic/pipeline/vdyp_logging.py
src/femic/pipeline/vdyp_overrides.py
src/femic/pipeline/vdyp_sampling.py
src/femic/pipeline/vdyp_stage.py
src/femic/pipeline/vri.py
src/femic/resources/__init__.py
src/femic/resources/builtins/__init__.py
src/femic/resources/builtins/instances.builtin.yaml
src/femic/resources/instance/.gitignore
src/femic/resources/instance/QUICKSTART.md
src/femic/resources/instance/__init__.py
src/femic/resources/instance/config/patchworks.runtime.windows.yaml
src/femic/resources/instance/config/rebuild.allowlist.yaml
src/femic/resources/instance/config/rebuild.spec.yaml
src/femic/resources/instance/config/run_profile.case_template.yaml
src/femic/resources/instance/config/silviculture.case_template.yaml
src/femic/resources/instance/config/tipsy/template.case.yaml
src/femic/resources/instance/runbooks/REBUILD_RUNBOOK.md
src/femic/resources/legacy/00_data-prep.py
src/femic/resources/legacy/01a_run-tsa.py
src/femic/resources/legacy/01b_run-tsa.py
src/femic/resources/legacy/__init__.py
src/femic/resources/patchworks/__init__.py
src/femic/resources/patchworks/btc_indicator_bank_compile_recipes.yaml
src/femic/resources/patchworks/log_grade_price_matrices.yaml
src/femic/resources/patchworks/variants.builtin.yaml
src/femic/resources/pipelines/__init__.py
src/femic/resources/pipelines/registry.yaml
src/femic/resources/tsr/__init__.py
src/femic/resources/tsr_recipes/__init__.py
src/femic/tsr_catalog/__init__.py
src/femic/tsr_catalog/adjudication.py
src/femic/tsr_catalog/cache.py
src/femic/tsr_catalog/crawl.py
src/femic/tsr_catalog/extract.py
src/femic/tsr_catalog/overlay.py
src/femic/tsr_catalog/recipes.py
src/femic/tsr_catalog/report.py
src/femic/tsr_catalog/source_overrides.py
src/femic/tsr_catalog/step13_attributes.py
src/femic/vdyp/__init__.py
src/femic/vdyp/reporting.py
src/femic/workflows/legacy.py
src/femic/workflows/legacy_resources.py
tests/test_account_surface.py
tests/test_arcgis_review.py
tests/test_au_first_growth.py
tests/test_bcdc_catalog.py
tests/test_bcdc_dwds.py
tests/test_bcdc_fetch.py
tests/test_builtin_instances.py
tests/test_bundle.py
tests/test_case_preflight_cli.py
tests/test_cli_main.py
tests/test_diagnostics.py
tests/test_docs_contract.py
tests/test_document_figures.py
tests/test_fansier_reporting.py
tests/test_fansier_runtime.py
tests/test_fansier_workflow.py
tests/test_fmg_adapters.py
tests/test_fmg_patchworks.py
tests/test_fmg_woodstock.py
tests/test_freshforge_integration.py
tests/test_geospatial_preflight.py
tests/test_glb.py
tests/test_instance_bootstrap.py
tests/test_instance_context.py
tests/test_instance_extension_boundaries.py
tests/test_legacy_01a_structure.py
tests/test_legacy_01b_runtime.py
tests/test_legacy_context.py
tests/test_legacy_manifest.py
tests/test_legacy_orchestration_wiring.py
tests/test_legacy_resources.py
tests/test_managed_curves.py
tests/test_named_pipelines.py
tests/test_patchworks_runtime.py
tests/test_patchworks_variants.py
tests/test_pipeline_helpers.py
tests/test_pipeline_io.py
tests/test_pipeline_stages.py
tests/test_pre_vdyp.py
tests/test_rebuild_baseline.py
tests/test_rebuild_invariants.py
tests/test_rebuild_runner.py
tests/test_rebuild_spec.py
tests/test_release_packaging.py
tests/test_siteprod.py
tests/test_smoke.py
tests/test_species_volume.py
tests/test_stands.py
tests/test_tipsy.py
tests/test_tipsy_config.py
tests/test_tipsy_config_cli.py
tests/test_tipsy_legacy.py
tests/test_tipsy_report_cli.py
tests/test_tsr_adjudication.py
tests/test_tsr_cache.py
tests/test_tsr_catalog.py
tests/test_tsr_extract.py
tests/test_tsr_overlay.py
tests/test_tsr_recipes.py
tests/test_tsr_report.py
tests/test_tsr_source_overrides.py
tests/test_tsr_step13_attributes.py
tests/test_user_config.py
tests/test_vdyp_curves.py
tests/test_vdyp_io.py
tests/test_vdyp_logging.py
tests/test_vdyp_overrides.py
tests/test_vdyp_regression.py
tests/test_vdyp_report_cli.py
tests/test_vdyp_reporting.py
tests/test_vdyp_sampling.py
tests/test_vdyp_stage.py
tests/test_version_metadata.py
tests/test_vri.py
tests/test_workflows_post_tipsy.py
tests/test_ws3_bridge.py
tests/test_ws3_smoke.py