Google Earth Engine based Rainfall Runoff Model workshop at Pravaaha 2022 | IIT Roorkee

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 17

  • @ashokthakur5765
    @ashokthakur5765 Год назад

    Thankyou so much sir for sharing this wonderful video it help me a lot. If possible pls make one video on irrigated and rainfed land detection using google earth engine.

  • @mojtabakeyvanlu5730
    @mojtabakeyvanlu5730 8 месяцев назад

    Thank you very much. Can we also have a video for the moisture prediction GEE app?

  • @okmayendri201
    @okmayendri201 Год назад

    Dear Sir, Thank you so much.

  • @afshinj4836
    @afshinj4836 2 года назад

    Very helpful, Thank you so much.

  • @hanzlouelflorendo219
    @hanzlouelflorendo219 Год назад

    Good day sir! May I know what units the generated runoff data are in? Thank you very much! Your workshop has been very helpful in my research work :>

  • @phanindrajrf3663
    @phanindrajrf3663 2 года назад +1

    Dear Sir, Thank you so much. How can I implement "Slope adjusted curve number" for run-off estimation in GEE.

  • @fishmannovel2726
    @fishmannovel2726 2 года назад +1

    Thank you Sir

  • @hailebelay680
    @hailebelay680 2 года назад +1

    Thank you very much Sir. For AMC selection can we ingest observed rainfall in GEE?

    • @GeoGuru1
      @GeoGuru1  2 года назад +1

      Welcome.
      Yes, you can ingest station rainfall data into GEE. But first it has to be converted into tiff and you have to prepare image collection which can be a lengthy process. The easiest way to incorporate this data is to use Google Earth Engine Python API.

    • @hailebelay680
      @hailebelay680 2 года назад

      Ok. Thank you very much Sir

  • @neviltrambadia76
    @neviltrambadia76 2 года назад

    can we calculate the runoff at outlet point of the basin in cumecs in this code?

  • @user-wz7jl4xh5d
    @user-wz7jl4xh5d Год назад

    Good evening sir, I classified the LU and gave it five classes from 0 to 4, while calculating the CN i get this error CN2 values: Layer error: Image.parseExpression: Expression parse error at character 0:
    ': (b('soil') == 2) and(b('Classified')==0) ? 100: (b('soil') == 2) and(b('Classified')==1) ? 81: (b('soil') == 2) and(b('Classified')==2) ? 55: (b('soil') == 2) and(b('Classified')==3) ? 86: (b('soil') == 2) and(b('Classified')==4) ? 92: (b('soil') == 3) and(b('Classified')==0) ? 100: (b('soil') == 3) and(b('Classified')==1) ? 88: (b('soil') == 3) and(b('Classified')==2) ? 70: (b('soil') == 3) and(b('Classified')==3) ? 91: (b('soil') == 3) and(b('Classified')==4) ? 94: (b('soil') == 0) ? 100'
    In this code
    // Create lists for Curve Number selection based on land use class
    var Classified = ee.List([0, 1, 2, 3, 4, 5]);
    // Create CN map using an expression
    var CN_whole = Classified_soil.expression(

    ": (b('soil') == 2) and(b('Classified')==0) ? 100" +
    ": (b('soil') == 2) and(b('Classified')==1) ? 81" +
    ": (b('soil') == 2) and(b('Classified')==2) ? 55" +
    ": (b('soil') == 2) and(b('Classified')==3) ? 86" +
    ": (b('soil') == 2) and(b('Classified')==4) ? 92" +

    ": (b('soil') == 3) and(b('Classified')==0) ? 100" +
    ": (b('soil') == 3) and(b('Classified')==1) ? 88" +
    ": (b('soil') == 3) and(b('Classified')==2) ? 70" +
    ": (b('soil') == 3) and(b('Classified')==3) ? 91" +
    ": (b('soil') == 3) and(b('Classified')==4) ? 94" +

    ": (b('soil') == 0) ? 100" +
    ":0 "
    );
    Can you please help ?

  • @danielapatriciaguzmanrojo2338
    @danielapatriciaguzmanrojo2338 2 года назад

    Hi! How can obtain a C2 mean value for the aoi surface?

    • @GeoGuru1
      @GeoGuru1  2 года назад

      Just perform reduce region operator using CN image and your AOI

  • @PADALACHANNEL
    @PADALACHANNEL 2 года назад

    Sir can you send the code?

    • @GeoGuru1
      @GeoGuru1  2 года назад +2

      The link of GitHub page is in the description of the video