ursa.utils.merge¶
A number of utilities involving merging various things.
Module Contents¶
Functions¶
Merges topography files provided in topo_files. |
API¶
- ursa.utils.merge.topo(topo_files, dst_file, bounds, epsg, RES)¶
Merges topography files provided in topo_files.
- Inputs:
- topo_fileslist of Paths
paths to topographies to merge
- dst_filePath
location to write merged topography to
- boundstuple
bounding box coordinates to clip merged topo to (min x, min y, max x, max y)
- epsgint
the epsg of the topography
- RESint
resolution of the transform