Google Earth Engine Tutorial: Upload Shapefile and Show Its Label

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

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

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

    bit quick but useful tutorial/explanation

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

    Poor audio quality.
    For effectiveness and extending assistance.. you could add the code in comment section.
    otherwise, very helpful.

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

    keren bgt kak makasih

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

    Can i do field calculations in shapefile column and add new column in google earth engine

  • @phamngocquang1437
    @phamngocquang1437 3 года назад +2

    Dear Sir
    I have an error like this, how do I bark Admin ?
    "Roads Labels: Layer error: ImageCollection.mosaic: Error in map(ID=null):
    String: Parameter 'input' is required."
    I use my own text and area data.
    Thanks

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

    Thanks for helpful video. I tried to import a shape file but I had an error when GEE ingest the shapefile file.

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

    is it possible to show lable of the polygon when somone clicks the polygon?

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

    Hi, what is the information in the var text? that is in you library with "users/gena/packages:text" name

  • @diprince8612
    @diprince8612 3 года назад +1

    It has really worked for me. Thanks a lot guys

    • @phamngocquang1437
      @phamngocquang1437 3 года назад

      Why can't I do it like in the video tutorial? Can you share with me the dataset of the video?

  • @AkhmadLabibBadruz
    @AkhmadLabibBadruz 5 месяцев назад

    Cannot find required repo: users/gena/package:teks Ada error gini pak mohon bantuannya

  • @anon8857
    @anon8857 3 года назад +1

    Thank you for the video!

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

    how did you download district shape file?

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

    why when we publish the app the text didnt appeared? is it because of the third party lib?

  • @weryalotfi1214
    @weryalotfi1214 3 года назад +1

    Great. Thank you

  • @LearnWithDrSohail
    @LearnWithDrSohail 3 года назад +1

    Thank you
    Share the codes plz

  • @JDKSH25
    @JDKSH25 3 года назад +3

    In my case it is not working too

    • @diprince8612
      @diprince8612 3 года назад

      var text = require('users/gena/packages:text')
      var shp = ee.FeatureCollection(polygon)
      Map.addLayer(shp, {},'Roads Layer');
      var Scale = Map.getScale()*2
      var labels = shp.map(function(feat){
      feat = ee.Feature(feat)
      var name = ee.String (feat.get("Name"))
      var centroid = feat.geometry().centroid()
      var t = text.draw(name, centroid,Scale,{
      fontSize: 10,
      textColor:'black',
      OutlineWidth:0.5,
      OutlineColor:'red'

      })
      return t
      })
      var Labels_Final = ee.ImageCollection(labels)
      Map.addLayer(Labels_Final,{},"Roads Labels")

    • @diprince8612
      @diprince8612 3 года назад

      That has just worked for my data

    • @phamngocquang1437
      @phamngocquang1437 3 года назад

      @@diprince8612 Why can't I do it like in the video tutorial? Can you share with me the dataset of the video?

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

    Hey nice video man. want to be RUclips buddies?

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

      Thanks man...
      Of course I want to

  • @phamngocquang1437
    @phamngocquang1437 3 года назад

    Anak ibumu. Saya bertanya mengapa Anda tidak menjawab. Anda membuat video ini untuk bertukar ilmu, bukan untuk pamer. Ayahmu.

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

    share the code