Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2013-11-13 ~ Updates #9

Open
theo-armour opened this issue Nov 13, 2013 · 6 comments
Open

2013-11-13 ~ Updates #9

theo-armour opened this issue Nov 13, 2013 · 6 comments
Labels

Comments

@theo-armour
Copy link
Member

Photo gallery added.

Two apps updated ~ see home page read me.

Content added to home page read me.

**

Run Radiation Analysis #2 now loads the NY sun data and JSON data from external files. All the rest of the code is commented out.

I suggest that Mostapha have a go at using this data to run an analysis and generated vertices and faces.

After that, I can have a go at trying to display the data with Three.js.

**

Coming up: Hot Spot #3 should display the selected building, centered in the screen, along with some of the adjacent buildings. Also you should be able to select any of the five NY boroughs.

@mostaphaRoudsari
Copy link
Contributor

#2 is really interesting. I need to check the code and see if I can get it to work. That was a key issue. Thanks.

@theo-armour
Copy link
Member Author

Mostapha

I think that creating the geometry for Three.js would be a lot of work.

Wouldn't it be easier if you just create an array of color numbers?

This could be for an X and Y array of vertices or for a single linear array
of colors, say, starting from the top and working down the vertices from
left to right.

Which would be easier for you?

Each face - based on the original polyline segments - would have its own
array of colors.

If we take each floor to be 8 feet high, we could divide the horizontal
distance by 8 and then round the result for the X axis.

I can fairly easily take such an array of color numbers and create
identically section planes for each face in Three.js.

And the roof? How about we ignore the roof for Release 1 and just make it
the average color of the topmost side face vertices or some such thing?

Does this sound OK?

And approximately how many different color numbers will there be? And is
there some standard palette?

Theo

On Thu, Nov 14, 2013 at 7:27 PM, Mostapha Sadeghipour Roudsari <
[email protected]> wrote:

#2 #2 is really
interesting. I need to check the code and see if I can get it to work. That
was a key issue. Thanks.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-28544788
.

@mostaphaRoudsari
Copy link
Contributor

Hi Theo,

I think I still want to create the geometry. Matching the numbers with the grids won't be that easy if I give you a list of numbers.

I think roofs are really important as many people may look to the values to see the potential of installing PV's (and we can provide them the hourly profile next to the annual! Yay.). Because of the direction of the roof the radiation values on are drastically different from the walls.

Is it possible that you generate the planes first and give me the planes with the test points (mesh vertices in this case)? Then I can use that points to run the analysis and give you a list of colors back. In that case we will be sure that the colors match the order of the vertices. All I need is the list of the points and a normal that shows the direction of the base plane for each point. This will also solve the problem for the roof.

There are slightly different color pallets that I know. Here are some examples. We can try a new one for this project.

ECOTECT:
1208revit_03

DIVA:
visualizationstudy

Ladybug:
ii_advertising computational environmental design workshop-full 1

Mostapha

@theo-armour
Copy link
Member Author

I will have sample planes for every wall face for you in a few hours.

More later...

@theo-armour
Copy link
Member Author

Nice graphics. It's good to know what we have to surpass...

@theo-armour
Copy link
Member Author

OK to close this one?

I must say I like pretty graphics.

Maybe wait until Alan says he's seen it. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants