-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code maps for ACAR webapp on iLoveMountains #2
Comments
Toby, it looks like the only usable LANDSAT layers are going to be the greenest pixel ones, as imperfect as they are. Median pixel and everything else I've tried is cloudy as hell (or heaven, I guess is cloudier). Anyway, here's what we're looking at: var composite = ee.Image(ee.ImageCollection('LANDSAT/LC8_L1T_ANNUAL_GREENEST_TOA') |
Matt, found a couple of questions:
|
Toby, Here's the code I used for Landsat 5 var composite = And, since it's a 3-band image, don't need to specify a palette. Just Map.addLayer(composite, {'bands':['B3', 'B2', 'B1'], min:0, max:0.25}); On Mon, Apr 6, 2015 at 10:38 AM, Tobin MacDermott [email protected]
Matthew F. Wasson, Ph.D., Director of Programs 171 Grand Blvd. "Nonviolent action, born of the awareness of suffering and nurtured by
|
http://ilovemountains.org/test_zone/ACAR/ added in the satellite imagery. Enjoy the blazing speed... |
No description provided.
The text was updated successfully, but these errors were encountered: