OCSSW Installation Error

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
avmehta
Posts: 184
Joined: Mon Feb 03, 2020 10:27 am America/New_York
Answers: 0
Been thanked: 1 time

Re: OCSSW Installation Error

by avmehta » Fri Jun 25, 2021 3:29 pm America/New_York

Thanks for the email.
I was able to install ocssw !
But when I try to do MODIS processing (for getting GEO geolocation files) I get the following error:
call modis_GEO.py -----------------------------
/att/nobackup/avmehta/seadas8//opt/bin/hdp is not executable.
Error! dump_metadata failed.
How to resolve this?
Thanks.
Amita

Tags:

OB SeaDAS - xuanyang02
Subject Matter Expert
Subject Matter Expert
Posts: 644
Joined: Tue Feb 09, 2021 5:42 pm America/New_York
Answers: 1
Been thanked: 1 time

Re: OCSSW Installation Error

by OB SeaDAS - xuanyang02 » Fri Jun 25, 2021 3:39 pm America/New_York

modis_GEO.py is now modis_GEO in SeaDAS 8.
Please see https://seadas.gsfc.nasa.gov/help/8.0.0 ... EO.html#cl

Bing

avmehta
Posts: 184
Joined: Mon Feb 03, 2020 10:27 am America/New_York
Answers: 0
Been thanked: 1 time

Re: OCSSW Installation Error

by avmehta » Tue Jul 06, 2021 4:04 pm America/New_York

OB.DAAC - SeanBailey wrote: Wed Jun 23, 2021 11:41 am America/New_York Amita,

See https://packaging.python.org/tutorials/ ... -packages/

or if you don't want to read :D

Code: Select all

python3 -m pip install --upgrade pip setuptools wheel
Sean
Hi Sean,
I am trying to run ocssw on a container on adapt (NCCS linux computer). The python version I have 3.7.4. When I try to run modis_GEO I get the following error: /usr/bin/env: ‘python3’: No such file or directory! I do not have write permission to the container and have to request someone to do it for me. How do we get python3? The link you sent assumes there is python3!
Thank you.
Amita

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

Re: OCSSW Installation Error

by gnwiii » Wed Jul 07, 2021 12:19 pm America/New_York

You may want to install your own python3 (e.g., using Anaconda) so your SeaDAS installation isn't affected by updates to the "system" python3. Even if you are "only" installing packages you should consider using a Python virtual environment (venv, see: "https://docs.python.org/3/tutorial/venv.html") for SeaDAS so that your Python packages are independent of "system" packages.

avmehta
Posts: 184
Joined: Mon Feb 03, 2020 10:27 am America/New_York
Answers: 0
Been thanked: 1 time

Re: OCSSW Installation Error

by avmehta » Wed Jul 07, 2021 2:03 pm America/New_York

Thank you!
Amita

Post Reply