eodag 3.0.0b2__py3-none-any.whl → 3.0.0b3__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/__init__.py +6 -8
- eodag/api/core.py +113 -169
- eodag/api/product/__init__.py +10 -4
- eodag/api/product/_assets.py +2 -14
- eodag/api/product/_product.py +16 -30
- eodag/api/product/drivers/__init__.py +7 -2
- eodag/api/product/drivers/base.py +0 -3
- eodag/api/product/metadata_mapping.py +0 -28
- eodag/api/search_result.py +4 -9
- eodag/config.py +45 -41
- eodag/plugins/apis/base.py +3 -3
- eodag/plugins/apis/ecmwf.py +2 -3
- eodag/plugins/apis/usgs.py +43 -14
- eodag/plugins/authentication/aws_auth.py +11 -2
- eodag/plugins/authentication/openid_connect.py +5 -4
- eodag/plugins/authentication/token.py +2 -1
- eodag/plugins/crunch/base.py +3 -1
- eodag/plugins/crunch/filter_date.py +3 -9
- eodag/plugins/crunch/filter_latest_intersect.py +0 -3
- eodag/plugins/crunch/filter_latest_tpl_name.py +1 -4
- eodag/plugins/crunch/filter_overlap.py +4 -8
- eodag/plugins/crunch/filter_property.py +5 -11
- eodag/plugins/download/aws.py +46 -78
- eodag/plugins/download/base.py +27 -68
- eodag/plugins/download/http.py +48 -57
- eodag/plugins/download/s3rest.py +17 -25
- eodag/plugins/manager.py +5 -18
- eodag/plugins/search/__init__.py +9 -9
- eodag/plugins/search/base.py +7 -26
- eodag/plugins/search/build_search_result.py +0 -13
- eodag/plugins/search/cop_marine.py +1 -3
- eodag/plugins/search/creodias_s3.py +0 -3
- eodag/plugins/search/data_request_search.py +10 -5
- eodag/plugins/search/qssearch.py +95 -53
- eodag/plugins/search/static_stac_search.py +6 -3
- eodag/resources/ext_product_types.json +1 -1
- eodag/resources/product_types.yml +24 -0
- eodag/resources/providers.yml +198 -154
- eodag/resources/user_conf_template.yml +27 -27
- eodag/rest/core.py +11 -43
- eodag/rest/server.py +1 -6
- eodag/rest/stac.py +13 -87
- eodag/rest/types/eodag_search.py +4 -7
- eodag/rest/types/queryables.py +4 -12
- eodag/rest/types/stac_search.py +7 -11
- eodag/rest/utils/rfc3339.py +0 -1
- eodag/types/__init__.py +9 -3
- eodag/types/download_args.py +14 -5
- eodag/types/search_args.py +7 -8
- eodag/types/whoosh.py +0 -2
- eodag/utils/__init__.py +20 -79
- eodag/utils/constraints.py +0 -8
- eodag/utils/import_system.py +0 -4
- eodag/utils/logging.py +0 -3
- eodag/utils/notebook.py +4 -4
- eodag/utils/requests.py +12 -20
- eodag/utils/rest.py +0 -4
- eodag/utils/stac_reader.py +2 -14
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/METADATA +32 -14
- eodag-3.0.0b3.dist-info/RECORD +110 -0
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/WHEEL +1 -1
- eodag-3.0.0b2.dist-info/RECORD +0 -110
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/LICENSE +0 -0
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/entry_points.txt +0 -0
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/top_level.txt +0 -0
|
@@ -554,6 +554,30 @@ S1_SAR_GRD_JP2:
|
|
|
554
554
|
title: SENTINEL1 Level-1 Ground Range Detected
|
|
555
555
|
missionStartDate: "2014-04-03T00:00:00Z"
|
|
556
556
|
|
|
557
|
+
S1_SAR_GRD_COG:
|
|
558
|
+
abstract: |
|
|
559
|
+
Level-1 Ground Range Detected (GRD) products consist of focused SAR data that has been detected, multi-looked and
|
|
560
|
+
projected to ground range using an Earth ellipsoid model. Phase information is lost. The resulting product has
|
|
561
|
+
approximately square spatial resolution pixels and square pixel spacing with reduced speckle at the cost of worse
|
|
562
|
+
spatial resolution.
|
|
563
|
+
GRD products can be in one of three resolutions: |
|
|
564
|
+
Full Resolution (FR),
|
|
565
|
+
High Resolution (HR),
|
|
566
|
+
Medium Resolution (MR).
|
|
567
|
+
The resolution is dependent upon the amount of multi-looking performed. Level-1 GRD products are available in MR
|
|
568
|
+
and HR for IW and EW modes, MR for WV mode and MR, HR and FR for SM mode.
|
|
569
|
+
Product containing Cloud Optimized GeoTIFF images, without SAFE formatting.
|
|
570
|
+
https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/data-formats/safe-specification
|
|
571
|
+
instrument: SAR
|
|
572
|
+
platform: SENTINEL1
|
|
573
|
+
platformSerialIdentifier: S1A,S1B
|
|
574
|
+
processingLevel: L1
|
|
575
|
+
keywords: SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L1,GRD,COG
|
|
576
|
+
sensorType: RADAR
|
|
577
|
+
license: proprietary
|
|
578
|
+
title: SENTINEL1 Level-1 Ground Range Detected
|
|
579
|
+
missionStartDate: "2014-04-03T00:00:00Z"
|
|
580
|
+
|
|
557
581
|
S1_SAR_SLC:
|
|
558
582
|
abstract: |
|
|
559
583
|
Level-1 Single Look Complex (SLC) products consist of focused SAR data geo-referenced using orbit and attitude
|