Skip to content
View brews's full-sized avatar

Sponsoring

@numfocus

Organizations

@ltrr-arizona-edu @ClimateImpactLab @RhodiumGroup

Block or report brews

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. ClimateImpactLab/downscaleCMIP6 ClimateImpactLab/downscaleCMIP6 Public

    Downscaling & bias correction of CMIP6 tasmin, tasmax, and pr for the R/CIL GDPCIR project

    Jupyter Notebook 139 33

  2. ltrr-arizona-edu/burnr ltrr-arizona-edu/burnr Public

    🔥 Forest fire history analysis in R.

    R 15 10

  3. baysparpy baysparpy Public

    The BAYSPAR TEX86 calibration, in Python.

    Python 8 2

  4. snakebacon snakebacon Public

    🐍🥓 Fast Bayesian sediment core age modeling in Python

    C++ 6

  5. Python function to access crossref.o... Python function to access crossref.org DOI metadata resolver and return bibliography as dictionary or bibtex string.
    1
    import requests
    2
    import json
    3
    
                  
    4
    
                  
    5
    def fetchmeta(doi, fmt='dict', **kwargs):
  6. Argo Workflow demo to launch kuberne... Argo Workflow demo to launch kubernetes dask distributed job
    1
    apiVersion: argoproj.io/v1alpha1
    2
    kind: Workflow
    3
    metadata:
    4
      generateName: dask-test-
    5
    spec: