Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sMorrone committed Apr 8, 2024
1 parent fc292a4 commit 6592c15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions stac/no-ml_items/test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "test",
"id": "test1",
"collection": "no-ML collection",
"geometry": {
"type": "Polygon",
Expand Down Expand Up @@ -36,17 +36,17 @@
"title": "test",
"description": "test",
"main-category": "Analytics",
"objective": "anomaly-detection",
"datetime": "2021-04-06",
"objective": "clustering",
"datetime": "2023-01-01",
"keywords": [
"test"
],
"platform": "Local Jupyter notebook",
"framework": "NumPy",
"algorithm": "custom-method",
"license": "BSD",
"framework": "Scikit-Learn",
"algorithm": "Random-Forest-Classifier",
"license": "CC",
"processor-used": "cpu",
"operating-system-used": "linux",
"operating-system-used": "cygwin",
"use-constraints": ""
},
"links": [
Expand Down

0 comments on commit 6592c15

Please sign in to comment.