maximlamare / S3_extract

Extract the outputs from the S3 OLCI processor for a given number of S3 files at given coordinates.
MIT License
1 stars 2 forks source link

rBRR Water Vapor, Ozone, elevation #3

Closed jasonebox closed 5 years ago

jasonebox commented 5 years ago

I am successful to output geometry, see below, but how to get a list of available variables?

Cheers,

Jason

Alex wants TOA reflectance and bottom or Rayleigh reflectance... dare I say he also needs Water Vapor, Ozone, elevation

python s3_band_extract.py \ -i /Users/jason/0_dat/S3/20170722 \ -c /Users/jason/Dropbox/S3/validation_source_data/Cook_data/stats/near_s6.csv \ -o /Users/jason/0_dat/S3/20170722/test \ -b SZA OZA SAA OAA

maximlamare commented 5 years ago

I have added a script (list_sat_bands.py) that lists the following for a specified satellite image:

The script can print to screen the lists, or if a filename is specified, it will write the lists to the file.

If you are not sure of the variables to specify in _s3_bandextract.py, you can run this tool on an image.

For S3, bottom of Rayleigh reflectance is a different story because it requires a processor to be run, and the band_extract tool isn't designed for this. You can run the processor (Rad2Refl), then run the band_extract on the saved product, that should work.

No problems for extracting the other variables you mention.