File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1276,7 +1276,7 @@ def make_sentinel1_stac_item(
1276
1276
"https://stac-extensions.github.io/sat/v1.0.0/schema.json" ,
1277
1277
"https://stac-extensions.github.io/view/v1.0.0/schema.json" ,
1278
1278
"https://stac-extensions.github.io/sar/v1.2.0/schema.json" ,
1279
- # "https://stac-extensions .github.io/eopf/v1.0 .0/schema.json",
1279
+ "https://cs-si .github.io/eopf-stac-extension /v1.2 .0/schema.json" ,
1280
1280
],
1281
1281
"id" : item_id ,
1282
1282
"properties" : {
@@ -1328,8 +1328,8 @@ def make_sentinel1_stac_item(
1328
1328
"sar:beam_ids" : esa_safe .findall (
1329
1329
manifest , ".//s1sarl1:instrumentMode/s1sarl1:swath"
1330
1330
),
1331
- "eopf:datatake_id" : int (
1332
- esa_safe . findtext ( manifest , ".//s1sarl1:missionDataTakeID" )
1331
+ "eopf:datatake_id" : esa_safe . findtext (
1332
+ manifest , ".//s1sarl1:missionDataTakeID"
1333
1333
),
1334
1334
},
1335
1335
"geometry" : {"type" : "Polygon" , "coordinates" : [coordinates ]},
You can’t perform that action at this time.
0 commit comments