Skip to content
View lukegre's full-sized avatar
🐍
🐍

Organizations

@GliderToolsCommunity

Block or report lukegre

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 Loading

  1. GliderToolsCommunity/GliderTools GliderToolsCommunity/GliderTools Public

    A toolkit for processing Seaglider base station NetCDF files: despiking, smoothing, outlier detection, backscatter, fluorescence quenching, calibration, gridding, interpolation.

    Jupyter Notebook 68 28

  2. pySeaFlux pySeaFlux Public

    Calculation of air-sea fluxes - for now only CO2

    Python 14 10

  3. all_my_code all_my_code Public

    tools that I've developed over time that form a part of my daily workflow built primarily around xarray. Thought good to share. Won't be making docs for now

    Python 3 4

  4. Load IPCC cmaps (e.g., cmap="ipcc.pr... Load IPCC cmaps (e.g., cmap="ipcc.prec_div"). A standalone script to load the IPCC continuous color maps listed in https://github.com/IPCC-WG1/colormaps/tree/master. Simply import this script to load the cmaps and access as cmap='ipcc.prec_div' for example.
    1
    
                  
    2
    
                  
    3
    def get_github_filesystem():
    4
        import fsspec
    5