csaybar commited on
Commit
dbb0e77
·
verified ·
1 Parent(s): 1a70ed1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -91,6 +91,10 @@ print(tacoreader.__version__) # 0.4.5
91
 
92
  # Remotely load the Cloud-Optimized Dataset
93
  dataset = tacoreader.load("tacofoundation:sen2naipv2-unet")
 
 
 
 
94
 
95
  # Read a sample
96
  sample_idx = 4000
 
91
 
92
  # Remotely load the Cloud-Optimized Dataset
93
  dataset = tacoreader.load("tacofoundation:sen2naipv2-unet")
94
+ #dataset = tacoreader.load("tacofoundation:sen2naipv2-crossensor")
95
+ #dataset = tacoreader.load("tacofoundation:sen2naipv2-histmatch")
96
+ #dataset = tacoreader.load("tacofoundation:sen2naipv2-temporal")
97
+
98
 
99
  # Read a sample
100
  sample_idx = 4000