Skip to content

Commit

Permalink
Add collection link
Browse files Browse the repository at this point in the history
  • Loading branch information
duckontheweb committed Dec 14, 2021
1 parent 57fa727 commit a8f59f6
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 49 deletions.
94 changes: 47 additions & 47 deletions examples/cyclone-wind-speed/collection.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/ml-model/v1.0.0/schema.json"
],
"type": "Collection",
"id": "model-cyclone-wind-estimation-torchgeo",
"title": "Tropical Cyclone Wind Speed Estimation Model",
"description": "Regression model that can be used to esimate the wind speed of a tropical cyclone based on a GOES image of the storm. This model was trained on the [Tropical Cyclone Wind Estimation Competition dataset](https://mlhub.earth/10.34911/rdnt.xs53up) using the [Torchgeo](https://github.com/microsoft/torchgeo) package.",
"license": "MIT",
"extent": {
"spatial": {
"bbox": [
[
-179.999,
-89.999,
179.999,
89.999
]
]
},
"temporal": {
"interval": [
[
"2000-01-01T00:00:00Z",
"2019-12-12T23:59:59Z"
]
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/ml-model/v1.0.0/schema.json"
],
"type": "Collection",
"id": "model-cyclone-wind-estimation-torchgeo",
"title": "Tropical Cyclone Wind Speed Estimation Model",
"description": "Regression model that can be used to esimate the wind speed of a tropical cyclone based on a GOES image of the storm. This model was trained on the [Tropical Cyclone Wind Estimation Competition dataset](https://mlhub.earth/10.34911/rdnt.xs53up) using the [Torchgeo](https://github.com/microsoft/torchgeo) package.",
"license": "MIT",
"extent": {
"spatial": {
"bbox": [
[
-179.999,
-89.999,
179.999,
89.999
]
}
},
"summaries": {
"ml-model:learning_approach": [
"supervised"
],
"ml-model:prediction_type": [
"regression"
],
"ml-model:architecture": [
"resnet18"
]
},
"links": [
{
"href": "https://example.com/examples/collection.json",
"rel": "self"
},
{
"href": "./item.json",
"rel": "item"
}
"temporal": {
"interval": [
[
"2000-01-01T00:00:00Z",
"2019-12-12T23:59:59Z"
]
]
}
},
"summaries": {
"ml-model:learning_approach": [
"supervised"
],
"ml-model:prediction_type": [
"regression"
],
"ml-model:architecture": [
"resnet18"
]
}
},
"links": [
{
"href": "https://example.com/examples/collection.json",
"rel": "self"
},
{
"href": "./item.json",
"rel": "item"
}
]
}
9 changes: 7 additions & 2 deletions examples/cyclone-wind-speed/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,21 @@
"links": [
{
"rel": "root",
"href": "./catalog.json",
"href": "./collection.json",
"type": "application/json",
"title": "Root Catalog"
},
{
"rel": "parent",
"href": "./catalog.json",
"href": "./collection.json",
"type": "application/json",
"title": "Root Catalog"
},
{
"rel": "collection",
"href": "./collection.json",
"type": "application/json"
},
{
"rel": "ml-model:inferencing-image",
"href": "docker.io/radiantearth/cyclone-model-torchgeo:1",
Expand Down

0 comments on commit a8f59f6

Please sign in to comment.