Search found 177 matches
- Thu Jul 08, 2021 12:45 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.1.0 -- MODIS GEO file
- Replies: 14
Re: MODIS GEO file
Hello Sean, I have requests in my anaconda python library: Requirement already satisfied: requests in /Users/avmehta/anaconda3/lib/python3.7/site-packages (2.21.0) Should I just update this? I have always been able to download data from Earthdata sites -- I also checked by .netrc file and looks fine...
- Thu Jul 08, 2021 7:56 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.1.0 -- MODIS GEO file
- Replies: 14
Re: MODIS GEO file
Hello, Thank you for your help with this issue. I find it surprising that I was able to process VIIRS (GEO file, L1B, and L2) and OLI (L1 to L2) images without any problems! It is just MODIS! I will have to get some help with python and hopefully it will work! By the way my Mac has Anaconda python. ...
- Wed Jul 07, 2021 4:46 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.1.0 -- MODIS GEO file
- Replies: 14
SeaDAS 8.1.0 -- MODIS GEO file
Hello,
I installed Seadas 8.1.0 and OCCSW on my Mac. I am trying to get MODIS GEO file via GUI but get the attached error (my .netrc file is OK and has worked before).
I'd appreciate your advice.
Thanks.
Amita
I installed Seadas 8.1.0 and OCCSW on my Mac. I am trying to get MODIS GEO file via GUI but get the attached error (my .netrc file is OK and has worked before).
I'd appreciate your advice.
Thanks.
Amita
- Wed Jul 07, 2021 2:03 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Installation Error
- Replies: 14
Re: OCSSW Installation Error
Thank you!
Amita
Amita
- Tue Jul 06, 2021 4:04 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Installation Error
- Replies: 14
Re: OCSSW Installation Error
Amita, See https://packaging.python.org/tutorials/installing-packages/ or if you don't want to read :D 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...
- Fri Jul 02, 2021 10:01 am America/New_York
- Forum: Questions/Comments
- Question: OLCI Data
- Replies: 2
OLCI Data
Hello, It looks like OLCI data download procedure has changed. Earlier I got a list of url that I saved and used wget to download data. Now it is similar to MODIS, a data order is created and I get manifest file that I use to download data. My question is: for the same time period and same sub-regio...
- Fri Jun 25, 2021 3:29 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Installation Error
- Replies: 14
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 r...
- Wed Jun 23, 2021 11:31 am America/New_York
- Forum: Questions/Comments
- Question: OCSSW Installation Error
- Replies: 14
Re: OCSSW Installation Error
Hi Sean, Thanks for the information. I downloaded the request Library. When I try to install it I get the following: Singularity> python -m pip install requests Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: requests in /usr/local/lib/pyt...
- Tue Jun 22, 2021 7:59 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Installation Error
- Replies: 14
Re: OCSSW Installation Error
Hi Bing, On my mac I used GUI and OCSSW was installed without any problem. On adapt/linux GUI is very slow. Can you be more specific about SeaDAS-OCSSW -> COnfigure OCSSW? I don't see /att/gpfsfs/briskfs01/ppl/avmehta/seadas8/ocssw/. I just downloaded install_ocssw and manifest.py in the seadas dire...
- Tue Jun 22, 2021 4:48 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Installation Error
- Replies: 14
Re: OCSSW Installation Error
Hello Bing, Thanks for the correct link. I tried to follow the direction but I get the following error in manifest.py File "/att/gpfsfs/briskfs01/ppl/avmehta/seadas8/manifest.py", line 16, in <module> import requests ModuleNotFoundError: No module named 'requests' where can I get this modu...