From 9c482cf142f665e0b759b4c456eaf86c3e5cbed9 Mon Sep 17 00:00:00 2001 From: guille Date: Wed, 9 Nov 2022 11:42:44 -0500 Subject: [PATCH] Homogenize todos IDF export now allows the user to select the target and adjacent buildings - Only target and adjacent buildings in the city are calculated. - All other buildings are considered shade objects. The zones are properly labeled with the building name The "Building" is labeled as a city --- PYGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PYGUIDE.md b/PYGUIDE.md index 552674ed..85a6113c 100644 --- a/PYGUIDE.md +++ b/PYGUIDE.md @@ -167,7 +167,7 @@ Attributes with known units should be explicit in method's comment. #### To do's. -Pending to implement operations should be indicated with ToDo comments to highlight the missing functionality. +Pending to implement operations should be indicated with todo comments to highlight the missing functionality. ```python # todo: right now extracted at the city level, in the future should be extracted also at building level if exist