SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
26 stars 11 forks source link

Implement SRT best-match option and make it default #334

Open jpswinski opened 10 months ago

jpswinski commented 10 months ago

Currently the user must supply the Surface Reference Type in each request to processing ATL03 photons if they are going to use confidence level filtering. But this is very error prone and also confusing. What would be better is if the Atl03Reader looked at the confidence level for every surface type and chose the highest one and then used that. This could be the default behavior unless a user specifies an SRT to use, in which case the code would then just use the confidence levels associated with that SRT (like it does now).