convert a file object to an OSM model
Hello, I am using a python-based cloud platform that allows users to upload files. Thus, when I load a .OSM file from my computer, it ends up as a file object. I now need to convert this file object (which I can read so it is similar to a string) into an OSM model. What is the python openstudio API method to do this? Many thanks!
add a comment