1+ {
2+ "stac_version" : " 1.1.0" ,
3+ "stac_extensions" : [
4+ " https://stac-extensions.github.io/sat/v1.1.0/schema.json" ,
5+ " https://stac-extensions.github.io/product/v1.0.0/schema.json" ,
6+ " https://stac-extensions.github.io/processing/v1.2.0/schema.json" ,
7+ " https://stac-extensions.github.io/scientific/v1.0.0/schema.json" ,
8+ " https://stac-extensions.github.io/eo/v2.0.0/schema.json" ,
9+ " https://stac-extensions.github.io/grid/v1.1.0/schema.json" ,
10+ " https://stac-extensions.github.io/view/v1.1.0/schema.json" ,
11+ " https://stac-extensions.github.io/sar/v1.3.0/schema.json" ,
12+ " https://cs-si.github.io/eopf-stac-extension/v1.2.0/schema.json" ,
13+ " https://stac-extensions.github.io/timestamps/v1.1.0/schema.json" ,
14+ " https://stac-extensions.github.io/authentication/v1.1.0/schema.json"
15+ ],
16+ "type" : " Feature" ,
17+ "id" : " WITHOUT-GEOFOOTPRINT" ,
18+ "geometry" : null ,
19+ "properties" : {
20+ "prip:id" : " 21111111-2222-3333-4444-555555555555" ,
21+ "published" : " 2024-08-01T00:00:00Z" ,
22+ "expires" : " 2024-08-08T00:00:00Z" ,
23+ "eopf:origin_datetime" : " 2024-08-01T00:00:00Z" ,
24+ "product:type" : " S01SIWRAW" ,
25+ "sar:instrument_mode" : " IW" ,
26+ "platform" : " sentinel-1a" ,
27+ "processing:level" : " RAW" ,
28+ "product:timeliness" : null ,
29+ "product:timeliness_category" : null ,
30+ "constellation" : " sentinel-1" ,
31+ "datetime" : " 2024-08-01T00:00:00Z" ,
32+ "start_datetime" : " 2024-08-01T00:00:00Z" ,
33+ "end_datetime" : " 2024-08-01T00:06:00Z"
34+ },
35+ "assets" : {
36+ "WITHOUT-GEOFOOTPRINT" : {
37+ "href" : " http://127.0.0.1:5000/Products(21111111-2222-3333-4444-555555555555)/$value" ,
38+ "type" : " application/octet-stream" ,
39+ "roles" : [
40+ " data" ,
41+ " metadata"
42+ ],
43+ "file:size" : 1234567 ,
44+ "file:checksum" : " 8277e0910d750195b448797616e091ad" ,
45+ "eviction_datetime" : " 2024-08-08T00:00:00Z"
46+ }
47+ },
48+ "links" : [
49+ {
50+ "rel" : " collection" ,
51+ "type" : " application/json" ,
52+ "href" : " http://testserver/prip/collections/S1A_L0_IW_RAW" ,
53+ "title" : " WITHOUT-GEOFOOTPRINT"
54+ },
55+ {
56+ "rel" : " parent" ,
57+ "type" : " application/json" ,
58+ "href" : " http://testserver/prip/collections/S1A_L0_IW_RAW" ,
59+ "title" : " Parent Catalog"
60+ },
61+ {
62+ "rel" : " root" ,
63+ "type" : " application/json" ,
64+ "href" : " http://testserver/prip/" ,
65+ "title" : " STAC Root Catalog"
66+ },
67+ {
68+ "rel" : " self" ,
69+ "type" : " application/geo+json" ,
70+ "href" : " http://testserver/prip/collections/S1A_L0_IW_RAW/items/WITHOUT-GEOFOOTPRINT" ,
71+ "title" : " This collection"
72+ }
73+ ],
74+ "collection" : " S1A_L0_IW_RAW"
75+ }
0 commit comments