decirc_phenorice: convert PhenoRice "dates" to julian date (diff to 2000-01-01)

Description Usage Arguments Details Value Author(s) Examples

Description

convert sos, pos and eos to a numeric julian date expressing number of days elapsed since 2000-01-01

Usage

1
pr_decirc_phenorice(in_folder, out_folder, start_year, end_year)

Arguments

in_folder

input folder containing the "ordered" multiband tiffs resulting from 'create_ordered_tiffs“

out_folder

where to store the results

Details

NOTE: Very slow on the full mosaics, but works in the same way on subsets and is (reasonably) fast.

Value

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

Author(s)

Lorenzo Busetto, phD (2017) lbusett@gmail.com

Examples

1
2
3
4
5
6
## 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)

## End(Not run)

lbusett/phenoriceR documentation built on May 18, 2019, 9:17 p.m.