:py:mod:`wolfhece.images_tiles` =============================== .. py:module:: wolfhece.images_tiles .. autoapi-nested-parse:: Author: HECE - University of Liege, Pierre Archambeau Date: 2024 Copyright (c) 2024 University of Liege. All rights reserved. This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited. Module Contents --------------- .. py:class:: ImagesTiles(filename='', ox=0, oy=0, tx=0, ty=0, parent=None, is2D=True, idx='', plotted=True, mapviewer=None, need_for_wx=False, bbox=None, find_minmax=True, shared=False, colors=None) Bases: :py:obj:`wolfhece.PyVertexvectors.Zones` .. autoapi-inheritance-diagram:: wolfhece.images_tiles.ImagesTiles :parts: 1 :private-bases: Class to manage images tiles. Images must be stored in the same directory. .. py:method:: scan_dir(directory: pathlib.Path, extensions: list[str] = ['tif', 'tiff']) Scan directory for images tiles. :param directory: directory to scan. :param extensions: list of extensions to search for. .. py:method:: scan_dir_ext(directory: pathlib.Path, ext: str, force_visible: bool = False) Scan directory for images tiles with a specific extension. :param directory: directory to scan. :param ext: extension to search for.