Applied-GeoSolutions / multitemporal

Efficient, chainable time series processing of raster stacks.
GNU General Public License v2.0
4 stars 3 forks source link

make fusion2 use non-interpolated data for regression #37

Closed ircwaves closed 5 years ago

ircwaves commented 5 years ago

Here's a commandline that worked:

multitemporal --projdir /scratch/icooke/optis/calendar-shift-1//tofu_top/huc8subset_07060004_usaea/2017_spring/doxc_in --outdir /scratch/icooke/optis/calendar-shift-1//tofu_top/huc8subset_07060004_usaea/2017_spring/doxc --conf /home/icooke/src/optis//mt_config/days_of_cover.json --nongips --nproc

If you grab the doxc_in from that, and modify the json, then that should work well for testing purposes. Does that make sense? @bziniti

bziniti commented 5 years ago

@ircwaves sorry Just saw this...

I ran multitemporal --conf /home/bziniti/config_files_mt/OPTIS_days_of_cover.json --blkrow 1 --np roc 3 --nongips

that uses data in /scratch/shagen/optis/108-2years-7hucs/tofu_top/huc8subset_07060004_usaea /2017_spring/doxc_in

I am just about to go check the results.

Should I also do a run with the files in /scratch/icooke/optis/calendar-shift-1//tofu_top/huc8subset_07060004_usaea/2017_spring/doxc_in

ircwaves commented 5 years ago

Looks good. Thanks!