Some changes needed for the final release including:
Before, download_eval function, downloaded all evaluation files for a neon site. Now we have the option to download for either one year or all available evaluation files for a neon site by giving the argument.
The following will download evaluation files for a neon site for the specified year.
download_eval_files (neon_site, eval_dir, year)
The following options can be used to download all available eval files for one site.
download_eval_files(neon_site, eval_dir, "all")
or
download_eval_files(neon_site, eval_dir)
We have added the optional section to save the data as .csv file and load it back for future use.
We modified the diurnal cycle code to use local hour (local time) so the local noon would be in the middle of the 24 hour plot.
Some changes needed for the final release including:
download_eval
function, downloaded all evaluation files for a neon site. Now we have the option to download for either one year or all available evaluation files for a neon site by giving the argument.The following will download evaluation files for a neon site for the specified year.
The following options can be used to download all available eval files for one site.
or
We have added the optional section to save the data as
.csv
file and load it back for future use.We modified the diurnal cycle code to use local hour (local time) so the local noon would be in the middle of the 24 hour plot.
Some clean ups and modifications.