Before running these examples start a fresh virtual environment and load requirements.txt.
Put the files AgCensus_MasterDataFrame.txt,USDA_PDP_AnalyticalResults.csv in the
working directory where you want to run the scripts under p1.
Call the scripts in the p1 folder in the following order
get_ag_data.pyget_pdp_data.pyjoin_ag_pdp.pymake_graph_data.pycounty_maps.pyAfter all scripts have been successfully run you'll have a bunch of artifacts in your working directory. The jpeg files are the graphs for the years indicated in their titles. The data used to generate these graphs is inCounty_Pesticide.csv.
Just run the jupyter notebooks and follow the instructions, providing the data at each step.
TBD