terraref / extractors-3dscanner

Scripts and code relevant to the 3D height scanner.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

change citation year #16

Closed max-zilla closed 6 years ago

craig-willis commented 6 years ago

There are some other changes that should probably be rolled into this PR.

In terra_common.py, need to add the include_halves:

self.plots = get_site_boundaries(str_date, city="Maricopa", include_halves=True)

I'm not sure if it's necessary, but I removed the betykey and betyurl arguments to submit_traits in full_day_to_histogram.py:

betydb.submit_traits(out_file, filetype='csv')
max-zilla commented 6 years ago

@craig-willis made those two changes.