Collocation and Resampling
Collocation and resampling command used to convert data types.
Occasionally, data is in a format that isn't ideal for your current purposes. This scripts helps convert one data type to another (e.g. NetCDF to GeoTiff)
See Combination, Collocation, and Resampling for guidance and examples on how to set up the YAML file(s).
cd <path_to_SIT_FUSE>/SIT_FUSE/src/sit_fuse/preprocess
python3 colocate_and_resample.py -y <path_to_yaml>
# E.g python3 colocate_and_resample.py -y ../config/preprocess/colocate_and_resample/fuse_goes_n_ca.yaml
Last updated