Hello,
Do anyone you know what the TileCache and TileWriter operators were developed for?
When it is convenient to use them with the graph builder?
I can’t find them on the SNAP-Help.
Thank you!
Hello,
Do anyone you know what the TileCache and TileWriter operators were developed for?
When it is convenient to use them with the graph builder?
I can’t find them on the SNAP-Help.
Thank you!
They were developed for SNAP internal development work to find and mitigate bottlenecks. @marpet can answer when/whether it is useful to use them in graphs.
TileWriter just divides an image into tiles based pixel width and height and overlap or number of tiles.
It can be added in the GraphBuilder in place of a Write.
I’m not quite sure what the TileCache operator is but it has this description:
Experimental Operator which provides a dedicated cache for its source product.
A guide on how this operator is used is provided at https://senbox.atlassian.net/wiki/x/VQCTLw.