From e0966990cc22d3231204e5e1b443edb1377be9d8 Mon Sep 17 00:00:00 2001 From: marin Date: Sun, 22 Dec 2019 17:28:25 +0200 Subject: [PATCH] dataset_structure_common --- LutakMV/integration/__init__.py | 0 .../integration/dataset_structure_common.py | 25 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 LutakMV/integration/__init__.py create mode 100644 LutakMV/integration/dataset_structure_common.py diff --git a/LutakMV/integration/__init__.py b/LutakMV/integration/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/LutakMV/integration/dataset_structure_common.py b/LutakMV/integration/dataset_structure_common.py new file mode 100644 index 00000000..93fc083d --- /dev/null +++ b/LutakMV/integration/dataset_structure_common.py @@ -0,0 +1,25 @@ +dt = { + 0: { + 'PLATANUS ACERIFOLIA':{ + 'inf_canopy': 'No', + 'zipcode': 10471, + 'vert_wall': False, + 'wire_2nd': False, + 'cen_year': 2005 + }, + 'ULMUS SPECIES':{ + 'inf_canopy': 'No', + 'zipcode': 11432, + 'vert_wall': False, + 'wire_2nd': False, + 'cen_year': 2006 + }, + 'GREDITSIA TRIACANTHOS':{ + 'inf_canopy': 'No', + 'zipcode': 10007, + 'vert_wall': False, + 'wire_2nd': False, + 'cen_year': 2006 + } + } + } \ No newline at end of file