GithubHelp home page GithubHelp logo

senbox-org / snap-rut Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 1.02 MB

RUT: Radiometric uncertainty propagation tool for optical level-1 radiance data (ESA IDEAS+ Programme)

License: GNU General Public License v3.0

Python 52.20% HTML 42.61% Haskell 0.85% CSS 3.64% Shell 0.70%

snap-rut's People

Contributors

forman avatar marpet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

snap-rut's Issues

seeking uncertainty documentation

Is there a place to view the uncertainty algorithm documentation for cli users? Thanks, and sorry in advance if this is listed somewhere that I missed.

alpha**2 in rut_algo

Only a question regarding the u_noise component in rut_algo:
Why do you use "alpha**2" here, not "alpha"?:

u_noise = 100 * np.sqrt(self.alpha ** 2 + self.beta * cn) / cn

alpha value if from the noise model ALPHA here :

def get_alpha(self, datastrip_meta, band_id):
return ([i for i in datastrip_meta.getElement('Quality_Indicators_Info').getElement('Radiometric_Info').
getElement('Radiometric_Quality_list').getElements() if i.getName() == 'Radiometric_Quality'][band_id]
.getElement('Noise_Model').getAttributeDouble('ALPHA'))

And from Sentinel2 MSI specifications here :

https://earth.esa.int/documents/247904/685211/Sentinel-2-Products-Specification-Document

it is written page 84 that the noise is :
Noise= square root (Alpha_X + Beta_X* X)

not

Noise= square root (Alpha_X**2 + Beta_X* X)

Sign plugin

The plugin is not signed, so it emits a warning when installing it from the update center

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.