Construct a GeoTIFF from a local file path. This uses the node [filesystem API]https://nodejs.org/api/fs.html and is not available on browsers.
N.B. After the GeoTIFF has been completely processed it needs to be closed but only if it has been constructed from a file.
The file path to read from.
Optional
An AbortSignal that may be signalled if the request is to be aborted
The resulting GeoTIFF file.
Construct a GeoTIFF from a local file path. This uses the node [filesystem API]https://nodejs.org/api/fs.html and is not available on browsers.
N.B. After the GeoTIFF has been completely processed it needs to be closed but only if it has been constructed from a file.