GBXML, IDF and OSM Export

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)
1 Like

Hi @pb1,

Thank you for reporting the issue. This is a bug! I should have caught this before the release. Sorry about that! :expressionless:

We should be able to fix this for you quickly!

@mingbo, I can recreate the error if I try to save the model to OSM. The command for exporting should be model-to-osm. For some reason, it has been changed to model-from-osm but with the correct options for model-to-osm

Hi @pb1, thank you again for reporting the issue. We just released a new version (v1.48.19) which should fix the problem. Give it a try and let us know if you find any issues.

1 Like