Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Optical] Do not use SNAP #12

Closed
remi-braun opened this issue Sep 29, 2021 · 0 comments
Closed

[Optical] Do not use SNAP #12

remi-braun opened this issue Sep 29, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@remi-braun
Copy link
Member

remi-braun commented Sep 29, 2021

Sentinel-3

Do not geocode S3 data with SNAP, to remove this dependency for optical data.

Reproject

⚠️ Geocoding is not as simple as initially thought

The goal is to apply lon/lat/alt arrays to every rasters (maybe through GCPs ? or -geoloc in gdalwarp ?)

Take a look at the ongoing @rioxarray #329 discussion.
And maybe at this thread

This solution using gdal warp -geoloc (script) exists (from this thread and this gdal documentation) but uses gdal CLI, which is not really wanted...

Rad2Refl

rad2refl: here

    public static float radianceToReflectance(float rad, float sza, float e0) {
        return (float) ((rad * Math.PI) / (e0 * Math.cos(sza * RAD_PER_DEG)));
    }
@remi-braun remi-braun added the enhancement New feature or request label Sep 29, 2021
@remi-braun remi-braun self-assigned this Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant