VCityTeam / UD-Reproducibility

An Ubuntu based scafolding tool for deployment
2 stars 2 forks source link

FEYZIN Temporal data problems #16

Open CorentinGaut opened 3 years ago

CorentinGaut commented 3 years ago

We got problems with a specific building in the Feyzins temporal data.

How to reproduce the problem

git clone https://github.com/VCityTeam/UD-Reproducibility.git
cd UD-Reproducibility/Computations/3DTiles/LyonTemporal/PythonCallingDocker/DemoTemporal/

Edit demo_configuration_temporal.py to be something like

# This is file demo_configuration_temporal.py
output_dir = '/Data/Citydb_user/junk-vallee-chimie'
vintages = [2009, 2012, 2015]
city = 'LYON'
boroughs = [
           'FEYZIN'
]

databases = {
    2009: {
        'PG_HOST': '134.214.142.251',
        'PG_PORT': '5432',
        'PG_NAME': 'citydb-valle_chimie-2009',
        'PG_USER': 'postgres',
        'PG_PASSWORD': 'postgres'
    },
    2012: {
        'PG_HOST': '134.214.142.251',
        'PG_PORT': '5433',
        'PG_NAME': 'citydb-valle_chimie-2012',
        'PG_USER': 'postgres',
        'PG_PASSWORD': 'postgres'
    },
    2015: {
        'PG_HOST': '134.214.142.251',
        'PG_PORT': '5434',
        'PG_NAME': 'citydb-valle_chimie-2015',
        'PG_USER': 'postgres',
        'PG_PASSWORD': 'postgres'
    }
}

Run the failing pipeline with python run_workflow_temporal.py.

Observe that <output_dir>/stage_4/2009_2012_Differences/FEYZIN_2009_2012/ is empty when there should be a difference file !