Skip to content

Commit

Permalink
dev branch for example
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Apr 25, 2021
1 parent 6c7ec80 commit 3706e4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,9 @@
}
],
"source": [
"Uri simpleItemUri = new Uri(\"https://raw.githubusercontent.com/radiantearth/stac-spec/fix_examples/examples/simple-item.json\");\n",
"Uri coreItemUri = new Uri(\"https://raw.githubusercontent.com/radiantearth/stac-spec/fix_examples/examples/core-item.json\");\n",
"Uri extendedItemUri = new Uri(\"https://raw.githubusercontent.com/radiantearth/stac-spec/fix_examples/examples/extended-item.json\");\n",
"Uri simpleItemUri = new Uri(\"https://raw.githubusercontent.com/radiantearth/stac-spec/dev/examples/simple-item.json\");\n",
"Uri coreItemUri = new Uri(\"https://raw.githubusercontent.com/radiantearth/stac-spec/dev/examples/core-item.json\");\n",
"Uri extendedItemUri = new Uri(\"https://raw.githubusercontent.com/radiantearth/stac-spec/dev/examples/extended-item.json\");\n",
"\n",
"StacItem simpleItem = StacConvert.Deserialize<StacItem>(webc.DownloadString(simpleItemUri));\n",
"StacItem coreItem = StacConvert.Deserialize<StacItem>(webc.DownloadString(coreItemUri));\n",
Expand All @@ -507,7 +507,7 @@
"items.Add(coreItemUri,coreItem);\n",
"items.Add(extendedItemUri, extendedItem);\n",
"\n",
"StacCollection stacCollection = StacCollection.Create(new Uri($\"https://raw.githubusercontent.com/radiantearth/stac-spec/fix_examples/examples/collection.json\"),\n",
"StacCollection stacCollection = StacCollection.Create(new Uri($\"https://raw.githubusercontent.com/radiantearth/stac-spec/dev/examples/collection.json\"),\n",
" \"simple-collection\",\n",
" \"A simple collection demonstrating core catalog fields with links to a couple of items\",\n",
" items,\n",
Expand Down

0 comments on commit 3706e4c

Please sign in to comment.