Home
last modified time | relevance | path

Searched refs:PathOrDS (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dutil.py42 PathOrDS = Union[PathLikeOrStr, gdal.Dataset] variable
97 if not isinstance(filename_or_ds, PathOrDS.__args__):
103 def get_ovr_count(filename_or_ds: PathOrDS) -> int: argument
109 def get_pixel_size(filename_or_ds: PathOrDS) -> Tuple[Real, Real]: argument
156 def get_ovr_idx(filename_or_ds: PathOrDS, argument
197 def __init__(self, filename_or_ds: PathOrDS, silent_fail=False, *args, **kwargs): argument
283 def get_band_types(filename_or_ds: PathOrDS): argument
303 def get_raster_minimum(filename_or_ds: PathOrDS, bnd_index: Optional[int] = 1): argument
319 def get_nodatavalue(filename_or_ds: PathOrDS): argument
325 def unset_nodatavalue(filename_or_ds: PathOrDS): argument
[all …]
H A Dcolor_table.py37 from osgeo_utils.auxiliary.util import open_ds, PathOrDS
43 def get_color_table_from_raster(path_or_ds: PathOrDS) -> Optional[gdal.ColorTable]: argument
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dutil.py42 PathOrDS = Union[PathLikeOrStr, gdal.Dataset] variable
97 if not isinstance(filename_or_ds, PathOrDS.__args__):
103 def get_ovr_count(filename_or_ds: PathOrDS) -> int: argument
109 def get_pixel_size(filename_or_ds: PathOrDS) -> Tuple[Real, Real]: argument
156 def get_ovr_idx(filename_or_ds: PathOrDS, argument
197 def __init__(self, filename_or_ds: PathOrDS, silent_fail=False, *args, **kwargs): argument
283 def get_band_types(filename_or_ds: PathOrDS): argument
303 def get_raster_minimum(filename_or_ds: PathOrDS, bnd_index: Optional[int] = 1): argument
319 def get_nodatavalue(filename_or_ds: PathOrDS): argument
325 def unset_nodatavalue(filename_or_ds: PathOrDS): argument
[all …]
H A Dcolor_table.py37 from osgeo_utils.auxiliary.util import open_ds, PathOrDS
43 def get_color_table_from_raster(path_or_ds: PathOrDS) -> Optional[gdal.ColorTable]: argument
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dutil.py42 PathOrDS = Union[PathLikeOrStr, gdal.Dataset] variable
97 if not isinstance(filename_or_ds, PathOrDS.__args__):
103 def get_ovr_count(filename_or_ds: PathOrDS) -> int: argument
109 def get_pixel_size(filename_or_ds: PathOrDS) -> Tuple[Real, Real]: argument
156 def get_ovr_idx(filename_or_ds: PathOrDS, argument
197 def __init__(self, filename_or_ds: PathOrDS, silent_fail=False, *args, **kwargs): argument
283 def get_band_types(filename_or_ds: PathOrDS): argument
303 def get_raster_minimum(filename_or_ds: PathOrDS, bnd_index: Optional[int] = 1): argument
319 def get_nodatavalue(filename_or_ds: PathOrDS): argument
325 def unset_nodatavalue(filename_or_ds: PathOrDS): argument
[all …]
H A Dcolor_table.py37 from osgeo_utils.auxiliary.util import open_ds, PathOrDS
43 def get_color_table_from_raster(path_or_ds: PathOrDS) -> Optional[gdal.ColorTable]: argument
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal2xyz.py42 from osgeo_utils.auxiliary.util import PathOrDS, get_bands, open_ds
47 def gdal2xyz(srcfile: PathOrDS, dstfile: PathLikeOrStr = None, argument
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal2xyz.py42 from osgeo_utils.auxiliary.util import PathOrDS, get_bands, open_ds
47 def gdal2xyz(srcfile: PathOrDS, dstfile: PathLikeOrStr = None, argument
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal2xyz.py42 from osgeo_utils.auxiliary.util import PathOrDS, get_bands, open_ds
47 def gdal2xyz(srcfile: PathOrDS, dstfile: PathLikeOrStr = None, argument
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdallocationinfo.py47 from osgeo_utils.auxiliary.util import PathOrDS, open_ds, get_bands, get_scales_and_offsets, get_ba…
70 def gdallocationinfo(filename_or_ds: PathOrDS, argument
192 def gdallocationinfo_util(filename_or_ds: PathOrDS, argument
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdallocationinfo.py47 from osgeo_utils.auxiliary.util import PathOrDS, open_ds, get_bands, get_scales_and_offsets, get_ba…
70 def gdallocationinfo(filename_or_ds: PathOrDS, argument
192 def gdallocationinfo_util(filename_or_ds: PathOrDS, argument
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdallocationinfo.py47 from osgeo_utils.auxiliary.util import PathOrDS, open_ds, get_bands, get_scales_and_offsets, get_ba…
70 def gdallocationinfo(filename_or_ds: PathOrDS, argument
192 def gdallocationinfo_util(filename_or_ds: PathOrDS, argument