geoprior.cli.stage5#

CLI wrapper for Stage-5 cross-city transfer evaluation.

This wrapper aligns Stage-5 with the package CLI used by the other stages while preserving the existing transfer implementation in _stage5.py.

Supported flows#

  • Use the existing nat.com/config.py as-is.

  • Install a user-supplied config file before running.

  • Apply one-off JSON-friendly overrides via --set KEY=VALUE.

  • Seed transfer defaults such as city pair, model name, and results directory from config without changing the legacy Stage-5 CLI behavior.

  • Forward all original transfer arguments to the legacy implementation unchanged.

Functions

main([argv])

run_stage5([argv])

stage5_main([argv])

geoprior.cli.stage5.run_stage5(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.stage5.stage5_main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.stage5.main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None