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