Skip to main content
Ctrl+K
Logo image
  • Why EOReader?

For Users

  • Main features
  • Optical data
  • Optical Band Mapping
  • SAR data
  • Custom stacks
  • Frequently Asked Questions (FAQ)

Tutorials

  • Basics
    • Basic example
    • Optical example
    • SAR example
    • VHR example
    • Removing clouds
  • Advanced
    • Sentinel-3
    • Custom stacks
    • DEM management
    • Detect water with several constellations
    • Cleaning methods when loading optical bands
    • Windowed Reading with EOReader
  • Experimental
    • S3 Compatible Storage
    • DASK
    • STAC

EOReader API

  • reader
    • is_filename_valid
    • CheckMethod
    • Constellation
    • Reader
  • products
    • custom_product
      • CustomFields
      • CustomProduct
    • optical
      • dimap_v1_product
        • DimapV1Product
      • dimap_v2_product
        • DimapV2BandCombination
        • DimapV2Product
        • DimapV2ProductType
        • DimapV2RadiometricProcessing
      • gs2_product
        • Gs2BandCombination
        • Gs2Product
        • Gs2ProductType
      • hls_product
        • HlsInstrument
        • HlsProduct
        • HlsProductType
      • landsat_product
        • LandsatCollection
        • LandsatInstrument
        • LandsatProduct
        • LandsatProductType
      • maxar_product
        • GainOffset
        • MaxarBandId
        • MaxarProduct
        • MaxarProductType
        • MaxarSatId
      • optical_product
        • CleanMethod
        • OpticalProduct
        • RawUnits
      • pla_product
        • PlaInstrument
        • PlaProduct
        • PlaProductType
      • planet_product
        • PlanetMaskType
        • PlanetProduct
      • pld_product
        • PldProduct
      • pneo_product
        • PneoProduct
      • re_product
        • ReProduct
        • ReProductType
      • s2_product
        • S2GmlMasks
        • S2Jp2Masks
        • S2Product
        • S2ProductType
      • s2_theia_product
        • S2TheiaProduct
      • s3_olci_product
        • S3OlciProduct
      • s3_product
        • S3DataType
        • S3Instrument
        • S3Product
        • S3ProductType
      • s3_slstr_product
        • S3SlstrProduct
        • SlstrRadAdjust
        • SlstrRadAdjustTuple
        • SlstrStripe
        • SlstrView
      • sky_product
        • SkyInstrument
        • SkyItemType
        • SkyProduct
        • SkyProductType
      • spot45_product
        • Spot45Product
        • Spot45ProductType
        • Spot4BandCombination
        • Spot5BandCombination
      • spot67_product
        • Spot67Product
      • sv1_product
        • Sv1BandCombination
        • Sv1Product
        • Sv1ProductType
      • vhr_product
        • VhrProduct
      • vis1_product
        • Vis1BandCombination
        • Vis1Product
        • Vis1ProductType
    • product
      • OrbitDirection
      • Product
      • SensorType
    • sar
      • capella_product
        • CapellaProduct
        • CapellaProductType
        • CapellaSensorMode
      • cosmo_product
        • CosmoProduct
        • CosmoProductType
      • csg_product
        • CsgProduct
        • CsgSensorMode
      • csk_product
        • CskProduct
        • CskSensorMode
      • iceye_product
        • IceyeProduct
        • IceyeProductType
        • IceyeSensorMode
      • rcm_product
        • RcmProduct
        • RcmProductType
        • RcmSensorMode
      • rs2_product
        • Rs2Product
        • Rs2ProductType
        • Rs2SensorMode
      • s1_product
        • S1Product
        • S1ProductType
        • S1ResolutionClass
        • S1SensorMode
      • saocom_product
        • SaocomPolarization
        • SaocomProduct
        • SaocomProductType
        • SaocomSensorMode
      • sar_product
        • SAR_PREDICTOR
        • SarProduct
        • SarProductType
        • SnapDems
      • tsx_product
        • TsxGeometricResolution
        • TsxPolarization
        • TsxProduct
        • TsxProductType
        • TsxSatId
        • TsxSensorMode
  • bands
    • is_clouds
    • is_dem
    • is_sar_band
    • is_sat_band
    • is_spectral_band
    • is_thermal_band
    • to_band
    • to_str
    • band_names
      • BandNames
      • CloudsBandNames
      • DemBandNames
      • SarBandNames
      • SpectralBandNames
    • bands
      • Band
      • BandMap
    • indices
      • compute_index
      • get_all_index_names
      • get_all_needed_bands
      • get_eoreader_indices
      • get_needed_bands
      • get_spyndex_indices
      • is_eoreader_idx
      • is_index
      • is_spyndex_idx
    • mappings
    • sar_bands
      • SarBand
      • SarBandMap
    • spectral_bands
      • SpectralBand
      • SpectralBandMap
  • stac
    • stac_extensions
      • EoExt
      • ProjExt
      • ViewExt
    • stac_item
      • StacItem
    • stac_utils
      • fill_common_mtd
      • gdf_to_bbox
      • gdf_to_centroid
      • gdf_to_geometry
      • get_media_type
      • repr_multiline_str
  • env_vars
    • PP_GRAPH
    • DSPK_GRAPH
    • SAR_DEF_RES
    • DEM_PATH
    • SNAP_DEM_NAME
    • S3_DB_URL_ROOT
    • TEST_USING_S3_DB
    • CI_EOREADER_BAND_FOLDER
    • USE_DASK
    • TILE_SIZE
  • keywords
    • SLSTR_RAD_ADJUST
    • SLSTR_STRIPE
    • SLSTR_VIEW
    • CLEAN_OPTICAL
    • SAR_INTERP_NA
    • DEM_KW
    • SLOPE_KW
    • HILLSHADE_KW
    • ICEYE_USE_SLC
    • TO_REFLECTANCE
  • exceptions
    • EoReaderError
    • InvalidBandError
    • InvalidIndexError
    • InvalidProductError
    • InvalidTypeError
  • utils
    • get_data_dir
    • get_root_dir
    • get_split_name
    • get_src_dir
    • open_rpc_file
    • quick_xml_to_dict
    • read
    • simplify
    • simplify_footprint
    • stack_dict
    • use_dask
    • write

For Contributors

  • Contribute
  • Release History
  • GitHub Repository
  • Repository
  • Open issue

band_names

band_names#

Classes

BandNames(value)

Super class for band names, do not use it.

CloudsBandNames(value)

Clouds Band names

DemBandNames(value)

DEM Band names

SarBandNames(value)

SAR Band names

SpectralBandNames(value)

This class aims to regroup equivalent bands under the same nomenclature.

previous

to_str

next

BandNames

By ICube-SERTIT

© Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/.

Last updated on 2023-03-24.