Chris Mackey
Chris Mackey
Th is issue is continuing what @alemenchaca started here: https://github.com/mostaphaRoudsari/epwmap/issues/1 Namely, it would be great if the summary that pops up when you scroll over EPW files displayed the heating/cooling...
Hello All, This issue has been started in order to lay out the full path that the dragonfly must follow for a first public release to occur. This plan of...
Because we already have code to read in the image, it shouldn't be that much more work to add support for NDVI images and True Color images. I'l try to...
I am sure that LANSDAT 8 has a different format than the LANDSAT 4-5 data that I have historically used. I'll have to check this soon and make any necessary...
Right now, I don't expose these parameters, which are inputs in the .uwg file: ``` uwg.autosize = 0. uwg.sensOcc = 100. uwg.LatFOcc = 0.3 uwg.RadFOcc = 0.2 uwg.RadFEquip = 0.5...
The method should move the end value to the start before assigning the values to the collection. More info here: https://discourse.ladybug.tools/t/epw-export-move-first-item-to-end-position-explanation/13921/3?u=chris
For many of the climate graphics, we display information like the data collection metadata and the analysis period. But we currently don't output any text to indicate the application of...
It seems that using `subprocess.PIPE` can be dangerous on Windows machines: https://stackoverflow.com/questions/5069224/handling-subprocess-crash-in-windows .... and this is causing a crash of Rhino on some machines: https://discourse.ladybug.tools/t/ladybug-cumulative-sky-matrix-crashes-gh-and-rhino-without-crash-report/15648 We should try to find...
This shouldn't be terribly difficult to add. It should be exposed an an option on the component inputs, though, since I think it doesn't feel like the desired default behavior....
I sense that implementing this will be very similar to how humidistats are currently implemented for rooms that need tight humidity controls. We'll basically just write a `ZoneContol:ContaminantController` object in...