EE101 Condensed : Fast start to the Earth Engine API

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • Presenter: Noel Gorelick
    Description: Introduction to the Earth Engine API and a conceptual overview of key functionality such as compositing, reducing, mapping, zonal statistics and cluminating with building a small app.
    Slides: goo.gl/ZUqPXz
    See more Earth Engine User Summit Sessions here: events.withgoo...

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

  • @elierouzic9278
    @elierouzic9278 4 года назад +18

    35:10 - Beginning of Code Editor Tutorial
    37:50 - 0 - Javascript Basics
    42:15 - 1 - Landsat Composite - Basics on EE Tools and Environment
    53:53 - 2 - NDVI - .map(function)
    56:56 - 3 - Max NDVI - Max, time series, charts
    1:03:23 - 4 - Zonal Statistics
    1:12:20 - 5 - Export
    1:17:50 - 6 - Visualizations
    1:20:00 - 7 - Linked Maps - set the user interface
    1:22:28 - Sentinel Explorer
    1:24:09 - "That's it"
    1:25:40 - Everyone getting their stuff and leaving

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

    Best thing about this video is that it demonstrates that even tech-heads at Google have the same problems setting up technology as we mere mortals

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

    Gr8 to see EE's team and thanks for sharing

  • @B_knows_A_R_D-xh5lo
    @B_knows_A_R_D-xh5lo Месяц назад

    excellent google

  • @pvelasquezfranco
    @pvelasquezfranco 4 года назад +1

    Noel is a F%&in machine! Awesome!

  • @Sahilregi
    @Sahilregi 4 года назад

    This was amazing, thank you.

  • @sauravshrestha5055
    @sauravshrestha5055 4 года назад +2

    Can we access the codes used here? It would be a great help

  • @AL-rv3jz
    @AL-rv3jz 3 года назад

    how do I search for the image displayed in this video at 01:51 - 3:04 in google earth? the location of the image?

  • @giancarloalciaturi7635
    @giancarloalciaturi7635 5 лет назад

    Just great!

  • @dhritirajsengupta7888
    @dhritirajsengupta7888 7 лет назад +1

    Hello, I don't know if this is the correct place to ask this question, but I wish to have a monthly mosaic of VIIRS Nighttime Day/Night Band Composites Version 1 and also for Lansat 8 for the year 2016 and 2017. Is there any tutorial which I can refer to? or can anybody share the method to do so? Many Thanks

    • @dhritirajsengupta7888
      @dhritirajsengupta7888 7 лет назад +2

      I figured out this code for a yearly mosaic from the example section
      var showLayer = function(year) {
      Map.layers().reset();
      var date = ee.Date.fromYMD(year, 1, 1);
      var dateRange = ee.DateRange(date, date.advance(1, 'year'));
      var image = collection.filterDate(dateRange).first();
      Map.addLayer (clipped), ({
      eeObject: ee.Image(image),
      name: String(year)
      });
      };

    • @BiplovBhandari
      @BiplovBhandari 6 лет назад +1

      You can post technical question in the google group: groups.google.com/forum/#!forum/google-earth-engine-developers

  • @rkop737
    @rkop737 4 года назад

    Noel having his can of coke as usual.