Remote sensing with Python in Jupyter | burdGIS

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

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

  • @emlabs
    @emlabs 3 года назад +4

    It really works. Like a charm!
    Thanks.

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

      I'm really glad it's working! 😀

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

    will be looking forward for the follow up tutorials :) thank you

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

    Really good thanks!
    One bit of feedback, not including the URL's for the snippets of code in the description slowed me down a bit when trying to follow along.

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

      Thanks Alec. I appreciate the feedback. Could you explain a bit more as I'm not sure what slowed you down ?

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

    i did all this. but where did you get this dem code from that you used. I am not able to find it. i tried typin the same but it showed syntax error. could you tell about hiphen documentation

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

      Thanks Prateek. Please could you provide a timestamp for the section of the video you're refering to?

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

    Thanks sir .....

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

      Most welcome

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

    Thank you for this video.

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

      No worries Tania. Please share any outputs!

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

    I am getting an error with the "from Ipython.display", but everything else has worked thus far. What am I missing?

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

      Can you share your notebook? You can find my contact here www.burdgis.com/contact or put it on github

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

      It works, "from IPython.display import Image" , notice that 2 letters are capitalized

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

    my jupyter is not getting launch for the environment google_ee ( 5:50 ) any help....

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

      it got resolved by shutting down and then again start after 2 times........

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

      Nice! Turn it of turn it on again (again) :-) Well done for persevering Shubham

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

    how can I solve this problem? ('EEException: Pixel grid dimensions (1296001x417601) must be less than or equal to 10000.
    '),please help me

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

      Hey Canan, good work for including the error message. I copied and pasted it into Ecosia and only one result came up! www.ecosia.org/search?q=EEException%3A+Pixel+grid+dimensions+%281296001x417601%29+must+be+less+than+or+equal+to+10000&addon=firefox&addonversion=4.0.4
      The generic error message (without the specific number of pixels) indicates that you are trying to export to large a number of pixels. GEE limits exports but you can reset the max if you'd like to. Be warned though these looks like some big files!

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

      @@burdGIS even while I chose max value is zero,I gave same error.I dont know how to fix

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

      Can you share your code?