diff --git a/PindaMV/integration/__init__.py b/PindaMV/integration/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/PindaMV/integration/dataset_structure_common.py b/PindaMV/integration/dataset_structure_common.py new file mode 100644 index 00000000..7f7e481a --- /dev/null +++ b/PindaMV/integration/dataset_structure_common.py @@ -0,0 +1,42 @@ +dataset = { + 'PLATANUS ACERIFOLIA': { + 2005: { + 'wire_other': 'No' + ,'inf_other': 'No' + ,'zip_city': 'Bronx' + ,'cb_num': 0 + ,'borocode': 2 + ,'boroname': 'Bronx'}, + 2006: { + 'wire_other': 'No' + ,'inf_other': 'No' + ,'zip_city': None + ,'cb_num': 0 + ,'borocode': 3 + ,'boroname': 'Brooklyn'}} + ,'ULMUS SPECIES': { + 2006: { + 'wire_other': 'No' + ,'inf_other': 'No' + ,'zip_city': 'Jamaica' + ,'cb_num': 0 + ,'borocode': 4 + ,'nta_name': 'Queens'}} + ,'GLEDITSIA TRIACANTHOS': { + 2005: { + 'wire_other': 'No' + ,'inf_other': 'No' + ,'zip_city': 'Woodside' + ,'cb_num': 0 + ,'borocode': 4 + ,'nta_name': 'Queens'}, + 2006: { + 'wire_other': 'No' + ,'inf_other': 'No' + ,'zip_city': 'New York' + ,'cb_num': 0 + ,'borocode': 1 + ,'nta_name': 'Manhattan'}} + } + +