Contributors added in LCA code

This commit is contained in:
atiya 2021-11-22 20:57:29 -05:00
parent b4a0b25792
commit 02d120add9
10 changed files with 20 additions and 9 deletions

View File

@ -2,6 +2,8 @@
Material module Material module
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Guille Gutierrez guillermo.gutierrezmorote@concordia.ca Copyright © 2020 Project Author Guille Gutierrez guillermo.gutierrezmorote@concordia.ca
Contributor Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
import ast import ast

View File

@ -1,7 +1,8 @@
""" """
ConstructionFactory (before PhysicsFactory) retrieve the specific construction module for the given region ConstructionFactory (before PhysicsFactory) retrieve the specific construction module for the given region
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
class Fuel: class Fuel:

View File

@ -1,7 +1,8 @@
""" """
LifeCycleAssessment retrieve the specific Life Cycle Assessment module for the given region LifeCycleAssessment retrieve the specific Life Cycle Assessment module for the given region
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
class Machine: class Machine:

View File

@ -1,7 +1,8 @@
""" """
LifeCycleAssessment retrieve the specific Life Cycle Assessment module for the given region LifeCycleAssessment retrieve the specific Life Cycle Assessment module for the given region
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
class Vehicle: class Vehicle:

View File

@ -1,7 +1,8 @@
""" """
CityGml module parses citygml_classes files and import the geometry into the city model structure CityGml module parses citygml_classes files and import the geometry into the city model structure
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
import xmltodict import xmltodict
from pathlib import Path from pathlib import Path

View File

@ -1,7 +1,8 @@
""" """
CityGml module parses citygml_classes files and import the geometry into the city model structure CityGml module parses citygml_classes files and import the geometry into the city model structure
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
import xmltodict import xmltodict
from pathlib import Path from pathlib import Path

View File

@ -1,7 +1,8 @@
""" """
CityGml module parses citygml_classes files and import the geometry into the city model structure CityGml module parses citygml_classes files and import the geometry into the city model structure
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
import xmltodict import xmltodict
from pathlib import Path from pathlib import Path

View File

@ -1,7 +1,8 @@
""" """
CityGml module parses citygml_classes files and import the geometry into the city model structure CityGml module parses citygml_classes files and import the geometry into the city model structure
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
import xmltodict import xmltodict
from pathlib import Path from pathlib import Path

View File

@ -1,7 +1,8 @@
""" """
ConstructionFactory (before PhysicsFactory) retrieve the specific construction module for the given region ConstructionFactory (before PhysicsFactory) retrieve the specific construction module for the given region
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Atiya Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
from pathlib import Path from pathlib import Path

View File

@ -1,7 +1,8 @@
""" """
Building test Building test
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Guille Gutierrez Morote Guillermo.GutierrezMorote@concordia.ca Copyright © 2020 Project Author Atiya atiya.atiya@mail.concordia.ca
Contributor Mohammad Reza mohammad.seyedabadi@mail.concordia.ca
""" """
from pathlib import Path from pathlib import Path
from unittest import TestCase from unittest import TestCase