Skip to content

Commit

Permalink
overhaul WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Mar 29, 2021
1 parent dc20638 commit 6bfec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetStac.Test/Examples/Example1Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Example1Test
//[Fact]
public void Deserialize()
{
IStacCatalog catalog = (IStacCatalog)StacFactory.Load("https://landsat-stac.s3.amazonaws.com/catalog.json");
IStacCatalog catalog = (IStacCatalog)StacFactory.LoadUri("https://landsat-stac.s3.amazonaws.com/catalog.json");

Console.Out.WriteLine(catalog.Id);
Console.Out.WriteLine(catalog.StacVersion);
Expand Down

0 comments on commit 6bfec38

Please sign in to comment.