Skip to content

Commit

Permalink
Update Terrestrial vegetation classification
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotte-walshaw authored May 23, 2024
1 parent 67179c8 commit 8813911
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Terrestrial vegetation classification
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ var cloud_filter = clipped_coastline.filterMetadata('CLOUDY_PIXEL_PERCENTAGE', '
print('Image count:', cloud_filter.size()); // return the number of images
Map.addLayer(cloud_filter.min(), {bands: ['B4','B3','B2'], max: 1900}, 'S2 min mosaic - coastline clip');

// Import REMA DEM Mosaic
REMA = ee.Image('UMN/PGC/REMA/V1_1/8m');

// Elevation mask
var elevation_mask = function(image){
var elevation = image.where((REMA.select('elevation').gt(500)), 0);
Expand Down

0 comments on commit 8813911

Please sign in to comment.