letsGoBlind commited on
Commit
dd9f2f2
·
verified ·
1 Parent(s): 443724f

Upload metadata.jsonld

Browse files
Files changed (1) hide show
  1. metadata.jsonld +48 -0
metadata.jsonld ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@vocab": "https://schema.org/",
4
+ "ml": "https://mlcommons.org/croissant/v0.9/"
5
+ },
6
+ "@type": "Dataset",
7
+ "name": "Varying_Altitude_Dataset",
8
+ "description": "A dataset divided into multiple ZIP batches containing satellite, aerial, and ground-level imagery.",
9
+ "datePublished": "2025-05-15",
10
+ "identifier": "https://huggingface.co/datasets/letsGoBlind/Varying_Altitude_Dataset",
11
+ "license": "https://creativecommons.org/licenses/by/4.0/",
12
+ "version": "1.0",
13
+ "citation": "NotYet",
14
+ "creator": {
15
+ "@type": "Person",
16
+ "name": "Anonymous"
17
+ },
18
+ "distribution": [
19
+ {
20
+ "@type": "FileObject",
21
+ "name": "Batch1",
22
+ "contentUrl": "https://huggingface.co/datasets/letsGoBlind/Varying_Altitude_Dataset/blob/main/Batch1.zip",
23
+ "encodingFormat": "application/zip",
24
+ "sha256": "D359EFC14CDE0146351449FDED58192F9659EC99AF5F8A5434F3660C81A10409"
25
+ },
26
+ {
27
+ "@type": "FileObject",
28
+ "name": "Batch2",
29
+ "contentUrl": "https://huggingface.co/datasets/letsGoBlind/Varying_Altitude_Dataset/blob/main/Batch2.zip",
30
+ "encodingFormat": "application/zip",
31
+ "sha256": "E22A2C2724E7B994D0941D6D5AE8D4A95B28120C5CCB8D301A9F72A506E75CA4"
32
+ },
33
+ {
34
+ "@type": "FileObject",
35
+ "name": "Batch3",
36
+ "contentUrl": "https://huggingface.co/datasets/letsGoBlind/Varying_Altitude_Dataset/blob/main/Batch3.zip",
37
+ "encodingFormat": "application/zip",
38
+ "sha256": "ACD7362E24413ACFEF1FFA81D68FAC3FBEB307A64149D19D2B95F25F464C6647"
39
+ },
40
+ {
41
+ "@type": "FileObject",
42
+ "name": "ID0102",
43
+ "contentUrl": "https://huggingface.co/datasets/letsGoBlind/Varying_Altitude_Dataset/blob/main/ID0102.zip",
44
+ "encodingFormat": "application/zip",
45
+ "sha256": "723AA579F27BD48D3294269E7600AA57893D03A66B4018CCD42F63C2FC6E23E0"
46
+ }
47
+ ]
48
+ }