Hello, the video is very interesting. I am working in an area of Chile and need to calculate climatic variables. I have a question about the Set visualization parameter: why is a max of 17 being used? Thank you in advance for clarifying my question. Best regards.
@deboutcongolais4067 Жыл бұрын
Hello, thanks for sharing your knowledge. I am struggling to edit your code to filter a region, say Kampala region, instead of a country and get monthly precipitations. So far I have not been able to save the data in CSV. Any help?
@toadfootns Жыл бұрын
import shapefile of your region as asset and rename it to roi, thats the easiest way to do it... ofc delete or comment 1 part of code(// 1. Define countries boundary layer) To vizualize it only on your region add .clip here: Map.addLayer(rainfall.mean().clip(roi), rainfall_Vis, 'Rainfall')
@shawkatali320711 ай бұрын
@@toadfootnsThank you so much, worked for me
@gamerchan8754 Жыл бұрын
Very good 👍
@TerraSpatial Жыл бұрын
Thank you
@A.G.channel Жыл бұрын
FeatureCollection (Error) Error in map(ID=512): Image.reduceRegions: Need 1 bands for Reducer.mean, image has 0.
@chiranjitsingha7787 Жыл бұрын
how to get the annual mean in this code.. ? could you please help
@tofufa8903 Жыл бұрын
hi, may i know how can I modify it to get rainfall data for every country in the world and merge it into one dataset?