Py6S icon indicating copy to clipboard operation
Py6S copied to clipboard

A Python interface to the 6S Radiative Transfer Model

Results 20 Py6S issues
Sort by recently updated
recently updated
newest added

What would be involved to add support for 6S-V2.1? This is related to #31 Is it as simple as, depending on the version of 6S (available in the first line...

Hi, this pull request adds two features to Py6S: (1) The ability to save a text file with the `.mie` extension containing the results of the `MIE.f` subroutine (applies only...

Dear Robintw: I am using the 6sv model recently, but I have encountered a little problem. I found your code, but I would like to know how to calculate the...

Hello, I'm having several problems installing and running Py6S: - First, I installed it with the command conda create -n py6s-env -c conda-forge py6s, and activated it. I run the...

Calling SixSHelpers.Angles.run_and_plot_360 getting error "name 'subplots' is not defined"

Hi Robin, i`m new with Py6S. I intend to use it for teaching and i have to run it in google colab. I have followed all instructions and everything seems...

Lookup Tables (LUTs) are really useful for various applications where Py6S simulations are run many times - they can speed up things like atmospheric correction to make them actually possible!...

enhancement

The spectral filter function for Landsat ETM panchromatic band seems to be missing from the PredefinedWavelengths class. https://github.com/robintw/Py6S/blob/master/Py6S/Params/wavelength.py

This may include: - Ways of saving the whole SixS object so that it can be loaded again (not just the 6S input file, but the object so that the...

Spectra can currently be imported from the ASTER and USGS spectral libraries. However, it'd be good to import from ENVI spectral libraries too. I can't immediately find where the description...

enhancement