Skip to main content
Ctrl+K

geestac

  • Usage
  • Contribute
  • API Reference
  • GitHub
  • Pypi
  • Conda
  • Usage
  • Contribute
  • API Reference
  • GitHub
  • Pypi
  • Conda

Section Navigation

  • geestac
    • geestac.bands
    • geestac.catalog
    • geestac.custom_types
    • geestac.dataset
    • geestac.feature_collection
    • geestac.helpers
    • geestac.image
    • geestac.image_collection
    • geestac.stac
  • API Reference
  • geestac
  • geestac.image

geestac.image#

Module to handle Image Datasets.

Classes#

Image

Image Dataset.

Module Contents#

class geestac.image.Image(href, name, parent)[source]#

Bases: geestac.dataset.Dataset

Image Dataset.

Parameters:
  • href (str)

  • name (str)

_bands: geestac.custom_types.ListNamespace[geestac.bands.Band | geestac.bands.BitBand | geestac.bands.CategoricalBand | geestac.bands.OpticalBand][source]#
property bands: geestac.custom_types.ListNamespace[geestac.bands.Band | geestac.bands.BitBand | geestac.bands.CategoricalBand | geestac.bands.OpticalBand][source]#

Image bands.

Return type:

geestac.custom_types.ListNamespace[Union[geestac.bands.Band, geestac.bands.BitBand, geestac.bands.CategoricalBand, geestac.bands.OpticalBand]]

previous

geestac.helpers

next

geestac.image_collection

On this page
  • Classes
  • Module Contents
    • Image
      • Image._bands
      • Image.bands
Edit on GitHub

This Page

  • Show Source

© Copyright 2025-2025, Rodrigo Esteban Principe.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.

From @12rambau/pypackage 0.1.16 Copier project.