Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct metadata for Sentinel 1 Backscatter collection #7

Open
soxofaan opened this issue Jan 28, 2021 · 2 comments
Open

Correct metadata for Sentinel 1 Backscatter collection #7

soxofaan opened this issue Jan 28, 2021 · 2 comments

Comments

@soxofaan
Copy link
Member

soxofaan commented Jan 28, 2021

"id": "SENTINEL1_GRD_BACKSCATTER_SIGMA0",
"name": "SENTINEL1_GRD_BACKSCATTER_SIGMA0",
"product_id": "SENTINEL1_GRD_BACKSCATTER_SIGMA0",
"title": "Sentinel 1 GRD Sigma0 product, VH, VV bands.",
"_vito": {
"data_source": {
"type": "creodias-s1-backscatter"
}
},
"description": "Sentinel 1 GRD Sigma0 backscatter.",
"providers": [],
"license": "free",
"extent": {
"spatial": {
"bbox": [
[
-180,
-56,
180,
83
]
]
},
"temporal": {
"interval": [
[
"2015-07-06",
null
]
]
}
},
"cube:dimensions": {
"x": {
"type": "spatial",
"axis": "x"
},
"y": {
"type": "spatial",
"axis": "y"
},
"t": {
"type": "temporal"
},
"bands": {
"type": "bands",
"values": [
"VH",
"VV"
]
}
},
"summaries": {
"eo:bands": [
{
"name": "VH",
"type": "float",
"unit": "1"
},
{
"name": "VV",
"type": "float",
"unit": "1"
}
]
},
"links": []

@jdries I added this SENTINEL1_GRD_BACKSCATTER_SIGMA0 collection quickly without much attention for correct metadata. Is the collection id ok? What should the title and description be? Where can I find correct spatial and temporal extents?

@jdries
Copy link
Contributor

jdries commented Feb 1, 2021

GEE can provide some inspiration. They also seem to apply a backscatter conversion by default.

https://earthengine.openeo.org/v1.0/collections/COPERNICUS/S1_GRD

It is also possible to take the instrument mode into consideration:
https://dragon3.esa.int/web/sentinel/user-guides/sentinel-1-sar/acquisition-modes/interferometric-wide-swath
Not sure if we want to filter on IW mode by default, or if this should be done by the user.

@soxofaan
Copy link
Member Author

soxofaan commented Feb 1, 2021

already renamed it to SENTINEL1_GRD as suggested

reading the GEE description also brought this issue up:

Terrain correction using SRTM 30 or ASTER DEM for areas greater than 60 degrees latitude, where SRTM is not available.

we only do SRTM at te moment (there is also mapzen with larger coverage, but this gives poor output quality and worse performance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants