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 99fdbda commit 83cabd6
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions stac/no-ml_items/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "test",
"collection": "no-ML collection",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
-90
],
[
-180,
90
],
[
180,
90
],
[
180,
-90
],
[
-180,
-90
]
]
]
},
"properties": {
"provider": "epsit",
"use-case": "UC5",
"title": "test",
"description": "test",
"main-category": "Analytics",
"objective": "outliers-removing",
"datetime": "2001-01-01",
"keywords": [
"test"
],
"platform": "Google Colab",
"framework": "NumPy",
"algorithm": "custom-method",
"license": "CC-BY-NC-ND-3.0",
"processor-used": "cpu",
"operating-system-used": "linux",
"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": "",
"rel": "about",
"type": "text/html",
"title": "Reference link"
},
{
"href": "",
"rel": "about",
"type": "text/html",
"title": "Example"
}
],
"assets": {
"input-data-used": {
"href": "test",
"type": "application/json",
"title": "Input data used",
"description": "test",
"biases-and-ethical-aspects": "test",
"roles": [
"data"
]
},
"output-data-obtained": {
"href": "test",
"type": "application/json",
"title": "Output data obtained",
"description": "test",
"roles": [
"data"
]
}
}
}

0 comments on commit 83cabd6

Please sign in to comment.