Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/aazuspan/sankee into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed May 12, 2021
2 parents 61cc1dd + bbb68ac commit a07e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ee.Initialize()
dataset = sankee.datasets.NLCD2016

# Build a list of images
img_list = [ee.Image(f"USGS/NLCD/NLCD2001"), ee.Image(f"USGS/NLCD/NLCD2016")]
img_list = [ee.Image("USGS/NLCD/NLCD2001"), ee.Image("USGS/NLCD/NLCD2016")]
# Build a matching list of labels for the images (optional)
label_list = ["2001", "2016"]

Expand Down

0 comments on commit a07e471

Please sign in to comment.