🛑How to make LANDUSE AND LAND COVER CHANGE mapping using Google Earth Engine | LULC change detection

Поделиться
HTML-код
  • Опубликовано: 1 авг 2024
  • Registration is open for 7 days of Complete Google Earth Engine for Remote Sensing & GIS Analysis for Beginners to Advanced.
    Class Start: 10th March 2023
    Admission Last Date: 5th March 2023
    Booking last Date: 1st March (1st 5 registered people get a 50% discount. To get this discount as soon as possible complete your registration)
    Total Class: 7 days (Friday and Saturday in Week)
    Class Durations: 3 hours (Each day), Time: 9:00 P.M to 12:00 AM (GMT +6)
    Course Fee: This online training fee is 500 dollars but 1st 5 registered people get a 50% discount only 250 dollars. Now only one seat is available to get this discount if you want to get this as soon as possible book your name and join our training group
    For booking your seat contact this WhatsApp number: +8801780942798 or Email: rmijanur10266@gmail.com
    These classes will teach you all the necessary things to start using GEE for your remote sensing analysis. We mainly focus on these people who don't know any programming language and Earth Engine function. After completing this course, you can do any Remote sensing analysis very quickly and efficiently using the Google Earth Engine Platform. We cover LULC mapping, Air quality, Monitoring, Time series analysis, Calculating any Indices, Supervised Classification, Machine Learning Methods, and more.
    Course Content:
    1. Google Earth Engine: Introduction
    2. JavaScript programming language A to Z
    3. Google Earth Engine 2: Filtering and Displaying Data
    4. Google Earth Engine 3: Importing Raster and Vector Data
    5. Google Earth Engine 4: Calculating with Images
    6. Calculating NDVI, NDWI, and all indices.
    7. Google Earth Engine 5: Introduction to Image Classification
    8. Google Earth Engine 6: Landover classification Map
    9. GEE 6: Exporting Raster and Vector Data
    10. How to make a time-series chart for NDVI, NDWI, and other Indices?
    11. Spectral indices and develop the skills for calculating any index (NDVI, NDWI, NDSI, MNDWI, MSAVI)
    12. How to remove CLOUD Mask from satellite Images
    13. Visualization (DEM) of Hill shade and Slope Map in GEE using NASA SRTM
    14. GEE: How to make an NDVI chart over a period of time
    15. Air Quality Monitoring: Nitrogen Dioxide (moll/m^2) density using GEE JavaScript API
    16. Air Quality Monitoring: Sulphur Dioxide (moll/m^2) density using GEE JavaScript API
    17. How to Download Air Quality parameters Time series data in CSV format using GEE
    18. How to make Land Cover Classifications Charts in GEE | LULC Map Chart
    19. Land Surface temperature in GEE || Observe temporal patterns in LST using a time series Chart in GEE
    20. How to Calculate Average, Maximum & Minimum NDVI in GEE
    21.GEE: How to ADD A LEGEND, Title in your Map
    22. Calculating LULC Map Area in GEE
    Online Training Benefits:
    * Course Certificate (After submitting all Assignments)
    * Materials (Slide, PDF)
    * Practice Code (All codes provide)
    * Recorded Class (All class recorded video provided)
    * Lifetime teaching support
    Join Our Community:
    Join the Telegram group: t.me/gisandremotesenginglearn...

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

  • @gonzalosotomayor4914
    @gonzalosotomayor4914 6 месяцев назад +1

    This is a very useful and practical tutorial, thank you very much for sharing it. Best regards!!!

  • @aulianindy6609
    @aulianindy6609 3 месяца назад +1

    thank you

  • @amerz4282
    @amerz4282 6 месяцев назад +1

    Thank you so much for this tutorial, how can i export LULC to Arcmap

  • @hushiarraheemhamarash5210
    @hushiarraheemhamarash5210 Год назад +2

    why did you leave the first code? the problem was in line 48, which instead of (after) you use (before)

  • @messitcool
    @messitcool 5 месяцев назад +1

    19:45 i am a beginner, got this error. please help
    FeatureCollection (Error)
    Output of image computation is too large (12 bands for 957865 pixels = 87.7 MiB > 80.0 MiB).
    If this is a reduction, try specifying a larger 'tileScale' parameter.

  • @salmajaffrin8179
    @salmajaffrin8179 6 месяцев назад

    After the classifier training part, when I run the code nothing appears on the console.

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

    sir, I've been follow the script but when I try to classify, the result of classification color only grey, whit and black, (the script is same with you sir), do you have any solution?

  • @mokuaretang7155
    @mokuaretang7155 Месяц назад

    How do you add training data as a shapefile?

  • @zohaibiqbal6865
    @zohaibiqbal6865 Год назад +1

    Can i get the code script for islamabad LULC it will be very helpful for me for my project

  • @gonzalosotomayor4914
    @gonzalosotomayor4914 6 месяцев назад

    I am new in GGE; thus, how can I export a layer, e.g., the output of the classification process considering the current case, to ArcGIS?

    • @gisrsinstitute
      @gisrsinstitute  6 месяцев назад

      Kindly contact this WhatsApp number: +8801780942798 or Email: rmijanur10266@gmail.com

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

    Sir is it possible to analyse morphodynamics of river using GEE

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

    i'm stuck in training point, the result is "undefned" what is my problem, i have double check all the code and it's same like you wrote.

  • @user-po9nj3pv4r
    @user-po9nj3pv4r 8 месяцев назад

    HOWDO I GET THE CODE?

  • @arunachalsahu999
    @arunachalsahu999 6 месяцев назад

    before classified: Layer error: Property 'Class' of feature '1_1_1_0_0' is missing.
    This type of error is showing, can you help to resolve the problem.

    • @gisrsinstitute
      @gisrsinstitute  6 месяцев назад

      Check your property label

    • @sinus.venosus
      @sinus.venosus Месяц назад

      hi, @arunachalsahu999 is your problem resolved? i'm also facing the same problem.

    • @sinus.venosus
      @sinus.venosus 25 дней назад

      hi @arunachalsahu999, is your issue resolved?
      i'm also facing the same problem.

  • @zouidimohamed832
    @zouidimohamed832 9 месяцев назад

    var after = filtered.median().clip(roi)
    Map.addLayer(before)
    there is an error here

    • @gisrsinstitute
      @gisrsinstitute  9 месяцев назад

      No

    • @zouidimohamed832
      @zouidimohamed832 9 месяцев назад

      @@gisrsinstitute Here is the message that comes out “Cannot perform analysis without auth token

    • @zouidimohamed832
      @zouidimohamed832 9 месяцев назад

      @@gisrsinstitute It didn't work
      var after = filtered.median().clip(roi)
      Map.addLayer(before)