I hereby claim:
- I am andersy005 on github.
- I am andersy005 (https://keybase.io/andersy005) on keybase.
- I have a public key whose fingerprint is E5C6 F7CD 2CEA 54F5 4FC5 AD33 4828 EAD0 1AC1 0C71
To claim this, I am signing this object:
"""Aggregattion functions for building xarray datasets from search results. | |
""" | |
from functools import reduce | |
import xarray as xr | |
import pandas as pd | |
import dask | |
from tqdm.autonotebook import tqdm, trange | |
from datetime import datetime |
name: esmlab | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- numpy | |
- xesmf | |
- esmpy | |
- pyyaml | |
- pip: |
name: xdev | |
channels: | |
- conda-forge | |
dependencies: | |
- python=3.7 | |
- pandas |
I hereby claim:
To claim this, I am signing this object:
FROM python:2-alpine | |
RUN pip install \ | |
beautifulsoup4 \ | |
requests | |
COPY papers.py /usr/local/bin/ | |
RUN chmod +x /usr/local/bin/papers.py | |
WORKDIR /root |