Search found 26 matches
- Fri Jan 06, 2023 2:50 am America/New_York
- Forum: Questions/Comments
- Question: Level 2 SubscriptionS
- Replies: 5
Re: Level 2 SubscriptionS
Level 1 Subscription is also not working since 5th Jan 2023 for the subscription ID 66 3 & 1886 . But the level 1 files are there if we go through the "direct data access" tab of ocean color web. Is there any option to search and download the L1 data file list for a particular day and ...
- Thu Aug 04, 2022 12:36 am America/New_York
- Forum: Questions/Comments
- Question: Missing attitude files!
- Replies: 8
Re: Missing attitude files!
Now the issue is Percent valid data (0.00) is less than threshold (whatever is set as threshold) o-mc@ChloroGIN$ modis_GEO.py $BASE.L1A_LAC -o $BASE.GEO --refreshDB --verbose --enable-dem --threshold=95 Determining required attitude and ephemeris files... Searching database: /home/o-mc/SeaDAS7.5/ocs...
- Wed Aug 03, 2022 5:20 am America/New_York
- Forum: Questions/Comments
- Question: Missing attitude files!
- Replies: 8
Re: Missing attitude files!
I am also facing the same issue. I am using SeaDAS 7.5.3. I have also tried updating Ocssw Processor from GUI using Clean Install option. But the issue still persists. ------------------------------------------------------------------------------------------------------- o-mc@ChloroGIN:modis_GEO.py ...
- Thu Feb 20, 2020 3:38 am America/New_York
- Forum: Questions/Comments
- Question: MODIS-Aqua L1 data
- Replies: 1
MODIS-Aqua L1 data
I am a subscriber of MODIS-Aqua L1 data for Indian ocean region (25 to 110E, -40 to 30N).I fetch list of files for my ROI usingwget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --keep-session-cookies \--post-data="subID=$SubID&results_as_file=1" -q -O - https://oceandata...
- Thu Jan 23, 2020 2:33 am America/New_York
- Forum: Questions/Comments
- Question: HotFix for SeaDAS 7.5 login problem
- Replies: 5
HotFix for SeaDAS 7.5 login problem
Thank You Pavel.. The new script works like charm..:grin:
- Wed Jan 22, 2020 7:33 am America/New_York
- Forum: Questions/Comments
- Question: HotFix for SeaDAS 7.5 login problem
- Replies: 5
HotFix for SeaDAS 7.5 login problem
Dear Pavel, thanks for the fix. Good job. But I am still facing some problem..For my Ubuntu system I installed pip & requests by sudo apt-get install pipsudo apt-get install python3-pipsudo easy_install requestsThenI modified ProcUtils.py as you mentioned-----------------------------------------...
- Thu Jan 16, 2020 2:08 am America/New_York
- Forum: Questions/Comments
- Question: modis_geo.py processing problem
- Replies: 4
modis_geo.py processing problem
Hi,My processing chain was working fine till yesterday. I have updated the data download process using ~/.netrc as mentioned in https://oceancolor.gsfc.nasa.gov/data/download_methods/ and it is working fine.However, modis_geo.py fails to work both in GUI & in command line.My command for cr...
- Fri Nov 01, 2019 6:13 am America/New_York
- Forum: Questions/Comments
- Question: A Small Glitch In SeaDAS Installation
- Replies: 1
A Small Glitch In SeaDAS Installation
There is a small glitch during installing SeaDAS. It's happening for a long time, in between I upgraded & changed my system several times, but the issue is still there. So hope it is not a system related issue. SeaDAS team may look into this.In pconvert.sh#! /bin/shexport SEADAS_HOME=${insta...
- Wed Apr 18, 2018 3:19 am America/New_York
- Forum: Questions/Comments
- Question: Adding a new product in SeaDAS
- Replies: 3
Adding a new product in SeaDAS
Thanks Sean, I will check.
- Fri Apr 13, 2018 1:00 am America/New_York
- Forum: Questions/Comments
- Question: Adding a new product in SeaDAS
- Replies: 3
Adding a new product in SeaDAS
I am trying to implement Shanmugam, 2011 chl ABI algorithm as a new product in SeaDAS. It is already integrated in get_chl.c but I want to try it to add as a different product so that in future I can add any product of my interest. The following executable c code is in file get_INCOIS_ChlAbi.c :#inc...