From 8d89f83d033ce79379342b3b19275e8658d39f73 Mon Sep 17 00:00:00 2001 From: Thibaud Date: Wed, 30 Jan 2019 16:17:40 +0100 Subject: [PATCH] Update project structure --- configurator.py => sumo_project/configurator.py | 0 {templates => sumo_project/templates}/simul.netcfg | 0 {templates => sumo_project/templates}/simul.polycfg | 0 {templates => sumo_project/templates}/simul.sumocfg | 0 .../templates}/typemap/osmBidiRailNetconvert.typ.xml | 0 .../templates}/typemap/osmNetconvert.typ.xml | 0 .../templates}/typemap/osmNetconvertBicycle.typ.xml | 0 .../templates}/typemap/osmNetconvertPedestrians.typ.xml | 0 .../templates}/typemap/osmNetconvertShips.typ.xml | 0 .../templates}/typemap/osmNetconvertUrbanDe.typ.xml | 0 .../templates}/typemap/osmPolyconvert.boundaries.typ.xml | 0 .../templates}/typemap/osmPolyconvert.typ.xml | 0 {tests => sumo_project/tests}/configurator_tests.py | 0 {tests => sumo_project/tests}/sample.osm | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename configurator.py => sumo_project/configurator.py (100%) rename {templates => sumo_project/templates}/simul.netcfg (100%) rename {templates => sumo_project/templates}/simul.polycfg (100%) rename {templates => sumo_project/templates}/simul.sumocfg (100%) rename {templates => sumo_project/templates}/typemap/osmBidiRailNetconvert.typ.xml (100%) rename {templates => sumo_project/templates}/typemap/osmNetconvert.typ.xml (100%) rename {templates => sumo_project/templates}/typemap/osmNetconvertBicycle.typ.xml (100%) rename {templates => sumo_project/templates}/typemap/osmNetconvertPedestrians.typ.xml (100%) rename {templates => sumo_project/templates}/typemap/osmNetconvertShips.typ.xml (100%) rename {templates => sumo_project/templates}/typemap/osmNetconvertUrbanDe.typ.xml (100%) rename {templates => sumo_project/templates}/typemap/osmPolyconvert.boundaries.typ.xml (100%) rename {templates => sumo_project/templates}/typemap/osmPolyconvert.typ.xml (100%) rename {tests => sumo_project/tests}/configurator_tests.py (100%) rename {tests => sumo_project/tests}/sample.osm (100%) diff --git a/configurator.py b/sumo_project/configurator.py similarity index 100% rename from configurator.py rename to sumo_project/configurator.py diff --git a/templates/simul.netcfg b/sumo_project/templates/simul.netcfg similarity index 100% rename from templates/simul.netcfg rename to sumo_project/templates/simul.netcfg diff --git a/templates/simul.polycfg b/sumo_project/templates/simul.polycfg similarity index 100% rename from templates/simul.polycfg rename to sumo_project/templates/simul.polycfg diff --git a/templates/simul.sumocfg b/sumo_project/templates/simul.sumocfg similarity index 100% rename from templates/simul.sumocfg rename to sumo_project/templates/simul.sumocfg diff --git a/templates/typemap/osmBidiRailNetconvert.typ.xml b/sumo_project/templates/typemap/osmBidiRailNetconvert.typ.xml similarity index 100% rename from templates/typemap/osmBidiRailNetconvert.typ.xml rename to sumo_project/templates/typemap/osmBidiRailNetconvert.typ.xml diff --git a/templates/typemap/osmNetconvert.typ.xml b/sumo_project/templates/typemap/osmNetconvert.typ.xml similarity index 100% rename from templates/typemap/osmNetconvert.typ.xml rename to sumo_project/templates/typemap/osmNetconvert.typ.xml diff --git a/templates/typemap/osmNetconvertBicycle.typ.xml b/sumo_project/templates/typemap/osmNetconvertBicycle.typ.xml similarity index 100% rename from templates/typemap/osmNetconvertBicycle.typ.xml rename to sumo_project/templates/typemap/osmNetconvertBicycle.typ.xml diff --git a/templates/typemap/osmNetconvertPedestrians.typ.xml b/sumo_project/templates/typemap/osmNetconvertPedestrians.typ.xml similarity index 100% rename from templates/typemap/osmNetconvertPedestrians.typ.xml rename to sumo_project/templates/typemap/osmNetconvertPedestrians.typ.xml diff --git a/templates/typemap/osmNetconvertShips.typ.xml b/sumo_project/templates/typemap/osmNetconvertShips.typ.xml similarity index 100% rename from templates/typemap/osmNetconvertShips.typ.xml rename to sumo_project/templates/typemap/osmNetconvertShips.typ.xml diff --git a/templates/typemap/osmNetconvertUrbanDe.typ.xml b/sumo_project/templates/typemap/osmNetconvertUrbanDe.typ.xml similarity index 100% rename from templates/typemap/osmNetconvertUrbanDe.typ.xml rename to sumo_project/templates/typemap/osmNetconvertUrbanDe.typ.xml diff --git a/templates/typemap/osmPolyconvert.boundaries.typ.xml b/sumo_project/templates/typemap/osmPolyconvert.boundaries.typ.xml similarity index 100% rename from templates/typemap/osmPolyconvert.boundaries.typ.xml rename to sumo_project/templates/typemap/osmPolyconvert.boundaries.typ.xml diff --git a/templates/typemap/osmPolyconvert.typ.xml b/sumo_project/templates/typemap/osmPolyconvert.typ.xml similarity index 100% rename from templates/typemap/osmPolyconvert.typ.xml rename to sumo_project/templates/typemap/osmPolyconvert.typ.xml diff --git a/tests/configurator_tests.py b/sumo_project/tests/configurator_tests.py similarity index 100% rename from tests/configurator_tests.py rename to sumo_project/tests/configurator_tests.py diff --git a/tests/sample.osm b/sumo_project/tests/sample.osm similarity index 100% rename from tests/sample.osm rename to sumo_project/tests/sample.osm