Dear All,
I am working on a project to automate daylight simulations. I decided to use Ladybug tools as they are very powerful and relatively easy to use. I have learned how to perform daylight simulations using Grasshopper’s attached sample files, and by doing some training for different scenarios.
However, in my project, I am trying to conduct a “point-in-time-grid” simulation, but in all of my simulation attempts, I get 0 results. This can also happen when i try to conduct “daylight-factor” simulations. I do get results when I perform “annual-daylight” simulations with also some warnings.
I get error messages as follows:
"
*b"2022-03-17 17:16:23 INFO: Started running CreateRadFolder...\r\n2022-03-17 17:16:23 INFO: Started running GenerateSky...\r\n2022-03-17 17:16:24 INFO: c:\\users\\omar_\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance_folder\\folder.py:615: UserWarning: Sensors_from_author sensor grid has no light-path. It will not be included in three or five phase studies.\r\n2022-03-17 17:16:24 INFO: 'or five phase studies.' % grid['name']\r\n2022-03-17 17:16:24 INFO: c:\\users\\omar_\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance_folder\\folder.py:615: UserWarning: s_grid sensor grid has no light-path. It will not be included in three or five phase studies.\r\n2022-03-17 17:16:24 INFO: 'or five phase studies.' % grid['name']\r\n2022-03-17 17:16:24 INFO: C:\\Users\\omar_\\AppData\\Local\\Temp\\tmpekxtj7uk\r\n2022-03-17 17:16:24 INFO: ...finished running CreateRadFolder in 0:00:01\r\n2022-03-17 17:16:24 INFO: ...finished running GenerateSky in 0:00:01\r\n2022-03-17 17:16:25 INFO: Started running SplitGridFolder...\r\n2022-03-17 17:16:25 INFO: Started running AdjustSky...\r\n2022-03-17 17:16:26 INFO: Distributed 1000 sensors among 5 grids with 200 sensors each.\r\n2022-03-17 17:16:26 INFO: ...finished running SplitGridFolder in 0:00:01\r\n2022-03-17 17:16:26 INFO: ...finished running AdjustSky in 0:00:01\r\n2022-03-17 17:16:27 INFO: Started running CreateOctree...\r\n2022-03-17 17:16:28 INFO: ...finished running CreateOctree in 0:00:01\r\n2022-03-17 17:16:29 INFO: Started running PointInTimeGridRayTracingLoop...\r\n2022-03-17 17:16:29 INFO: Started running PointInTimeGridRayTracingLoop...\r\n2022-03-17 17:16:30 INFO: Started running PointInTimeGridRayTracingLoop...\r\n2022-03-17 17:16:30 INFO: c:\\users\\omar_\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance_command\\rcalc.py:98: UserWarning: rcalc: no inputs.\r\n2022-03-17 17:16:30 INFO: warnings.warn('rcalc: no inputs.')\r\n2022-03-17 17:16:30 INFO: rtrace: warning - no light sources found\r\n2022-03-17 17:16:30 INFO: Started running PointInTimeGridRayTracingLoop...\r\n2022-03-17 17:16:30 INFO: ...finished running PointInTimeGridRayTracingLoop in 0:00:01\r\n2022-03-17 17:16:31 INFO: c:\\users\\omar_\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance_command\\rcalc.py:98: UserWarning: rcalc: no inputs.\r\n2022-03-17 17:16:31 INFO: warnings.warn('rcalc: no inputs.')\r\n2022-03-17 17:16:31 INFO: rtrace: warning - no light sources found\r\n2022-03-17 17:16:31 INFO: Started running PointInTimeGridRayTracingLoop...\r\n2022-03-17 17:16:31 INFO: ...finished running PointInTimeGridRayTracingLoop in 0:00:01\r\n2022-03-17 17:16:31 INFO: c:\\users\\omar_\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance_command\\rcalc.py:98: UserWarning: rcalc: no inputs.\r\n2022-03-17 17:16:31 INFO: warnings.warn('rcalc: no inputs.')\r\n2022-03-17 17:16:31 INFO: rtrace: warning - no light sources found\r\n2022-03-17 17:16:31 INFO: ...finished running PointInTimeGridRayTracingLoop in 0:00:01\r\n2022-03-17 17:16:31 INFO: c:\\users\\omar_\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance_command\\rcalc.py:98: UserWarning: rcalc: no inputs.\r\n2022-03-17 17:16:31 INFO: warnings.warn('rcalc: no inputs.')\r\n2022-03-17 17:16:31 INFO: rtrace: warning - no light sources found\r\n2022-03-17 17:16:32 INFO: ...finished running PointInTimeGridRayTracingLoop in 0:00:01\r\n2022-03-17 17:16:32 INFO: c:\\users\\omar_\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance_command\\rcalc.py:98: UserWarning: rcalc: no inputs.\r\n2022-03-17 17:16:32 INFO: warnings.warn('rcalc: no inputs.')\r\n2022-03-17 17:16:32 INFO: rtrace: warning - no light sources found\r\n2022-03-17 17:16:32 INFO: ...finished running PointInTimeGridRayTracingLoop in 0:00:01\r\n2022-03-17 17:16:33 INFO: Started running RestructureResults...\r\n2022-03-17 17:16:34 INFO: ...finished running RestructureResults in 0:00:01\r\n"*
b’’
"
any suggestions, please?