Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Piyush's profile - activity

2022-07-28 23:23:10 -0500 asked a question How to translate geometry from Floorspace json to Three.js?

How to translate geometry from Floorspace json to Three.js? Hi! I want to render a Floorspace JS geometry on a web page,

2022-05-26 12:30:47 -0500 commented answer convert json from floorspace js to epjson

Dear David, Thanks so much for your guidance. We set the measure and file paths and the issue is resolved now. We also m

2022-05-25 06:11:30 -0500 commented answer convert json from floorspace js to epjson

to surmise what i did: 1. Downloaded measure MergeFloorspaceJsWithModel from OS. Saved automatically to C:\Users\PIYUSH\

2022-05-25 06:10:47 -0500 commented answer convert json from floorspace js to epjson

to surmise what i did: 1. Downloaded measure MergeFloorspaceJsWithModel from OS. Saved automatically to C:\Users\PIYUSH\

2022-05-25 06:03:10 -0500 commented answer convert json from floorspace js to epjson

Dear David, Thanks for sharing additional insights. I have tried the solution you suggested, but am hitting a wall. Whe

2022-05-20 07:53:20 -0500 marked best answer convert json from floorspace js to epjson

Hi! I am using FloorspaceJS platform to create building geometry online. I wish to translate the resulting json (also exported from the FloorspaceJS platform) to epjson (or IDF). I need this epjson (or idf) to to include HVAC programmatically (say using eppy).
From what I understand, there is an OpenStudio method built into the OpenStudio SDK that translates the geometry into an OSM file. Unfortunately the OpenStudio workflow does not work for me. I would appreciate if anyone can point me to a json converter from Floorspace to epjson. Thanks! Piyush

2022-05-20 07:53:11 -0500 commented answer convert json from floorspace js to epjson

Dear David, Thanks for your response. We will try this and hopefully we should be able to get around it. Will share the

2022-05-19 22:01:48 -0500 asked a question convert json from floorspace js to epjson

convert json from floorspace js to epjson Hi! I am using FloorspaceJS platform to create building geometry online. I wis

2021-01-18 19:37:19 -0500 received badge  Popular Question (source)
2018-05-29 04:11:11 -0500 commented question ImportError: No module named eppy

Hey Javed! Do you have multiple python installations?

2018-05-08 03:21:44 -0500 marked best answer How to install geomeppy for windows?

Hi! I have been trying to install Geomeppy (0.4.8) for Windows. As I understand, this requires Numpy (1.14.0), Shapely (1.6.4), and Matplotlib (2.1.2). Except for Shapely, I have the rest installed. Since Shapely needs GEOS, I have that installed as well. However, Shapely installation throws an error still. I cannot make much of the error, any help will be much appreciated. Thanks!

Error Message! Collecting shapely   Using cached Shapely-1.6.4.post1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\PIYUSH\AppData\Local\Temp\pip-build-mr0av1l1\shapely\setup.py", line 80, in <module>
        from shapely._buildcfg import geos_version_string, geos_version, \
      File "C:\Users\PIYUSH\AppData\Local\Temp\pip-build-mr0av1l1\shapely\shapely\_buildcfg.py", line 200, in <module>
        lgeos = CDLL("geos_c.dll")
      File "c:\users\piyush\appdata\local\programs\python\python36-32\lib\ctypes\__init__.py", line 348, in __init__
        self._handle = _dlopen(self._name, mode)
    OSError: [WinError 126] The specified module could not be found
2018-05-08 03:21:44 -0500 received badge  Scholar (source)
2018-05-07 04:39:24 -0500 received badge  Supporter (source)
2018-04-23 08:30:24 -0500 commented answer How to install geomeppy for windows?

Thanks Jamie! Geomeppy is working now! I guess you are right about the installation command! This link is helpful for py

2018-04-23 08:29:02 -0500 commented answer How to install geomeppy for windows?

I guess you are right about the installation command! This link is helpful for python newbies for selecting appropriate

2018-03-08 15:26:28 -0500 received badge  Student (source)
2018-02-20 10:07:49 -0500 asked a question How to install geomeppy for windows?

How to install geomeppy for windows? Hi! I have been trying to install Geomeppy (0.4.8) for Windows. As I understand, th