Search found 708 matches

by gnwiii
Mon Aug 28, 2017 6:48 pm America/New_York
Forum: Questions/Comments
Question: confusing getanc.py behaviour
Replies: 10

confusing getanc.py behaviour

I had forgotten that geolocation alters L1A files.    It would be useful to know if the altered files are reproducible. The majority of issues I have seen for getanc.py were either network issues or conflicts when multiple getanc.py were run (e.g., a  batch process appeared to hang so...
by gnwiii
Mon Aug 28, 2017 1:23 pm America/New_York
Forum: Questions/Comments
Question: confusing getanc.py behaviour
Replies: 10

confusing getanc.py behaviour

Before going further, we should verify that your file is the same as one that works:$ shasum A2017184170500.L1A_LACa84dc3904273d412380eb4d478099bfcc058e3e6  A2017184170500.L1A_LACOnce you have run getanc.py, it seems to check the database before it goes to "Determining pass start and end t...
by gnwiii
Thu Aug 24, 2017 7:17 am America/New_York
Forum: Questions/Comments
Question: l2gen error that references ...seadas-viirs-v2.0/seadas/build/src/l2gen/prodgen.c
Replies: 9

l2gen error that references ...seadas-viirs-v2.0/seadas/build/src/l2gen/prodgen.c

Adding the missing bands to an existing L2 file would be faster than running an updated l2gen.  In general, it is probably better to minimize use of trivial algorithms in  l2gen and do more trivial processing separately as you propose. Tracking down what looks like a glitch in l2gen could,...
by gnwiii
Wed Aug 23, 2017 5:46 pm America/New_York
Forum: Questions/Comments
Question: l2gen error that references ...seadas-viirs-v2.0/seadas/build/src/l2gen/prodgen.c
Replies: 9

l2gen error that references ...seadas-viirs-v2.0/seadas/build/src/l2gen/prodgen.c

In $OCSSWROOT/build/src/l2gen/l2_gneric.c:[...]    /* Do we have the extra meta-data for SeaWiFS */    int seawifs_meta = 0;    if (l2file->sensorID == SEAWIFS) {        int32 sds_id;        if ( sd_select(sd_id,"scan_ell&quo...
by gnwiii
Wed Aug 23, 2017 1:57 pm America/New_York
Forum: Questions/Comments
Question: l2gen error that references ...seadas-viirs-v2.0/seadas/build/src/l2gen/prodgen.c
Replies: 9

l2gen error that references ...seadas-viirs-v2.0/seadas/build/src/l2gen/prodgen.c

Do all the added ancillary variables have entries in $OCSSWROOT/run/data/common/product.xml?   It might help to give the full l2gen command or at least a list of the added variables.  You could try creating level-2 files for one variable at a time to see if the issue is associated wit...
by gnwiii
Fri Aug 11, 2017 8:09 am America/New_York
Forum: Questions/Comments
Question: Merging L3b Aqua and Viirs
Replies: 3

Merging L3b Aqua and Viirs

For the sake of others interested in merged products, ESA CCI Ocean Colour has:"The ESA Ocean Colour CCI (OC-CCI) project is pleased to announce the release of version 3.1 of the OC-CCI product comprising of globally merged MERIS, Aqua-MODIS, SeaWiFS and VIIRS data with associated per-pixel unc...
by gnwiii
Fri Aug 11, 2017 8:02 am America/New_York
Forum: Questions/Comments
Question: seadas 7.4, update_luts.py
Replies: 21

seadas 7.4, update_luts.py

update_luts.py is fine in SeaDAS 7.4 here. Check that your scripts are really on branch v7.4: $ cd $OCSSWROOT/run/scripts$ git statusOn branch v7.4Your branch is up-to-date with 'origin/v7.4'.nothing to commit, working tree cleanProblems like the one you found can occur when someone forgets ...
by gnwiii
Tue Aug 08, 2017 6:51 am America/New_York
Forum: Questions/Comments
Question: How to calculate percentile amount of a range chl value
Replies: 7

How to calculate percentile amount of a range chl value

There is already very good advice from Danny Knowles, but I wanted to mention another approach.  If you have the OCSSW processing system you can use l3bindump with the level-3 binned data to generate ASCII files with binned data values.  You can then use the data with one of the many full-...
by gnwiii
Wed Aug 02, 2017 1:38 pm America/New_York
Forum: Questions/Comments
Question: no reply to data request
Replies: 5

no reply to data request

Another user here mentioned that he had not received the email notification.  He did look in the junk and quarantine folders.  He is, however, able to check status online.
by gnwiii
Wed Aug 02, 2017 9:41 am America/New_York
Forum: Questions/Comments
Question: Can't Add bathymetry and elevation bands and masks
Replies: 6

Can't Add bathymetry and elevation bands and masks

The SeaDAS 7 GUI is very complex, so takes some time to learn.   Assuming that you are interested in statistics for surface (satellite) chlor_a, you aren't trying to do anything unusual, so you are probably missing a small step that experienced users do without even thinking.  The...