terragon Logo

API References:

  • Initialization
    • init()
  • Base class
    • Base
      • Base.create()
      • Base.download()
      • Base.search()
  • Google Earth Engine (GEE) Class
    • GEE
      • GEE.download()
      • GEE.retrieve_collections()
      • GEE.search()
  • Planetary Computer (PC) Class
    • PC
      • PC.download()
      • PC.retrieve_collections()
      • PC.search()
  • Copernicus Data Space Ecosystem (CDSE) Class
    • CDSE
      • CDSE.download()
      • CDSE.retrieve_collections()
      • CDSE.search()
  • Alaska Satellite Facility (ASF) Class
    • ASF
      • ASF.download()
      • ASF.retrieve_collections()
      • ASF.search()

Examples:

  • First Steps/Workflow
    • Saving meta data as coordinates
  • Finding Data / Collections
  • Downloading with GEE
    • Initialize GEE
    • Finding collections
    • download (with geedim backend)
    • Special arguments for GEE
  • Downloading with PC
    • Finding collections
    • download
    • Filtering the meta data
  • Downloading with CDSE
    • special arguments for cdse
    • filtering meta data
    • filtering items manually
  • Downloading with ASF
    • Finding collections
    • special arguments for asf

Project Information:

  • Changelog
    • v0.3.0
    • v0.2.1
    • v0.2.0
    • v0.1.1
    • v0.1.0
    • v0.0.2
    • v0.0.1
  • Development Guide and Contributing
    • Git, GitHub and Releases
    • Adding a new data source
    • Linting and Styling
    • Testing
    • Code Documentation
terragon
  • Index

Index

A | B | C | D | G | I | M | P | R | S | T

A

  • ASF (class in terragon.alaska_satellite_facility)

B

  • Base (class in terragon.base)

C

  • CDSE (class in terragon.copernicus_data_space_ecosystem)
  • create() (terragon.base.Base method)

D

  • download() (terragon.alaska_satellite_facility.ASF method)
    • (terragon.base.Base method)
    • (terragon.copernicus_data_space_ecosystem.CDSE method)
    • (terragon.google_earth_engine.GEE method)
    • (terragon.microsoft_planetary_computer.PC method)

G

  • GEE (class in terragon.google_earth_engine)

I

  • init() (in module terragon)

M

  • module
    • terragon.alaska_satellite_facility
    • terragon.copernicus_data_space_ecosystem
    • terragon.google_earth_engine
    • terragon.microsoft_planetary_computer

P

  • PC (class in terragon.microsoft_planetary_computer)

R

  • retrieve_collections() (terragon.alaska_satellite_facility.ASF method)
    • (terragon.copernicus_data_space_ecosystem.CDSE method)
    • (terragon.google_earth_engine.GEE method)
    • (terragon.microsoft_planetary_computer.PC method)

S

  • search() (terragon.alaska_satellite_facility.ASF method)
    • (terragon.base.Base method)
    • (terragon.copernicus_data_space_ecosystem.CDSE method)
    • (terragon.google_earth_engine.GEE method)
    • (terragon.microsoft_planetary_computer.PC method)

T

  • terragon.alaska_satellite_facility
    • module
  • terragon.copernicus_data_space_ecosystem
    • module
  • terragon.google_earth_engine
    • module
  • terragon.microsoft_planetary_computer
    • module

© Copyright 2024, Adrian Höhl.

Built with Sphinx using a theme provided by Read the Docs.