My first stab at refactoring some of the MPI code and the CLI structure in anticipation for more complexity. I also updated the downloading code such that it only downloads files from s3 that are not already local. Lastly, I fix a typo/mislabeling rescale_to_500m should have been rescale_to_2km
after installing the package following the readme, checkout download --help and label --help.
to run wildfire downloading download goes-level-1 2019-01-01T01:00:00 2019-01-01T01:02:00 (see download goes-level-1 --help for more options)
to run wildfire labelling using threshold model download goes-threshold 2019-01-01T01:00:00 2019-01-01T01:02:00 --download (see label goes-threshold --help for more options)
to run wildfire labelling in parallel using mpi4py mpirun -n 4 label goes-threshold 2019-10-27T20:00:00 2019-10-27T20:01:00 --download
My first stab at refactoring some of the MPI code and the CLI structure in anticipation for more complexity. I also updated the downloading code such that it only downloads files from s3 that are not already local. Lastly, I fix a typo/mislabeling
rescale_to_500m
should have beenrescale_to_2km
after installing the package following the readme, checkout
download --help
andlabel --help
.to run wildfire downloading
download goes-level-1 2019-01-01T01:00:00 2019-01-01T01:02:00
(seedownload goes-level-1 --help
for more options)to run wildfire labelling using threshold model
download goes-threshold 2019-01-01T01:00:00 2019-01-01T01:02:00 --download
(seelabel goes-threshold --help
for more options)to run wildfire labelling in parallel using mpi4py
mpirun -n 4 label goes-threshold 2019-10-27T20:00:00 2019-10-27T20:01:00 --download