Skip to content
View maawoo's full-sized avatar
🛰️
🛰️

Organizations

@eo2cube @Jena-Earth-Observation-School @SAR-ARD
Block or Report

Block or report maawoo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SAR-ARD/S1_NRB SAR-ARD/S1_NRB Public

    Sentinel-1 ARD Prototype Processor

    Python 22 6

  2. gedixr gedixr Public

    Global Ecosystem Dynamics Investigation (GEDI) L2A/L2B -> GeoParquet & GeoDataFrame/Xarray

    Python 7

  3. sentinel-2-grid-geoparquet sentinel-2-grid-geoparquet Public

    Forked from scottyhq/mgrs

    Cloud-native Sentinel-2 tiling grid in GeoParquet format

    Jupyter Notebook 1

  4. Jena-Earth-Observation-School/sdc-tools Jena-Earth-Observation-School/sdc-tools Public

    Tools and tutorials for the SALDi Data Cube (SDC).

    Python 3

  5. xr_nanquantile - A workaround for h... xr_nanquantile - A workaround for https://github.com/pydata/xarray/issues/7377
    1
    import numpy as np
    2
    from xarray.core.utils import is_scalar
    3
    from xarray.core.computation import apply_ufunc
    4
    from numbagg import nanquantile
    5