GEE Tutorial #21 - Exporting Earth Engine maps as HTML and PNG images

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

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

  • @TruDeinoz
    @TruDeinoz Год назад +3

    First, thank you for your material. When I open the html file I can see the widget, but the map doesn't load/shows up gray. Did I miss something?

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

      This is also my problem. Have you figured it out?

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

      @@ffresidentevilmaster No, I moved on because I didn't really need it. Let me know if you figure it out!👍

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

      Same issue here !

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

    I have problem, my map does not appear on browser. It just showed widget and layers toolbar. Any suggestion how to fix it? Thank you

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

    Hello Dr. Wu, the photograph icon for exporting maps is not in the list on the right. I am using google colab. How can I solve this?

  • @utnapishtim307
    @utnapishtim307 10 месяцев назад

    Manjaro! Yeah!

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

    Hi, thanks for making this library, it is very useful and amazing.
    But just small bug or maybe my macbook setting, when I'm trying to export map as html or png, it does not work. png will give you wallpaper, while html gave you the blank map.
    I'd like to ask for your help Thanks :)

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

    The layer manager disappeared, I experienced this issue more than one time since yesterday..

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

    I have exported the html page but it's not running on browser. I have tried it on google chrome. Any suggestion

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

    I am trying to export image as a .png file, but its not getting downloaded. Is it possible to look into this issue? I am using 0.13.10 geemap version.

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

    The functions continue to strike me as sound. (I’ll get my env done by reinstalling conda the moment I finish my current work..... TUT cant wait to try all the functions

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

    Is it possible to export an integrated colorbar in html?

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

      You can check out this legend template github.com/giswqs/geemap/blob/master/geemap/data/template/legend.html

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

    First of all, thank you very much for your tutorials. They are awesome.
    Is it possible to export results as .tif instead of png or html?

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

      Yes, you can. Check out ruclips.net/video/_6JOA-iiEGU/видео.html

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

      @@giswqs Thanks a lot. Your video are very helpful!

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

    Is there a way to add latitude/longitude lines and values to make it look more professional when exporting to an image?

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

      See geemap.org/notebooks/50_cartoee_quickstart/

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

    my map doesn't have the export tool icon.. also through python it says 'Map' object has no attribute 'to_html'. Is this feature removed?

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

      Your geemap installation is out of date. Please update the package github.com/giswqs/geemap/blob/master/README.rst#installation

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

    Hi, thanks for the video! I've been using the GEE javascript code editor...do you know if there is any way to save maps from there to a .png file? Thank you!

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

      Unfortunately, I don’t think GEE JavaScript Code Editor can save maps to PNG

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

    any way to export a fixed map to jpeg? Not a screenshot? I need to programmatically export 100's of small change maps overlayed on a high resolution basemap. I am having no success with other python modules.

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

      See ruclips.net/video/t24_lpYA1ko/видео.html

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

      @@giswqs You're awsome!

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

    Thank you for the video. I'm getting this error "AttributeError: 'NoneType' object has no attribute 'comm_id'"... I have update the geemap, and I was trying to save the 31_unsupervised_classification.ipynb

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

      I just tried the notebook example. It works fine. geemap.org/notebooks/21_export_map_to_html_png

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

      @@giswqs Hi. I don´t know why. I have the same error, but it appears when I´m applaying an expression over an image or woriking with my own image collection. I don´t know how to solve it. Any suggestion?

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

    Sorry Prof Wu, I had a problem when i'm exporting it to html, the layer control and legend I made disappeared. Where I do wrong? I already updated the package, too
    Thank you.

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

      i already solved the layer control, but the legend still not appear

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

      Unfortunately, custom widgets (e.g., legend) are not supported when exporting the map as HTML. You can try ipyleaflet's builtin legend control to see if it works. ipyleaflet.readthedocs.io/en/latest/api_reference/legend_control.html

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

      Oke thank you very much prof, I'll try to look into it

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

    Create an interactive map does not show anything

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

      geemap.org/faq/#why-the-interactive-map-does-not-show-up

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

    can we export it as tiff?

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

      It is essentially a screenshot, not remote sensing data. Why using tiff?

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

      @@giswqs Using the exported image in another software (ArcGIS, QGIS, ...)

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

      The exported image is just a screenshot with any spatial reference. It doesn’t matter what image format you are using. It won’t line up in ArcGIS or QGIS.

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

      @@giswqs Ok thanks

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

    I am using colab

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

      It won’t work on Google Colab. Please use Jupyter notebook.

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

      @@giswqs is there any way or code to do it?

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

      @@tankk3852 giswqs.github.io/geemap/geemap/#geemap.geemap.Map.to_html