-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the requirement for a 9 parameter transform, including test of…
… S1 STAC
- Loading branch information
1 parent
e26245e
commit 0ab44d1
Showing
5 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ properties: | |
type: array | ||
items: | ||
type: number | ||
minItems: 9 | ||
minItems: 6 | ||
maxItems: 9 | ||
required: | ||
- shape | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/integration/data/s1_rtc_021EE1_N00E001_2019_09_13_metadata_eo3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"$schema": "https://schemas.opendatacube.org/dataset", "id": "1505d39c-9a51-50cf-a5e1-53e0908fb691", "crs": "epsg:4326", "grids": {"default": {"shape": [5000, 5000], "transform": [1.0, 0.0002, 0.0, 1.0, 0.0, -0.0002]}}, "product": {"name": "s1_rtc"}, "properties": {"datetime": "2019-09-13T18:16:05.317374Z", "dtr:start_datetime": "2019-09-13T18:16:05.317374Z", "dtr:end_datetime": "2019-09-13T18:16:34.334266Z", "eo:constellation": "sentinel-1", "eo:instrument": "C-SAR", "eo:platform": "sentinel-1b", "proj:epsg": 4326, "odc:region_code": "N00E001", "odc:product": "s1_rtc", "odc:processing_datetime": "2021-06-01T22:03:33.069607Z", "sar:instrument_mode": "IW", "sar:frequency_band": "C", "sar:center_frequency": 5.405, "sar:polarizations": ["VV", "VH"], "sar:product_type": "RTC", "sar:observation_direction": "right", "sat:orbit_state": "ascending", "sat:relative_orbit": 146, "sat:absolute_orbit": 18022, "odc:file_format": "GeoTIFF"}, "measurements": {"vv": {"path": "s1_rtc_021EE1_N00E001_2019_09_13_VV.tif"}, "area": {"path": "s1_rtc_021EE1_N00E001_2019_09_13_AREA.tif"}, "vh": {"path": "s1_rtc_021EE1_N00E001_2019_09_13_VH.tif"}, "angle": {"path": "s1_rtc_021EE1_N00E001_2019_09_13_ANGLE.tif"}, "mask": {"path": "s1_rtc_021EE1_N00E001_2019_09_13_MASK.tif"}}, "lineage": {}, "accessories": {"metadata": {"path": "s1_rtc_021EE1_N00E001_2019_09_13_metadata.xml"}}, "label": "N00E001_2019_09_13_021EE1", "geometry": {"type": "Polygon", "coordinates": [[[1.512839816070727, 1.0], [1.0, 1.0], [1.0, 0.4830833032494046], [1.5941492779129824, 0.6106073585853442], [1.512839816070727, 1.0]]]}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters