Search found 58 matches

by woodbri
Wed Mar 04, 2020 7:24 pm America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

Ok, thanks and fudge=3 really helped to eliminate the holes in the image.I have a question on the scaling, what is the math that is used for the linear and the log scaling?For example, is it based on the default data_min, data_max for a given product? such that if multiple shots are processed they a...
by woodbri
Tue Mar 03, 2020 2:01 pm America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

I'm not finding area_weighting as a parameter to any seadas commands. Did you mean average=area which seems to be available in l2bin?
by woodbri
Tue Mar 03, 2020 11:13 am America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

Don, Thanks! Sounds like a great plan. I appreciate the additional education on this, as I'm more of a programmer/user of the data than scientist when it comes to the ins/outs of this. Thanks again!
by woodbri
Sun Mar 01, 2020 12:13 am America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

Ok, I got it working using the following steps. One question I have is on resolution.If l2bin resolution=250m, then I get holes in the final output image. The only way I could get a smooth output image was to set l2bin resolution=1km. Am I missing a parameter that would allow me to generate higher r...
by woodbri
Sat Feb 29, 2020 1:36 pm America/New_York
Forum: Questions/Comments
Question: Just updated software and modis_GEO.py is failing
Replies: 1

Just updated software and modis_GEO.py is failing

OK, did a clean install and that seems to have resolved the issue.
by woodbri
Sat Feb 29, 2020 11:42 am America/New_York
Forum: Questions/Comments
Question: Just updated software and modis_GEO.py is failing
Replies: 1

Just updated software and modis_GEO.py is failing

Hi,I just updated the ocssw software becuase of the HTTP 302 errors and now modis_GEO.py is failing. This ran yesterday without any issues. I have tried it also with MOD00.P2020058.1700_1.PDS and get the same results.modis_GEO.py MOD00.P2020058.1835_1.PDS.L1A_LAC -o MOD00.P2020058.1835_1.PDS.GEOMODI...
by woodbri
Fri Feb 28, 2020 6:55 pm America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

Sean,I'm slowly starting to figure this stuff out, with your advice.So ignore my error above, I didn't generate L2 file and was passing an L1B file to l2mapgen.py, so that issue is solved.If I understand correctly I should be able to generate an L2 file using l2gen once that contains multipl...
by woodbri
Thu Feb 27, 2020 8:36 pm America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

Related to this, my goal is to generate sst, chloro_a, Kd_490 and True Color. Knowing that I want all of these, can these all be computed in a single pass? and how would I do that. Somewhere I thought I saw that you could put a comma separated list of products you want and I think it puts results as...
by woodbri
Thu Feb 27, 2020 8:24 pm America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

Hi Sean,Thank you! I am trying to get l2mapgen.py to work but running into a problem(s). First off, a few minor issues to report.* parser.add_argument('-scaletype', nargs=1, choices=['linear','log','arctan','DEFAULT'],type=str,default=(["DEFAULT"]), ...
by woodbri
Mon Feb 24, 2020 9:44 pm America/New_York
Forum: Questions/Comments
Question: How to get higher than 1000m/pixel resolution?
Replies: 18

How to get higher than 1000m/pixel resolution?

OK, so maybe I making some progress on this, but It would be nice to get some confirmation or redirection if I'm approaching this wrong. After reading the source code is looks like I have to use _LAC in my filenames so I changed the script to do this and this is my current processing:modis_L1A.p...