@@ -53,23 +53,23 @@ extraDeploy: []
5353# # ref: https://eodag.readthedocs.io/en/stable/
5454# #
5555
56- # # @param productTypes Optional overwrite of product types default configuration
57- # # ref: https://github.com/CS-SI/eodag/blob/masster /eodag/resources/product_types .yml
58- productTypes : " "
59- # productTypes : |-
56+ # # @param collections Optional overwrite of product types default configuration
57+ # # ref: https://github.com/CS-SI/eodag/blob/master /eodag/resources/collections .yml
58+ collections : " "
59+ # collections : |-
6060# # CBERS 4 ---------------------------------------------------------------------
6161# CBERS4_MUX_L2:
62- # abstract : |
62+ # description : |
6363# China-Brazil Earth Resources Satellite, CBERS-4 MUX camera Level-2 product. System corrected images, expect some
6464# translation error.
65- # instrument: MUX
66- # platform : CBERS
67- # platformSerialIdentifier : CBERS-4
68- # processingLevel : L2
69- # keywords: MUX, CBERS, CBERS-4,L2
70- # sensorType : OPTICAL
71- # license: proprietary
72- # missionStartDate: " 2014-12-07T00:00:00Z"
65+ # instruments: [" MUX"]
66+ # constellation : CBERS
67+ # platform : CBERS-4
68+ # processing:level : L2
69+ # keywords: [" MUX", " CBERS", " CBERS-4", "L2"]
70+ # eodag:sensor_type : OPTICAL
71+ # license: other
72+ # extent: {"temporal": {"interval": [[" 2014-12-07T00:00:00Z", null]]}}
7373# title: CBERS-4 MUX Level-2
7474
7575# # @param providers Optional overwrite of providers default configuration
@@ -86,45 +86,52 @@ providers: ""
8686# api: !plugin
8787# type: UsgsApi
8888# need_auth: true
89- # google_base_url: 'http://storage.googleapis.com/earthengine-public/landsat/'
9089# pagination:
9190# max_items_per_page: 5000
9291# total_items_nb_key_path: '$.totalHits'
93- # common_metadata_mapping_path: '$'
9492# metadata_mapping:
95- # id: '$.displayId'
93+ # id:
94+ # - '_ID'
95+ # - '$.displayId'
9696# geometry: '$.spatialBounds'
97- # productType: '$.productType'
9897# title: '$.displayId'
99- # abstract : '$.summary'
100- # cloudCover : '$.cloudCover'
101- # startTimeFromAscendingNode : '$.temporalCoverage.startDate'
102- # completionTimeFromAscendingNode : '$.temporalCoverage.endDate'
103- # publicationDate : '$.publishDate'
104- # thumbnail: '$.browse[0].thumbnailPath'
105- # quicklook: '$.browse[0].browsePath'
106- # storageStatus: '{$.available#get_group_name((?P<ONLINE >True)|(?P<OFFLINE >False))}'
107- # downloadLink: 'https://earthexplorer.usgs.gov/download/external/options/{productType }/{entityId}/M2M/'
98+ # description : '$.summary'
99+ # eo:cloud_cover : '$.cloudCover'
100+ # start_datetime : '$.temporalCoverage.startDate'
101+ # end_datetime : '$.temporalCoverage.endDate'
102+ # published : '$.publishDate'
103+ # eodag: thumbnail: '$.browse[0].thumbnailPath'
104+ # eodag: quicklook: '$.browse[0].browsePath'
105+ # order:status: '{$.available#get_group_name((?P<succeeded >True)|(?P<orderable >False))}'
106+ # eodag:download_link: 'https://earthexplorer.usgs.gov/download/external/options/{_collection }/{entityId}/M2M/'
108107# # metadata needed for download
109- # entityId: '$.entityId'
110- # productId: '$.id'
108+ # usgs: entityId: '$.entityId'
109+ # usgs: productId: '$.id'
111110# extract: True
112111# order_enabled: true
113112# products:
114113# # datasets list http://kapadia.github.io/usgs/_sources/reference/catalog/ee.txt may be outdated
115114# # see also https://dds.cr.usgs.gov/ee-data/coveragemaps/shp/ee/
116115# LANDSAT_C2L1:
117- # dataset: landsat_ot_c2_l1
118- # outputs_extension: .tar.gz
116+ # _collection: landsat_ot_c2_l1
119117# LANDSAT_C2L2:
120- # dataset: landsat_ot_c2_l2
121- # outputs_extension: .tar.gz
118+ # _collection: landsat_ot_c2_l2
119+ # LANDSAT_TM_C1:
120+ # _collection: landsat_tm_c1
121+ # LANDSAT_TM_C2L1:
122+ # _collection: landsat_tm_c2_l1
123+ # LANDSAT_TM_C2L2:
124+ # _collection: landsat_tm_c2_l2
125+ # LANDSAT_ETM_C1:
126+ # _collection: landsat_etm_c1
127+ # LANDSAT_ETM_C2L1:
128+ # _collection: landsat_etm_c2_l1
129+ # LANDSAT_ETM_C2L2:
130+ # _collection: landsat_etm_c2_l2
122131# S2_MSI_L1C:
123- # dataset: SENTINEL_2A
124- # outputs_extension: .zip
125- # GENERIC_PRODUCT_TYPE:
126- # dataset: '{productType}'
127-
132+ # _collection: SENTINEL_2A
133+ # GENERIC_COLLECTION:
134+ # _collection: '{collection}'
128135
129136# # @param config [object] EODAG configuration
130137# # doc: https://eodag.readthedocs.io/en/stable/getting_started_guide/configure.html
0 commit comments