File: search.rst

package info (click to toggle)
eodag 3.10.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,500 kB
  • sloc: python: 41,542; xml: 3,791; makefile: 27; sh: 9
file content (30 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. module:: eodag.plugins.search

==============
Search Plugins
==============

Search plugins must inherit the following class and implement :meth:`query`:

.. autoclass:: eodag.plugins.search.base.Search
   :members:

This table lists all the search plugins currently available:

.. autosummary::
   :toctree: generated/

   qssearch.QueryStringSearch
   qssearch.ODataV4Search
   qssearch.PostJsonSearch
   qssearch.StacSearch
   qssearch.WekeoSearch
   static_stac_search.StaticStacSearch
   stac_list_assets.StacListAssets
   cop_marine.CopMarineSearch
   creodias_s3.CreodiasS3Search
   build_search_result.ECMWFSearch
   build_search_result.MeteoblueSearch
   build_search_result.WekeoECMWFSearch
   data_request_search.DataRequestSearch
   csw.CSWSearch