OCSSW Installation Error
Re: OCSSW Installation Error
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
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
Filters:
-
- Subject Matter Expert
- Posts: 713
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: OCSSW Installation Error
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
Please see https://seadas.gsfc.nasa.gov/help/8.0.0 ... EO.html#cl
Bing
Re: OCSSW Installation Error
Hi Sean,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![]()
SeanCode: Select all
python3 -m pip install --upgrade pip setuptools wheel
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
Re: OCSSW Installation Error
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.