We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824e4d6 commit 2b764fbCopy full SHA for 2b764fb
docs/projects/tanager.md
@@ -39,7 +39,7 @@ Band information is preserved in the ingested image property with spectral calib
39
#### Code Snippet
40
41
```js
42
-var tanager_collection = ee.ImageCollection('projects/sat-io/open-datasets/PLANET/TANAGER_HYPERSPECTRAL');
+var tanager = ee.ImageCollection('projects/sat-io/open-datasets/PLANET/TANAGER_HYPERSPECTRAL');
43
var vis = {"opacity":1,"bands":["B100","B060","B040"],"min":14.014482498168945,"max":147.4988250732422,"gamma":1};
44
45
Map.setCenter(-63.66,-22.19,12)
0 commit comments