-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem-core.json
More file actions
59 lines (59 loc) · 1.75 KB
/
Copy pathitem-core.json
File metadata and controls
59 lines (59 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://raw.githubusercontent.com/DecentralizedGeo/dgeo/refs/heads/main/json-schema/schema.json"
],
"id": "item-core-example",
"geometry": null,
"properties": {
"datetime": "2023-01-01T00:00:00Z",
"dgeo:cids": [
"bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi",
"QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG"
]
},
"links": [
{
"rel": "self",
"href": "https://example.com/item-core-example.json"
}
],
"assets": {
"visual": {
"href": "https://gateway.pinata.cloud/ipfs/bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi",
"type": "image/tiff; application=geotiff",
"title": "Visual Asset (Primary)",
"roles": [
"data",
"primary"
],
"description": "Primary CID v1 for visual asset using fixed chunking",
"dgeo:cid": "bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi",
"dgeo:cid_profile": {
"cid_version": 1,
"chunking_algorithm": "fixed-size",
"chunk_size": 262144,
"dag_layout": "balanced",
"hash_function": "sha2-256"
}
},
"visual-legacy": {
"href": "ipfs://QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG",
"type": "image/tiff; application=geotiff",
"title": "Visual Asset (Legacy CIDv0)",
"roles": [
"data",
"alternative"
],
"description": "Legacy CID v0 hash for backward compatibility",
"dgeo:cid": "QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG",
"dgeo:cid_profile": {
"cid_version": 0,
"chunking_algorithm": "fixed-size",
"chunk_size": 262144,
"hash_function": "sha2-256"
}
}
}
}