SNAP-Python (Snappy) Installation on Windows

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 25

  • @mitanshukhurana8392
    @mitanshukhurana8392 4 ปีที่แล้ว +1

    This was a great video buddy. Thank you for this. "pip install snappy" was not working. Wouldn't have been able to do this without you. Thanks once again!

  • @padakantiabishek4757
    @padakantiabishek4757 3 ปีที่แล้ว +2

    i am unable to import snappy module it is saying as python interpreter is not found

  • @howellhao7945
    @howellhao7945 4 ปีที่แล้ว

    I got it works too. Thank you! Happy new year!

  • @virgiliomartinez8857
    @virgiliomartinez8857 ปีที่แล้ว +1

    Hi, I got this trouble:
    >>> import snappy
    Traceback (most recent call last):
    File "", line 1, in
    File "C:\Users\virgi\anaconda3\envs\snap\lib\snappy\__init__.py", line 62, in
    import jpyutil
    ModuleNotFoundError: No module named 'jpyutil'

  • @mohama7551
    @mohama7551 ปีที่แล้ว

    Please tell me, doctor, how can I analyze the L-band satellite images and display them in a format that I can study in the Geophysics Department. What is below the surface of the earth

  • @amanbansal9277
    @amanbansal9277 2 ปีที่แล้ว

    I am facing this issue Can you please help ?
    cannot import name 'ProductIO' from 'snappy'

  • @marjanmarbouti5425
    @marjanmarbouti5425 3 ปีที่แล้ว

    Thanks for this toturial...one question...when I install Anaconda; it has pythone 3.8.5, so shall I use pythone 3.8.5 in commend line or python 2.7?

    • @geovicco
      @geovicco  3 ปีที่แล้ว +1

      You can try to follow the tutorial using version 3.8.5
      I was able to run this using python 3.6 so it might work. Otherwise you can always create a new virtual environment with python2.7 and setup that way. Let me know if you're able to get it working.

  • @appymp
    @appymp 3 ปีที่แล้ว

    Hey man great video and post on medium! I was unable to find the SNAP command line for mac. Any idea about this?

  • @marjanmarbouti5425
    @marjanmarbouti5425 3 ปีที่แล้ว

    I tried it with both python 3.8.5 and 2.7 but did not work. The problem is I do not know why my environment location is 'C:\ProgramData\Anaconda3\envs\snap' instead of 'C:\users\u6523\Anaconda3\envs\snap'???? anyway I used the python there but it did not work

    • @geovicco
      @geovicco  3 ปีที่แล้ว

      The location of anaconda3 folder in your device must be different from the one shown in the video. Try again and should be working.

    • @marjanmarbouti5425
      @marjanmarbouti5425 3 ปีที่แล้ว

      @@geovicco Yes thanks ..it worked...the problem was with a python that was installed in my Arcgis from 2014..I removed it and it was solved...but how I can be sure that snappy is now working and installed?

  • @bilhaqnazal3191
    @bilhaqnazal3191 4 ปีที่แล้ว

    i am running oil spill detection in snap and its not working. still 2 %, is that because i didnt step like you did to installing pyhto like that???

    • @geovicco
      @geovicco  4 ปีที่แล้ว

      @Bilhaq You dont need to do any of this if all your work is in SNAP software. This tutorial is meant to be for the purpose of automating processing of satellite data in python using the snappy library which basically allows us to run every SNAP command.
      If you're stuck that might be due to your systems configuration or how your SNAP software is configured on the system. You need to look into SNAP Configuration Optimizer tool using SNAPs public forum.
      Hopefully this helps.

    • @bilhaqnazal3191
      @bilhaqnazal3191 4 ปีที่แล้ว

      @@geovicco ok broo, Thankyou!

  • @knoxa123
    @knoxa123 3 ปีที่แล้ว

    hi, does this work with python 3.8.8? if so, would everything be the same except the first line of code where you did 'conda create -n python-2.7' i change 2.7 to 3.8?

    • @geovicco
      @geovicco  3 ปีที่แล้ว

      SNAP wont work with 3.8. It does work with python 3.6

    • @knoxa123
      @knoxa123 3 ปีที่แล้ว +1

      @@geovicco thanks! I'll go back to 3.6 then

    • @knoxa123
      @knoxa123 3 ปีที่แล้ว

      Hi, I'm trying to follow this now but I cant find SNAP command line, did I do something wrong? Could it be because I didn't install it on C: ? /// Edit: It was indeed because I didn't install in C:. Now, I have a somewhat dumb question but when I edit snap.properties file I can't save because I'm not admin, how do I save/edit as admin?

  • @preethisharmilapremkumar4441
    @preethisharmilapremkumar4441 4 ปีที่แล้ว

    When i am trying to edit the snap properties files it shows access is denied please can you help me out

    • @geovicco
      @geovicco  4 ปีที่แล้ว

      You may need to edit the file using administrator privileges in order to make changes.

  • @howellhao7945
    @howellhao7945 4 ปีที่แล้ว

    can I use python3 rather than python2?

    • @geovicco
      @geovicco  4 ปีที่แล้ว

      There are a few issues with using some versions of python3 to configure snappy. I would suggest checking out the link below. Let me know if you find a solution.
      senbox.atlassian.net/wiki/spaces/SNAP/pages/50855941/Configure+Python+to+use+the+SNAP-Python+snappy+interface

    • @geovicco
      @geovicco  4 ปีที่แล้ว

      I was able to successfully configure snappy with python 3.6 using exactly the same process

    • @prosperwashaya3177
      @prosperwashaya3177 3 ปีที่แล้ว

      @@geovicco This means you used pip instead of conda, right?