Hello, how do you export a select range of depth data? I used the following code below and it exported all the values, I only want to export bathymetry values from 1m - 20m. How do i change my code? Export.image.toAsset({ image: depth, description: aoiString, scale: 10, maxPixels: 1e13, region: geometry });
i've also edited this part of the code so that i only see 0-20 meters, how do i call to export what i see in the map // Visualization parameter var vis = {min: -20, max: 0, palette: ['purple', 'blue', 'cyan', 'green', 'yellow', 'orange', 'red']}; // Show the result Map.addLayer(depth, vis, 'Depth');
Very nice tutorials Can you please make a video on how to estimate bathymetry by combining using ICESat-2 lidar data with Sentinel-2 optical imagery. Thank you
Thank you this is helpfull for my project in harbour 🙏
Hello, how do you export a select range of depth data? I used the following code below and it exported all the values, I only want to export bathymetry values from 1m - 20m. How do i change my code?
Export.image.toAsset({
image: depth,
description: aoiString,
scale: 10,
maxPixels: 1e13,
region: geometry
});
i've also edited this part of the code so that i only see 0-20 meters, how do i call to export what i see in the map
// Visualization parameter
var vis = {min: -20, max: 0, palette: ['purple', 'blue', 'cyan', 'green', 'yellow', 'orange', 'red']};
// Show the result
Map.addLayer(depth, vis, 'Depth');
You can adjust the visualization in QGIS for the same result
script please
Check the description
Very nice tutorials
Can you please make a video on how to estimate bathymetry by combining using ICESat-2 lidar data with
Sentinel-2 optical imagery.
Thank you
How do you get ICESat?
Tell me please, how can I adapte this to an other site? Without having these error messages
What error message