forked from s_ranjbar/city_retrofit
Contributors added in LCA code
This commit is contained in:
parent
b4a0b25792
commit
02d120add9
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user