earthcube/stacIndexer

link to model code needs to use href: "some string"

Closed this issue · 1 comments

to Radiant Earth

now generates:

{
      "rel": "item",
      "href": [],
      "type": "text/html",
      "title": "Link for Model Code"
    }

should not generate an asset, or may point to example.com

{
      "rel": "item",
      "href": "https://github.com/radiantearth",
      "type": "text/html",
      "title": "Link for Model Code"
    }

or no item...

close as it's fixed