logo

For Users

  • Getting Started
    • Why EODAG?
    • Installation
    • Available providers
    • Provider registration
    • EO product types
    • Product storage status
    • Configure EODAG
    • Side projects
  • Python API User Guide
    • Overview
    • Providers and products
    • Configuration
    • Search
    • Serialize/Deserialize
    • Crunch
    • Download
    • Post-process
  • Python API Reference
    • EODataAccessGateway
    • SearchResult
    • EOProduct
    • Utils
    • Exceptions
    • Call graphs
  • CLI User Guide
  • STAC Support
    • STAC client
    • STAC REST API
  • Tutorials
    • Search for products by tile
    • Get Copernicus DEM using EODAG
    • ECMWF API plugin for EODAG
    • CDS API plugin for EODAG
    • Get forecast data from meteoblue using EODAG
    • Sentinel-1 processing for ship detection (SNAP)
    • Sentinel-2 processing to get a burnt area map (Sen2Cor, SNAP, snappy)

For Developers/Contributors

  • Add a Provider
  • Plugins
    • Search Plugins
      • eodag.plugins.search.qssearch.QueryStringSearch
      • eodag.plugins.search.qssearch.AwsSearch
      • eodag.plugins.search.qssearch.ODataV4Search
      • eodag.plugins.search.qssearch.PostJsonSearch
      • eodag.plugins.search.qssearch.StacSearch
      • eodag.plugins.search.static_stac_search.StaticStacSearch
      • eodag.plugins.search.build_search_result.BuildPostSearchResult
      • eodag.plugins.search.csw.CSWSearch
    • Crunch Plugins
      • eodag.plugins.crunch.filter_date.FilterDate
      • eodag.plugins.crunch.filter_latest_intersect.FilterLatestIntersect
      • eodag.plugins.crunch.filter_latest_tpl_name.FilterLatestByName
      • eodag.plugins.crunch.filter_overlap.FilterOverlap
      • eodag.plugins.crunch.filter_property.FilterProperty
    • Authentication Plugins
      • eodag.plugins.authentication.generic.GenericAuth
      • eodag.plugins.authentication.token.TokenAuth
      • eodag.plugins.authentication.header.HTTPHeaderAuth
      • eodag.plugins.authentication.aws_auth.AwsAuth
      • eodag.plugins.authentication.oauth.OAuth
      • eodag.plugins.authentication.openid_connect.OIDCAuthorizationCodeFlowAuth
      • eodag.plugins.authentication.keycloak.KeycloakOIDCPasswordAuth
      • eodag.plugins.authentication.qsauth.HttpQueryStringAuth
    • Download Plugins
      • eodag.plugins.download.http.HTTPDownload
      • eodag.plugins.download.aws.AwsDownload
      • eodag.plugins.download.s3rest.S3RestDownload
    • API Plugins
      • eodag.plugins.apis.usgs.UsgsApi
      • eodag.plugins.apis.ecmwf.EcmwfApi
      • eodag.plugins.apis.cds.CdsApi
  • Contribute
  • Release history
  • GitHub Repository
  • repository
  • open issue
  • suggest edit
  • .rst

Getting Started

Getting Started#

This getting started aims at introducing you to eodag and at getting you using it efficiently as quickly as possible.

  • Why EODAG?
  • Installation
    • Run the notebooks locally
  • Available providers
    • Description
  • Provider registration
  • EO product types
    • Product types information (CSV)
  • Product storage status
  • Configure EODAG
    • Automatic pre-configuration
    • YAML configuration file
    • Environment variable configuration
    • CLI configuration
    • API: Dynamic configuration
    • Priority setting
    • Download settings
    • Credentials settings
    • Example
  • Side projects
    • EODAG-cube
    • EODAG-sentinelsat
    • EODAG-labextension

previous

Earth Observation Data Access Gateway (2.9.1)

next

Why EODAG?

By CS GROUP - France (CSSI)
© Copyright 2018-2022, CS GROUP - France, https://www.csgroup.eu.
Last updated on 2023-02-27.