Hi sir ,
I need two help from your side. where can I have material/video to learn GEE from basics.
1. I need to create buffer(simple buffer) for 10 points in GEE can i have code for that.
2. Then I have 30 points those points i need to create buffer with different sizes say point1 100m,point 2 300 mts.can i have code for that.
Please reply and help me to learn.
Dear Dr. Wu,
I am attempting to run this code for Fort Collins, CO using jupyter notebook but I am getting an error that I am unable to interpret due to my lack of knowledge in coding. I am sharing my error and my code with you to see if you have any possible solutions to offer.
Error:
Generating URL...
Downloading GIF image from https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/videoThumbnails/333ebeb5236786e37da3cc7b61811603-fa27f18d4c3fcf18bb7a4a618537a06b:getPixels
Please wait ...
An error occurred while downloading.
User memory limit exceeded.
Generating URL...
Downloading GIF image from https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/videoThumbnails/7d7a1e73d3f548d42ea66ea2b112aeb9-afabf5022b51650f093518be3101135d:getPixels
Please wait ...
An error occurred while downloading.
User memory limit exceeded.
The input gif file does not exist.
The input gif file does not exist.
The input gif file does not exist.
The input gif file does not exist.
Adding GIF to the map ...
The provided file does not exist.
The provided file does not exist.
The timelapse has been added to the map.
Code:
import ee
import geemap
Map =geemap.Map()
Map
Map.setCenter( -105.347512, 40.546957, 8)
Map.add_landsat_ts_gif(label= 'Fort Collins, CO', bands=['SWIR1', 'NIR', 'Red'], nd_bands=['NIR', 'Red'], nd_palette=['black', 'green'], nd_threshold=0.3, start_year=2000, start_date='01-01', end_date='12-31', frames_per_second=5)
Thank you!
It won't work with Colab. You will need to use Jupyter on your local computer. Alternatively, you can use the web apps below.
See this video.