Scroll to navigation

EODAG(1) User Commands EODAG(1)

NAME

eodag - Earth Observation Data Access Gateway

SYNOPSIS

eodag [OPTIONS] COMMAND [ARGS]...

DESCRIPTION

Earth Observation Data Access Gateway: work on EO products from any provider

OPTIONS

Control the verbosity of the logs. For maximum verbosity, type -vvv
Show this message and exit.

Commands:

Configure the settings of the HTTP web app (the...
Fetch providers to discover product types
Download a list of products from a serialized search...
List supported product types
Search satellite images by their product types,...
Start eodag HTTP server
Print eodag version and exit

SYNOPSIS

eodag discover [OPTIONS]

DESCRIPTION

Fetch providers to discover product types

OPTIONS

Fetch only the given provider
Path to the file where to store external product types configuration (.json extension will be automatically appended to the filename). DEFAULT: ext_product_types.json
Show this message and exit.

SYNOPSIS

eodag download [OPTIONS]

DESCRIPTION

Download a list of products from a serialized search result

OPTIONS

--search-results FILE
Path to a serialized search result
File path to the user configuration file with its credentials, default is ~/.config/eodag/eodag.yml
Download only quicklooks of products instead full set of files
Show this message and exit.

SYNOPSIS

eodag list [OPTIONS]

DESCRIPTION

List supported product types

OPTIONS

List product types supported by this provider
List product types originating from this instrument
List product types originating from this platform
List product types originating from the satellite identified by this keyword
List product types of processing level
List product types originating from this type of sensor
Do not fetch providers for new product types
Show this message and exit.

SYNOPSIS

eodag search [OPTIONS]

DESCRIPTION

Search satellite images by their product types, instrument, platform, platform identifier, processing level or sensor type. It is mandatory to provide at least one of the previous criteria for eodag to perform a search. Optionally crunch the search results before storing them in a geojson file

OPTIONS

File path to the user configuration file with its credentials, default is ~/.config/eodag/eodag.yml
File path to the user locations configuration file, default is ~/.config/eodag/locations.yml
Search for a product on a bounding box, providing its minlon, minlat, maxlon and maxlat (in this order). NOTE: This argument is mutually exclusive with arguments: [geom].
Search for a product on a geometry, providing its WKT representation. NOTE: This argument is mutually exclusive with arguments: [box].
Start sensing time in ISO8601 format (e.g. '1990-11-26', '1990-11-26T14:30:10'). UTC is assumed
End sensing time in ISO8601 format (e.g. '1990-11-26', '1990-11-26T14:30:10'). UTC is assumed
Maximum cloud cover percentage needed for the product [0<=x<=100]
The product type to search
Search for products matching this instrument
Search for products matching this platform
Search for products originating from the satellite identified by this keyword
Search for products matching this processing level
Search for products matching this type of sensor
Search for the product identified by this id
A cruncher to be applied to search results. Repeat option many times to apply many crunchers
Named arguments acting as the parameters of a cruncher. Enter it like this: --cruncherargs <CruncherName> <arg-name> <arg-value>. Repeat option many times to give many args to a cruncher
Path to the file where to store search results (.geojson extension will be automatically appended to the filename). DEFAULT: search_results.geojson
The number of items to return. Eodag is bound to whatever limitation the providers have on the number of results they return. This option allows one to control how many items eodag should request [default: 20]
Retrieve the given page [default: 1]
Retrieve ALL the products that match the search criteria. It collects products by iterating over the results pages until no more products are available.At each iteration, the maximum number of items searched is either 'items' if set, or a maximum value defined internally for the requested provider, or a default maximum value equals to 50.
Whether to run a query with a count request or not.
Custom query-string argument(s) to select locations. Format :'key1=value1&key2=value2'. Example: --locations country=FRA&continent=Africa
Custom query-string argument(s). Format :'key1=value1&key2=value2'
Show this message and exit.
April 2025 eodag 3.3.1