I need to extract the evapotranspiration from MOD16A2 and I would like to know to create a JavaScrit code to get this information on the google earth engine.
If you would like to extract point data you can use the e=services provided by ORNL-DAAC for MODIS product (e.g. MOD16A2). If you want to develop your own code, you may also contact them. I have been in touch with them and they are very friendly and supported team. This is the website https://modis.ornl.gov/data.html
The code really works, thank you! Could you add to the script the code that restricts the Xingu River Basin - Brazil? I tried to limit the calculation of Evapotranspiration in such a Basin but I couldn't get it with your code ... Please!
Mostafa Javadian Would you have an example of how to filter a particular study area using the code you created? I'm learning to work with GHG, and I'm not managing to filter the Xingu River Basin :( Please !!!
just upload a shapefile of the Xingu River Basin from your computer according to this tutorial: https://thegeoict.com/blog/2019/08/05/uploading-a-shapefile-to-google-earth-engine/ , then add it to the code, and in the definition of the StudyArea variable change "IRAN" to the name of your variable, as you named it after importing into the code (point 6 in the tutorial).