The ability to import real-world data to parameterise 6S, from radiosonde measurements and AERONET sun photometer measurements Py6S has been designed to be easy to use, and to work on the 'principle of least surprise'. Far more details are available in the rest of this documentation, but a...
Py6S Run atmospheric radiative transfer simulations easily with a intuitive Python interface to the 6S model Get started » By Robin Wilson, University of Southampton fromPy6Simport*# Set some parameterss=SixS()s.wavelength=Wavelength(0.471)s.aot550=0.27s.ground_reflectance=GroundReflectance....
""" try: import pandas except ImportError: raise ImportError("Importing AERONET data requires the pandas module. Please see http://pandas.pydata.org/ for installation instructions.") # Load in the data from the file try: df = pandas.read_csv(filename, skiprows=3, na_values=["N...
View details » Import external data AERONET AOT and aerosol parameters Radiosonde profiles Spectral libraries View details » Built-in helper functions Run for standard wavelength ranges Run for all bands of a sensor Run for many angles View details »Kindly...
The ability to import real-world data to parameterise 6S, from radiosonde measurements and AERONET sun photometer measurements Py6S has been designed to be easy to use, and to work on the 'principle of least surprise'. Far more details are available in the rest of this documentation, but a...