mosaic_utils is a Python package that provides a collection of algorithms and helper functions for processing mosaics generated from drone imagery. It includes tools for handling geospatial metadata, managing sensor-derived information, and performing postprocessing steps commonly required in drone-based mapping workflows.
Full documentation is available at:
https://mosaic-utils.readthedocs.io/en/latest/
For full installation instructions, please refer to:
Obs.: For Windows click here.
Examples, command references and workflows are available in:
Run crop-mosaic to crop a raster using the convex hull of a negative buffer:
crop-mosaic --mosaic_image /path/to/mosaic.tif --threshold_area 0.005Or check all available options:
crop-mosaic --help