earthcube / stacIndexer

An exploration of converting STAC json catalogs into RDF
0 stars 1 forks source link

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

Closed valentinedwv closed 3 months ago

valentinedwv commented 7 months ago

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...

ylyangtw commented 3 months ago

close as it's fixed