Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sMorrone committed Apr 8, 2024
1 parent d24f788 commit 887b8ab
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions stac/no-ml_items/test1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "test1",
"collection": "no-ML collection",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
-90
],
[
-180,
90
],
[
180,
90
],
[
180,
-90
],
[
-180,
-90
]
]
]
},
"properties": {
"provider": "epsit",
"use-case": "common",
"title": "test1",
"description": "test1",
"main-category": "Analytics",
"objective": "anomaly-detection",
"datetime": "2022-02-06",
"keywords": [
"test1"
],
"platform": "Local Jupyter notebook",
"framework": "Rasdaman",
"algorithm": "custom-method",
"license": "CC-BY-NC-SA-2.0",
"processor-used": "tpu",
"operating-system-used": "aix",
"use-constraints": ""
},
"links": [
{
"rel": "root",
"href": "./catalog.json",
"type": "application/json",
"title": "Root"
},
{
"rel": "parent",
"href": "./catalog.json",
"type": "application/json",
"title": "no-ML collection"
},
{
"href": "https://www.test.com",
"rel": "about",
"type": "text/html",
"title": "Reference link"
}
],
"assets": {
"input-data-used": {
"href": "test1",
"type": "application/json",
"title": "Input data used",
"description": "test1",
"biases-and-ethical-aspects": "",
"roles": [
"data"
]
},
"output-data-obtained": {
"href": "test1",
"type": "application/json",
"title": "Output data obtained",
"description": "test1",
"roles": [
"data"
]
}
}
}

0 comments on commit 887b8ab

Please sign in to comment.