convert sos, pos and eos to a numeric julian date expressing number of days elapsed since 2000-01-01
pr_decirc_phenorice(in_folder, out_folder, start_year, end_year)
in_folder | input folder containing the "ordered" multiband tiffs resulting from `create_ordered_tiffs`` |
---|---|
out_folder | where to store the results |
NULL - files "sos_decirc.RData, sos_decirc.tif, eos_decirc.RData, eos_decirc.tif pos_decirc.RData, pos_decirc.tif are created in output folder
NOTE: Very slow on the full mosaics, but works in the same way on subsets and is (reasonably) fast.
# NOT RUN { in_folder <- "/home/lb/my_data/prasia/mosaics/ordered/subsets/Nueva_Ecijia/" out_folder <- file.path(in_folder, "decirc") decirc_phenorice(in_folder, out_folder) # }