The USGSComposite folder contains scripts to:
- Create the composite (usgs_composite.py)
- Create a training data set (trainingData.py)
- Create the primivites (calculatePrimitives.py)
$ python model.py {options}
{options} include:
--year (-y) : required : year to create the Landsat composite image for : in format YYYY
--season (-s) : season to create the Landsat composite image for
: seasons are set for the Mekong region and will need to be
: changed for other geographic areas
: options are 'drycool', 'dryhot', or 'rainy'
- export surface reflectance composite for dryhot season of 2000 to assets:
$ python model.py -y 2000 -s drycool