Hello,
After updating to the newest Rhino Pollination Plugin Version (1.48.18.0), I can no longer export to GBXML, IDF, and OSM. I receive the following error. Do you have any suggestions on how to handle this? I have tried different models, but without success.
PO.V1.48.18.0 (May 17, 2024)
System.ArgumentException: Command:
C:\Program Files\ladybug_tools\python\python -m honeybee_energy translate model-from-osm -sp "C:\Users\Philipp\AppData\Local\Temp\qqq_simu_param.json" -osm "C:\Users\Philipp\Downloads\qqq.osm" "C:\Users\Philipp\AppData\Local\Temp\qqq.hbjson"
Usage: python -m honeybee_energy translate model-from-osm [OPTIONS] OSM_FILE
Try 'python -m honeybee_energy translate model-from-osm --help' for help.
Error: No such option: -s
bei Core.Utility.ExeCommand(String program, String argument, Boolean silentMode, String& results)
bei Core.Utility.ExePythonCommand(String argument, Boolean silentMode, String& results)
bei Core.Utility.ExePythonCommand(String argument, String& results)
bei Core.Utility.HBJsonToOSM(String hbJsonPath, IDictionary`2 options, String& report)
bei Core.Utility.HBJsonToOSM(String hbJsonPath, String simulationParamJsonPath, String epwFile, String saveAsOsmPath, String saveAsIdfPath)
bei Core.Exporters.ToOSM(String osmFilePath, Boolean selectedOnly)