I have a bunch of rasterfiles (Geotiff's) which shows flooding-depths under different scenarios.
All in all I have 35 rasterfiles with a resolution of 0.4x0.4 which equals ~12 GB each. I also have the same data split in smaller files (approx. 700 files).
What I'd like is some advise on how to optimize my workflow. eg. how do i choose a reasonable tile size? Does the float to intergerconversion pay off? Is it faster to call an external rastertopolygon coercer?
Right now I: Tile input -> remove redundant tiles -> convert to integer representation -> reclassify tiles -> rasterToPolygon -> simplify -> clip -> collect.
Unfortunately the client is reluctant towards resampling the input.
I added a workspace and some exampledata at https://drive.google.com/drive/folders/1AHXnj8nDOZwjqDsam9KCBgMYoKQzAc6i?usp=sharing
Let me know if you need more input.
Best, Mathias.