eodag.plugins.apis.usgs.UsgsApi

eodag.plugins.apis.usgs.UsgsApi#

class eodag.plugins.apis.usgs.UsgsApi(provider: str, config: PluginConfig)[source]#

A plugin that enables to query and download data on the USGS catalogues

__init__(provider: str, config: PluginConfig) None[source]#

Methods

__init__(provider, config)

authenticate()

Login to usgs api

build_sort_by(sort_by_arg)

Build the sorting part of the query string or body by transforming the "sortBy" argument into a provider-specific string or dictionnary

clear()

Method used to clear a search context between two searches.

discover_product_types(**kwargs)

Fetch product types list from provider using discover_product_types conf

discover_queryables(**kwargs)

Fetch queryables list from provider using discover_queryables conf

download(product[, auth, progress_callback, ...])

Download data from USGS catalogues

download_all(products[, auth, ...])

Download all using parent (base plugin) method

generate_record_hash(product)

Generate the record hash of the given product.

get_metadata_mapping([product_type])

Get the plugin metadata mapping configuration (product type specific if exists)

get_product_type_def_params(product_type, ...)

Get the provider product type definition parameters and specific settings

get_sort_by_arg(kwargs)

Extract the "sortBy" argument from the kwargs or the provider default sort configuration

list_queryables(filters[, product_type])

Get queryables

map_product_type(product_type, **kwargs)

Get the provider product type from eodag product type

query([product_type, items_per_page, page, ...])

Search for data on USGS catalogues

Attributes

plugins

auth

next_page_url

next_page_query_obj

total_items_nb

need_count