Skip to content
View csaybar's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@r-earthengine @cloudsen12

Block or report csaybar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
csaybar/README.md
#include <ranges>
#include <limits>

struct Her {
    struct Light {} light;
    struct Calm  {} calm;
    struct Music {} music;
};

static_assert(std::numeric_limits<double>::has_infinity);

int main() {
    auto [light, calm, music] = Her{};

    for (auto reason : std::views::iota(1)) {
        ;
    }
}

Pinned Loading

  1. r-spatial/rgee r-spatial/rgee Public

    Google Earth Engine for R

    R 778 160

  2. ESAOpenSR/SEN2SR ESAOpenSR/SEN2SR Public

    A Python package to super-resolve Sentinel-2 satellite imagery up to 2.5 meters.

    Python 170 20

  3. asterisk-labs/cozip asterisk-labs/cozip Public

    Open a ZIP like table!

    C 17

  4. ESAOpenSR/opensr-model ESAOpenSR/opensr-model Public

    Implementation of Latent Diffusion Super-Resolution model for RGB-NIR Sen2 imagery.

    Python 143 28

  5. asterisk-labs/rumi asterisk-labs/rumi Public

    A GeoTIFF-inspired raster format for model training at scale.

    C++ 10

  6. asterisk-labs/karu asterisk-labs/karu Public

    Stateless C++23 byte-range reader for local files, HTTP, and cloud object storage.

    C++ 4