eodag 3.0.0b3__py3-none-any.whl → 3.1.0b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- eodag/api/core.py +292 -198
- eodag/api/product/_assets.py +6 -6
- eodag/api/product/_product.py +18 -18
- eodag/api/product/metadata_mapping.py +51 -14
- eodag/api/search_result.py +29 -3
- eodag/cli.py +57 -20
- eodag/config.py +413 -117
- eodag/plugins/apis/base.py +10 -4
- eodag/plugins/apis/ecmwf.py +49 -16
- eodag/plugins/apis/usgs.py +30 -7
- eodag/plugins/authentication/aws_auth.py +14 -5
- eodag/plugins/authentication/base.py +10 -1
- eodag/plugins/authentication/generic.py +14 -3
- eodag/plugins/authentication/header.py +12 -4
- eodag/plugins/authentication/keycloak.py +41 -22
- eodag/plugins/authentication/oauth.py +11 -1
- eodag/plugins/authentication/openid_connect.py +178 -163
- eodag/plugins/authentication/qsauth.py +12 -4
- eodag/plugins/authentication/sas_auth.py +19 -2
- eodag/plugins/authentication/token.py +93 -15
- eodag/plugins/authentication/token_exchange.py +19 -19
- eodag/plugins/crunch/base.py +4 -1
- eodag/plugins/crunch/filter_date.py +5 -2
- eodag/plugins/crunch/filter_latest_intersect.py +5 -4
- eodag/plugins/crunch/filter_latest_tpl_name.py +1 -1
- eodag/plugins/crunch/filter_overlap.py +5 -7
- eodag/plugins/crunch/filter_property.py +6 -6
- eodag/plugins/download/aws.py +50 -34
- eodag/plugins/download/base.py +41 -50
- eodag/plugins/download/creodias_s3.py +40 -2
- eodag/plugins/download/http.py +221 -195
- eodag/plugins/download/s3rest.py +25 -25
- eodag/plugins/manager.py +168 -23
- eodag/plugins/search/base.py +106 -39
- eodag/plugins/search/build_search_result.py +1065 -324
- eodag/plugins/search/cop_marine.py +112 -29
- eodag/plugins/search/creodias_s3.py +45 -24
- eodag/plugins/search/csw.py +41 -1
- eodag/plugins/search/data_request_search.py +109 -9
- eodag/plugins/search/qssearch.py +549 -257
- eodag/plugins/search/static_stac_search.py +20 -21
- eodag/resources/ext_product_types.json +1 -1
- eodag/resources/product_types.yml +577 -87
- eodag/resources/providers.yml +1619 -2776
- eodag/resources/stac.yml +3 -163
- eodag/resources/user_conf_template.yml +112 -97
- eodag/rest/config.py +1 -2
- eodag/rest/constants.py +0 -1
- eodag/rest/core.py +138 -98
- eodag/rest/errors.py +181 -0
- eodag/rest/server.py +55 -329
- eodag/rest/stac.py +93 -544
- eodag/rest/types/eodag_search.py +19 -8
- eodag/rest/types/queryables.py +6 -8
- eodag/rest/types/stac_search.py +11 -2
- eodag/rest/utils/__init__.py +3 -0
- eodag/types/__init__.py +71 -18
- eodag/types/download_args.py +3 -3
- eodag/types/queryables.py +180 -73
- eodag/types/search_args.py +3 -3
- eodag/types/whoosh.py +126 -0
- eodag/utils/__init__.py +147 -66
- eodag/utils/exceptions.py +47 -26
- eodag/utils/logging.py +37 -77
- eodag/utils/repr.py +65 -6
- eodag/utils/requests.py +11 -13
- eodag/utils/stac_reader.py +1 -1
- {eodag-3.0.0b3.dist-info → eodag-3.1.0b1.dist-info}/METADATA +80 -81
- eodag-3.1.0b1.dist-info/RECORD +108 -0
- {eodag-3.0.0b3.dist-info → eodag-3.1.0b1.dist-info}/WHEEL +1 -1
- {eodag-3.0.0b3.dist-info → eodag-3.1.0b1.dist-info}/entry_points.txt +4 -2
- eodag/resources/constraints/climate-dt.json +0 -13
- eodag/resources/constraints/extremes-dt.json +0 -8
- eodag/utils/constraints.py +0 -244
- eodag-3.0.0b3.dist-info/RECORD +0 -110
- {eodag-3.0.0b3.dist-info → eodag-3.1.0b1.dist-info}/LICENSE +0 -0
- {eodag-3.0.0b3.dist-info → eodag-3.1.0b1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
eodag/__init__.py,sha256=qADIO6H3KR0CMs0qePdJROjSzcGnHaYpv-RFIk18WGQ,1608
|
|
2
|
+
eodag/cli.py,sha256=WMU23Zv0riOuKkFwftIBmH0_OJSnSiaYMAVgKEe15i0,29976
|
|
3
|
+
eodag/config.py,sha256=1LTniwtMPW9jAJUUfFQf4EWTZgECH9ve5vIXgUMHZL0,45723
|
|
4
|
+
eodag/crunch.py,sha256=fLVAPGVPw31N_DrnFk4gkCpQZLMY8oBhK6NUSYmdr24,1099
|
|
5
|
+
eodag/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
eodag/api/__init__.py,sha256=ytr30NUVmEtmJTsp3QCwkCIhS1nF6UlFCv0vmySHN7g,735
|
|
7
|
+
eodag/api/core.py,sha256=R5hyr2fcKjmoIIt6fyfxO4xiBl7lT1RhQBbvRfvMLCo,109248
|
|
8
|
+
eodag/api/search_result.py,sha256=LnWBHoMlkoaeqwEukg-MOwOCJvxm367g3AH6Llrk8zI,8236
|
|
9
|
+
eodag/api/product/__init__.py,sha256=klSKudmnHHeXvcwIX6Y30UTiP39tMfTwLNexSnAZnx0,1154
|
|
10
|
+
eodag/api/product/_assets.py,sha256=1fqCRT6Jd27qMJ95WJ5_bre5YsVPYidFit03wM_UmAM,6290
|
|
11
|
+
eodag/api/product/_product.py,sha256=E1rP0DOtksk6kUWfkRkHjRFLJfo0SLW6lw46PZsaHkY,22980
|
|
12
|
+
eodag/api/product/metadata_mapping.py,sha256=txlnpzGUBwGh1XDzXIs20kZZzhOG0O2l1SWi_eStKJY,71751
|
|
13
|
+
eodag/api/product/drivers/__init__.py,sha256=67fvk_Zmuasrlw7TYP5GfM5Z4fS5a4KjfohHFhg-WiU,1035
|
|
14
|
+
eodag/api/product/drivers/base.py,sha256=TL_Kqbi7g4mLKn4CiBXrsAiTPVVFQBYY7DuG8pVlrlc,1793
|
|
15
|
+
eodag/plugins/__init__.py,sha256=KQkD5aVwb9I6C-Rmi5ABEG1-j8w5FP1zKN12vagsT9Y,739
|
|
16
|
+
eodag/plugins/base.py,sha256=I-kxG83mh805kZldrgl--VTVBzDNtyE8f_MRkm1VLCY,2689
|
|
17
|
+
eodag/plugins/manager.py,sha256=efFycwmr5sZcICv-YnkCJ4qof3ew8c8nQuzVw5A3Kb4,20398
|
|
18
|
+
eodag/plugins/apis/__init__.py,sha256=PyY4f7P2iu3MkLPnw5eOrVew2fuavbBL3Asci3Ulwoo,744
|
|
19
|
+
eodag/plugins/apis/base.py,sha256=5QOjqD1jgUIOzCt53XJbTG4XX-4Lkd03h5ILBiEl8lE,2818
|
|
20
|
+
eodag/plugins/apis/ecmwf.py,sha256=co6W9ThokUr8YNNX67H9HT9O8lCPbMlgTeOBOeIDrb0,11496
|
|
21
|
+
eodag/plugins/apis/usgs.py,sha256=QLzdKrb3OocwvVW__uC2-TUwEweBRkwWZjZVbAfOQk4,19566
|
|
22
|
+
eodag/plugins/authentication/__init__.py,sha256=_LVw42Bb1IhGAZH5xHRaS4b1iFoF9e27KDZOyoSoJHY,1039
|
|
23
|
+
eodag/plugins/authentication/aws_auth.py,sha256=N9o_SSTja6x8e1Wf1am-O_vkxJpv6SSngjRIuCX4YwI,3073
|
|
24
|
+
eodag/plugins/authentication/base.py,sha256=-qnWabuC6FyeKYzMnbSccm4skMEIsj3ZVEWMDAMKZjY,2603
|
|
25
|
+
eodag/plugins/authentication/generic.py,sha256=LlOVPjvwRpbMDl62Brd7Ao34WmktKWoo0LP7D4T6zPg,2385
|
|
26
|
+
eodag/plugins/authentication/header.py,sha256=lgkNZpFj4himyhjgjsK500KBZeiQus-HWG6dHSgV3u4,4290
|
|
27
|
+
eodag/plugins/authentication/keycloak.py,sha256=M0V9hU-wYO1IRtbg7aMdyizSvw5UJto5tfeX_fOQ9ik,7184
|
|
28
|
+
eodag/plugins/authentication/oauth.py,sha256=tWs_kk77QG1G8fcsl-RIb1qj5HJ9ZHIcZ0ll3Vz8joI,1860
|
|
29
|
+
eodag/plugins/authentication/openid_connect.py,sha256=iJ9NGYnxbQE6RAx86JnxI571mwSI44oQxE629hN-QdY,24723
|
|
30
|
+
eodag/plugins/authentication/qsauth.py,sha256=bkepO_sFRIhYm3Dzecx3VJP0Ap37vUuJSRmEY8HrV1U,3947
|
|
31
|
+
eodag/plugins/authentication/sas_auth.py,sha256=QIigbkKjRsdPdq0MP8c0jGOzrL_H7UIdgdhsmx6gk6U,4779
|
|
32
|
+
eodag/plugins/authentication/token.py,sha256=HKrNvfzsStaWDqKklFt8EfznJjbEJ0wOFpH7S-e2Iy0,12885
|
|
33
|
+
eodag/plugins/authentication/token_exchange.py,sha256=5HJfwC8FrPE6dhH-xRGM1W-lkpgJHMgQ6q7fiFNh5Oo,4902
|
|
34
|
+
eodag/plugins/crunch/__init__.py,sha256=58D7kJhEpHJWobIKaNFPynfbSqAWgS90BiHzitqS5Ds,746
|
|
35
|
+
eodag/plugins/crunch/base.py,sha256=vCaI2KsxMZp0TJ6IYHx4ssaachzrTxH98tKJh_fsuPM,1427
|
|
36
|
+
eodag/plugins/crunch/filter_date.py,sha256=CGRx4Pj7sT1her4E96ITgT2vYNPG3k0NaUGdtPfwJFw,4446
|
|
37
|
+
eodag/plugins/crunch/filter_latest_intersect.py,sha256=viDECk8RAKYxVeQGZ6m3Ff14bsnCcq3xYFX7bNx0blM,4438
|
|
38
|
+
eodag/plugins/crunch/filter_latest_tpl_name.py,sha256=NAQNz1xuf1qDCF-of9-qhJCgR5uFkTdLv6k2u-c85Ew,3695
|
|
39
|
+
eodag/plugins/crunch/filter_overlap.py,sha256=GdqS0yYvTp4yYNucXpYVIwO9E7KhmsmJSi3XWUtBfKM,7278
|
|
40
|
+
eodag/plugins/crunch/filter_property.py,sha256=1tqYzVwB7z9wTdoNH_t4h8JInEJ6IkuMyvpfPk78xiw,3199
|
|
41
|
+
eodag/plugins/download/__init__.py,sha256=zqszaeNgYP0YHlZDkLMf6odcwNw0KrAahGpcA-l0kAw,740
|
|
42
|
+
eodag/plugins/download/aws.py,sha256=NN1ZFrCKTtfvpn6JUi20pw2x3H7_wcc8618XKUgwu0I,55722
|
|
43
|
+
eodag/plugins/download/base.py,sha256=FkQlql0gSvCvPtizMSCU9L-6YWW7gwVS9V3g6DZ4oNw,30007
|
|
44
|
+
eodag/plugins/download/creodias_s3.py,sha256=DoFX4XpIpFbahVE2IPEA_z4eYVHv70g77LUafsCSBO0,4164
|
|
45
|
+
eodag/plugins/download/http.py,sha256=UxglJzHlw_aSy7brkId82uIMTlLiKmuqzqPmEhwNH5w,56325
|
|
46
|
+
eodag/plugins/download/s3rest.py,sha256=XgFWnB56CgPl-ZtZDVcOZjFt53AuPFQW7WOlWRyjezg,14792
|
|
47
|
+
eodag/plugins/search/__init__.py,sha256=-1M-AB81A8KwLSEhSiNNEA77ecUvmvp4dUL8J1C1wFA,1986
|
|
48
|
+
eodag/plugins/search/base.py,sha256=7ohTJFy9o8JWMst_jJq22-DCn9UTEBJsr_iR3VDAHLc,18750
|
|
49
|
+
eodag/plugins/search/build_search_result.py,sha256=-n65mAPXTFU_ca1CU3kWAYeN4ki1wfHt8mHrZ7RIplY,47925
|
|
50
|
+
eodag/plugins/search/cop_marine.py,sha256=3JOFtN6Adb0PDW8DfaViMIwXCO1mScEisDhcIDvruJM,19343
|
|
51
|
+
eodag/plugins/search/creodias_s3.py,sha256=eAHSOIvrunuxmR6B7R8oIUqyLfkZXBWsaxGn4Im1E8M,6350
|
|
52
|
+
eodag/plugins/search/csw.py,sha256=rZ-0ctszEixZuM6_VTkglTgGqmT83TG3bTPWSgB5BC8,12567
|
|
53
|
+
eodag/plugins/search/data_request_search.py,sha256=VDduqvpKo0UWC6c_sH19mCXaw1P3qfArGQ8Q9EvPk-g,26682
|
|
54
|
+
eodag/plugins/search/qssearch.py,sha256=t-pfGAh9ap-UyF8fOac8m9mCnNkCzZxUKlbjXvNPTmw,94356
|
|
55
|
+
eodag/plugins/search/static_stac_search.py,sha256=EBBd4AB5R2Kiab3Ssc-b6A4McqcNRMjltgGW25ErH8g,9263
|
|
56
|
+
eodag/resources/ext_product_types.json,sha256=_qVPEQzedjBaPx-ksc_HB6-bMfI2FXfF_ZIOXZnAe3Q,3196797
|
|
57
|
+
eodag/resources/locations_conf_template.yml,sha256=_eBv-QKHYMIKhY0b0kp4Ee33RsayxN8LWH3kDXxfFSk,986
|
|
58
|
+
eodag/resources/product_types.yml,sha256=eTkkbsnwEGV3acPNuEeW5lb9ArdHM6EFCvg2jBgEcwE,393028
|
|
59
|
+
eodag/resources/providers.yml,sha256=u03b3KA3QmkQ43OEY5lIU3l8EMo95caDboesbfwNu2c,225513
|
|
60
|
+
eodag/resources/stac.yml,sha256=XgQFkJEfu_f2ZiVM5L1flkew7wq55p_PJmDuVkOG3fs,10442
|
|
61
|
+
eodag/resources/stac_api.yml,sha256=3wz1rAfxb_IWJHBdIONA7JPpAYVJpo9pzlSPFwfb41s,68893
|
|
62
|
+
eodag/resources/stac_provider.yml,sha256=2yfdnuhJYV1f5el3aFkunoPqHAcD8oCDzvASbmldIvY,6703
|
|
63
|
+
eodag/resources/user_conf_template.yml,sha256=M6JiyEV8M8__KNynXu6zr6qdWFw3yxYvgAHpPhr8wuY,7707
|
|
64
|
+
eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt,sha256=CHSo_jbv-4d4D0MYRbWn2FvmV_K9mYzo7qznF4YNO3g,7
|
|
65
|
+
eodag/resources/shp/ne_110m_admin_0_map_units.cpg,sha256=FG1nif_gM6UpfBrQRuamLuNTGbhrAhRE8FtuoqqKH0o,6
|
|
66
|
+
eodag/resources/shp/ne_110m_admin_0_map_units.dbf,sha256=uEEO22hZ_crWxMNhuQ_ix889c1Us1awYXAglxbf1K-s,393747
|
|
67
|
+
eodag/resources/shp/ne_110m_admin_0_map_units.prj,sha256=oaohy2UQUlLMiTy3HhYS1Kurl_7z3A3LYcOmVf_TbNo,148
|
|
68
|
+
eodag/resources/shp/ne_110m_admin_0_map_units.shp,sha256=GMVJQ1pe0JfaJnVfAew0MvembDJDkfUs0To2Qc82Aos,181628
|
|
69
|
+
eodag/resources/shp/ne_110m_admin_0_map_units.shx,sha256=N74fDl6sQAljmHQ_e9DO7suO6BXuwC0LwmriAnDBH-U,1564
|
|
70
|
+
eodag/rest/__init__.py,sha256=v4SI9gLuFP81YXi5_k98lvVNGzz6h8YZ_aUdhKAbE2M,916
|
|
71
|
+
eodag/rest/cache.py,sha256=zGqVt8AAbqwhRmWmAbRPLMJgEb1ZD67WO-QnWwoe3a4,2103
|
|
72
|
+
eodag/rest/config.py,sha256=Bw4VH3M0iaz6rR3hkJuGF2ZNU-GQyqn3SeKrggUtM9g,2118
|
|
73
|
+
eodag/rest/constants.py,sha256=XsNgjzv0Qvw1hhjeuscDuyQpCm99g3O-hEyslPSiFzQ,945
|
|
74
|
+
eodag/rest/core.py,sha256=2vs0PIoY1aFcn_SOeOfHxT1NzulkFfxOXYW8sT8wCKg,26562
|
|
75
|
+
eodag/rest/errors.py,sha256=2tWYuPK67SFoxFVnu4HEx9WWdqzBAwv3_WCoJRAYspI,6211
|
|
76
|
+
eodag/rest/server.py,sha256=2NxRPhRNla8GnKk1CWscY-QH8ydODZeOyAgqbOUbNNk,18347
|
|
77
|
+
eodag/rest/server.wsgi,sha256=ssM4JQi8tZpOYj03CTdM0weyUF1b3Lbh38pdD-vBfXs,152
|
|
78
|
+
eodag/rest/stac.py,sha256=JtuCFa4bldO4exe-G8MUHYhuNVvOA7q_GxzU99xQPyI,35788
|
|
79
|
+
eodag/rest/templates/README,sha256=qFgCBE6XC4YiXkpPoSHkYbMTQr8Zg5Wc5eAKVcooXmw,57
|
|
80
|
+
eodag/rest/types/__init__.py,sha256=Bu0C3dzXHe8kocnz2PIHV0GjQWlAQas6ToIfwusNPQs,742
|
|
81
|
+
eodag/rest/types/collections_search.py,sha256=76dvL9y_Cq0ERoJdAn6btXx-0EFWxlfPYSoO7xkFA7c,1533
|
|
82
|
+
eodag/rest/types/eodag_search.py,sha256=iSGnWut-xJH1xAOpKBkVRm7BmBovmocefTcIBk4EPpQ,14300
|
|
83
|
+
eodag/rest/types/queryables.py,sha256=4VCIlA6_08SOJw8SRFPoM3n2ZNu8P8F4nBTagHwnPnA,6225
|
|
84
|
+
eodag/rest/types/stac_search.py,sha256=0_gheVqe9BVxeWttVsrEQoWRkhyrD21ACm8sUmiCa9M,8825
|
|
85
|
+
eodag/rest/utils/__init__.py,sha256=7z4GhubM3AW4zHpnpFtDeiPTZs2KZmMDEklYSQ98EvA,6613
|
|
86
|
+
eodag/rest/utils/cql_evaluate.py,sha256=cren4gxNyi_3gIEq0CADpqyi5sVnr93rY26CXWCyM3Y,4106
|
|
87
|
+
eodag/rest/utils/rfc3339.py,sha256=pZf6PXpUiQCNLAd-EJwgQ0sHJdTwac2RDEUv92LG3Os,2241
|
|
88
|
+
eodag/types/__init__.py,sha256=1nwTiComVYVsIqK4sIEthl_89oUHygV8Q6_xC2erzn0,13203
|
|
89
|
+
eodag/types/bbox.py,sha256=okc8oFgvoSTQnXJew740i41HArAoSD36Xjr_XmZ1Q4M,4373
|
|
90
|
+
eodag/types/download_args.py,sha256=WoK1u1N_qb3mrR2kh9rIlc14RVoVxy3wqFmfZgaPles,1571
|
|
91
|
+
eodag/types/queryables.py,sha256=bcmQvNSY1GFR86vflGmIPb7wTBMPEP1nmvDXOpGIbD8,9833
|
|
92
|
+
eodag/types/search_args.py,sha256=YqVb04BAPnwhnyafcJo3sRiyOlQA46lTIjnctH_H5b0,5668
|
|
93
|
+
eodag/types/whoosh.py,sha256=0EwUxeNGmXdtmI63p9ow5DimoSPleEScPKpuDP5wDiQ,7250
|
|
94
|
+
eodag/utils/__init__.py,sha256=PVquvxHSFz3rEMKPAf21af3JApAGfH9yxQLf_wA0XOo,51205
|
|
95
|
+
eodag/utils/exceptions.py,sha256=QoI5QtwIwZPtnvYLvsXKNarOwT3f9vJEZEwOQAQg7Gs,4457
|
|
96
|
+
eodag/utils/import_system.py,sha256=TqfRi_Kl0mzqNBapnOr3A7Y3qjCAgd7wYZ0bkPLeuJU,3908
|
|
97
|
+
eodag/utils/logging.py,sha256=KoMsyS1f6O1hr_SMDOIxvt842mOJgmu_yLUk0-0EKFs,3507
|
|
98
|
+
eodag/utils/notebook.py,sha256=AUxtayvu26qYf3x3Eu3ujRl1XDgy24EfQaETbqmXSZw,2703
|
|
99
|
+
eodag/utils/repr.py,sha256=o6NhScogBPI69m83GsHh3hXONb9-byPfuWgJ1U39Kfw,5463
|
|
100
|
+
eodag/utils/requests.py,sha256=PcZnzz3y7YvTwypman8zVX3uWvkI_MVZcW-QFldItKE,4567
|
|
101
|
+
eodag/utils/rest.py,sha256=Jd7HMbPCaGW5fFK1Ud0FyocEXqGInwneLFdB7mNRW9A,3361
|
|
102
|
+
eodag/utils/stac_reader.py,sha256=OcSsGCegA39awgM6VanFe6_kO-9CG8YzKjuzoSGVJSo,9248
|
|
103
|
+
eodag-3.1.0b1.dist-info/LICENSE,sha256=4MAecetnRTQw5DlHtiikDSzKWO1xVLwzM5_DsPMYlnE,10172
|
|
104
|
+
eodag-3.1.0b1.dist-info/METADATA,sha256=0SsXFv4CGxUdsimi9n8WLbaryNEZ6HhDMcRD47oGtUM,15511
|
|
105
|
+
eodag-3.1.0b1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
106
|
+
eodag-3.1.0b1.dist-info/entry_points.txt,sha256=CRwS41drMrG6V6lnvfUPPLnhxeTzWIxCuaMkwe-IEK8,2491
|
|
107
|
+
eodag-3.1.0b1.dist-info/top_level.txt,sha256=025IMTmVe5eDjIPP4KEFQKespOPMQdne4U4jOy8nftM,6
|
|
108
|
+
eodag-3.1.0b1.dist-info/RECORD,,
|
|
@@ -31,14 +31,16 @@ HTTPDownload = eodag.plugins.download.http:HTTPDownload
|
|
|
31
31
|
S3RestDownload = eodag.plugins.download.s3rest:S3RestDownload
|
|
32
32
|
|
|
33
33
|
[eodag.plugins.search]
|
|
34
|
-
BuildPostSearchResult = eodag.plugins.search.build_search_result:BuildPostSearchResult
|
|
35
|
-
BuildSearchResult = eodag.plugins.search.build_search_result:BuildSearchResult
|
|
36
34
|
CSWSearch = eodag.plugins.search.csw:CSWSearch [csw]
|
|
37
35
|
CopMarineSearch = eodag.plugins.search.cop_marine:CopMarineSearch
|
|
38
36
|
CreodiasS3Search = eodag.plugins.search.creodias_s3:CreodiasS3Search
|
|
39
37
|
DataRequestSearch = eodag.plugins.search.data_request_search:DataRequestSearch
|
|
38
|
+
ECMWFSearch = eodag.plugins.search.build_search_result:ECMWFSearch
|
|
39
|
+
MeteoblueSearch = eodag.plugins.search.build_search_result:MeteoblueSearch
|
|
40
40
|
ODataV4Search = eodag.plugins.search.qssearch:ODataV4Search
|
|
41
41
|
PostJsonSearch = eodag.plugins.search.qssearch:PostJsonSearch
|
|
42
|
+
PostJsonSearchWithStacQueryables = eodag.plugins.search.qssearch:PostJsonSearchWithStacQueryables
|
|
42
43
|
QueryStringSearch = eodag.plugins.search.qssearch:QueryStringSearch
|
|
43
44
|
StacSearch = eodag.plugins.search.qssearch:StacSearch
|
|
44
45
|
StaticStacSearch = eodag.plugins.search.static_stac_search:StaticStacSearch
|
|
46
|
+
WekeoECMWFSearch = eodag.plugins.search.build_search_result:WekeoECMWFSearch
|