Build ligo outside database
This commit is contained in:
parent
ad4165d499
commit
c823dae3cd
8 changed files with 32 additions and 32 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file directories.py
|
# \file directories.py
|
||||||
# \brief Directories configuration
|
# \brief Directories configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# \date 2001-2005
|
# \date 2001-2005
|
||||||
# \author Nevrax
|
# \author Nevrax
|
||||||
|
@ -194,12 +194,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag"
|
||||||
VegetSetExportDirectory = CommonPath + "/veget_set"
|
VegetSetExportDirectory = CommonPath + "/veget_set"
|
||||||
|
|
||||||
# Ligo directories
|
# Ligo directories
|
||||||
LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName
|
LigoEcosystemExportDirectory = CommonPath + "/ligo_es"
|
||||||
LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs"
|
LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs"
|
||||||
LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones"
|
LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones"
|
||||||
LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos"
|
LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos"
|
||||||
LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb"
|
LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb"
|
||||||
LigoTagExportDirectory = CommonPath + "/ligo_tag"
|
LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag"
|
||||||
|
|
||||||
# Zone directories
|
# Zone directories
|
||||||
ZoneExportDirectory = CommonPath + "/zone"
|
ZoneExportDirectory = CommonPath + "/zone"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file config.py
|
# \file config.py
|
||||||
# \brief Process configuration
|
# \brief Process configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# Python port of game data build pipeline.
|
# Python port of game data build pipeline.
|
||||||
# Process configuration for 'desert' ecosystem.
|
# Process configuration for 'desert' ecosystem.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file directories.py
|
# \file directories.py
|
||||||
# \brief Directories configuration
|
# \brief Directories configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# \date 2001-2005
|
# \date 2001-2005
|
||||||
# \author Nevrax
|
# \author Nevrax
|
||||||
|
@ -198,12 +198,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag"
|
||||||
VegetSetExportDirectory = CommonPath + "/veget_set"
|
VegetSetExportDirectory = CommonPath + "/veget_set"
|
||||||
|
|
||||||
# Ligo directories
|
# Ligo directories
|
||||||
LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName
|
LigoEcosystemExportDirectory = CommonPath + "/ligo_es"
|
||||||
LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs"
|
LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs"
|
||||||
LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones"
|
LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones"
|
||||||
LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos"
|
LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos"
|
||||||
LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb"
|
LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb"
|
||||||
LigoTagExportDirectory = CommonPath + "/ligo_tag"
|
LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag"
|
||||||
|
|
||||||
# Zone directories
|
# Zone directories
|
||||||
ZoneExportDirectory = CommonPath + "/zone"
|
ZoneExportDirectory = CommonPath + "/zone"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file config.py
|
# \file config.py
|
||||||
# \brief Process configuration
|
# \brief Process configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# Python port of game data build pipeline.
|
# Python port of game data build pipeline.
|
||||||
# Process configuration for 'jungle' ecosystem.
|
# Process configuration for 'jungle' ecosystem.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file directories.py
|
# \file directories.py
|
||||||
# \brief Directories configuration
|
# \brief Directories configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# \date 2001-2005
|
# \date 2001-2005
|
||||||
# \author Nevrax
|
# \author Nevrax
|
||||||
|
@ -206,12 +206,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag"
|
||||||
VegetSetExportDirectory = CommonPath + "/veget_set"
|
VegetSetExportDirectory = CommonPath + "/veget_set"
|
||||||
|
|
||||||
# Ligo directories
|
# Ligo directories
|
||||||
LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName
|
LigoEcosystemExportDirectory = CommonPath + "/ligo_es"
|
||||||
LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs"
|
LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs"
|
||||||
LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones"
|
LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones"
|
||||||
LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos"
|
LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos"
|
||||||
LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb"
|
LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb"
|
||||||
LigoTagExportDirectory = CommonPath + "/ligo_tag"
|
LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag"
|
||||||
|
|
||||||
# Zone directories
|
# Zone directories
|
||||||
ZoneExportDirectory = CommonPath + "/zone"
|
ZoneExportDirectory = CommonPath + "/zone"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file config.py
|
# \file config.py
|
||||||
# \brief Process configuration
|
# \brief Process configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# Python port of game data build pipeline.
|
# Python port of game data build pipeline.
|
||||||
# Process configuration for 'lacustre' ecosystem.
|
# Process configuration for 'lacustre' ecosystem.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file directories.py
|
# \file directories.py
|
||||||
# \brief Directories configuration
|
# \brief Directories configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# \date 2001-2005
|
# \date 2001-2005
|
||||||
# \author Nevrax
|
# \author Nevrax
|
||||||
|
@ -191,12 +191,12 @@ VegetTagExportDirectory = CommonPath + "/veget_tag"
|
||||||
VegetSetExportDirectory = CommonPath + "/veget_set"
|
VegetSetExportDirectory = CommonPath + "/veget_set"
|
||||||
|
|
||||||
# Ligo directories
|
# Ligo directories
|
||||||
LigoDatabaseExportDirectory = "landscape/ligo/" + EcosystemName
|
LigoEcosystemExportDirectory = CommonPath + "/ligo_es"
|
||||||
LigoDatabaseIgExportDirectory = LigoDatabaseExportDirectory + "/igs"
|
LigoEcosystemIgExportDirectory = LigoEcosystemExportDirectory + "/igs"
|
||||||
LigoDatabaseZoneExportDirectory = LigoDatabaseExportDirectory + "/zones"
|
LigoEcosystemZoneExportDirectory = LigoEcosystemExportDirectory + "/zones"
|
||||||
LigoDatabaseZoneLigoExportDirectory = LigoDatabaseExportDirectory + "/zoneligos"
|
LigoEcosystemZoneLigoExportDirectory = LigoEcosystemExportDirectory + "/zoneligos"
|
||||||
LigoDatabaseCmbExportDirectory = LigoDatabaseExportDirectory + "/cmb"
|
LigoEcosystemCmbExportDirectory = LigoEcosystemExportDirectory + "/cmb"
|
||||||
LigoTagExportDirectory = CommonPath + "/ligo_tag"
|
LigoEcosystemTagExportDirectory = CommonPath + "/ligo_es_tag"
|
||||||
|
|
||||||
# Zone directories
|
# Zone directories
|
||||||
ZoneExportDirectory = CommonPath + "/zone"
|
ZoneExportDirectory = CommonPath + "/zone"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# \file config.py
|
# \file config.py
|
||||||
# \brief Process configuration
|
# \brief Process configuration
|
||||||
# \date 2010-09-19-14-19-GMT
|
# \date 2014-02-06-23-18-GMT
|
||||||
# \author Jan Boon (Kaetemi)
|
# \author Jan Boon (Kaetemi)
|
||||||
# Python port of game data build pipeline.
|
# Python port of game data build pipeline.
|
||||||
# Process configuration for 'primes_racines' ecosystem.
|
# Process configuration for 'primes_racines' ecosystem.
|
||||||
|
|
Loading…
Reference in a new issue