How to create tile allow list for the parameter file for level 2 processing? Also, recommendations on multiprocessing and multi-threading for the level 2 processing. #350
-
|
Hello. I am currently using the very useful FORCE software for radiometric corrections of LANDSAT 8 OLI imagery for land cover - land use classification of a region in north-east India. I read through the documentation of FORCE, and from my understanding the tile allow-list is automatically created once I run the FORCE L2PS module. But the parameter file for the FORCE L2PS module itself has a parameter called "FILE_TILE" which is for the tile allow-list. How do I generate the tile-allow list before the level 2 processing? This will be useful as I am using a single CPU (32 GB RAM) for the processing and any way to cut down on the processing load and time will be highly appreciated. The tile-allow list may reduce the load and time required for processing. Also, how many processes and threads is good for a single CPU with a 32 GB RAM? The CPU processor is a 13th Gen Intel(R) Core(TM) i9-13900 2.00 GHz (24 cores and 32 logical processors) and GPU is a NVIDIA T1000 8 GB along with an Intel UHD Graphics 770. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @paulvpop, this parameter is only meant to suppress output for specific tiles. It won't affect processing time. If you want to generate a tile allow list in advance, you might want to use With 32GB RAM you will be able to process 5 Landsat images in parallel. Thus, you could use 6 threads per process. |
Beta Was this translation helpful? Give feedback.
Hi @paulvpop,
this parameter is only meant to suppress output for specific tiles. It won't affect processing time.
If you want to generate a tile allow list in advance, you might want to use
force-tile-extent.With 32GB RAM you will be able to process 5 Landsat images in parallel. Thus, you could use 6 threads per process.