Skip to content

Commit

Permalink
Merge pull request #70 from giswqs:conda
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572610360
  • Loading branch information
Xee authors committed Oct 11, 2023
2 parents 77acef8 + 955fced commit ac5b179
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Xee: Xarray + Google Earth Engine

[![image](https://img.shields.io/pypi/v/xee.svg)](https://pypi.python.org/pypi/xee)

![Xee Logo](https://raw.githubusercontent.com/google/Xee/main/docs/xee-logo.png)

_An Xarray extension for Google Earth Engine._

[![image](https://img.shields.io/pypi/v/xee.svg)](https://pypi.python.org/pypi/xee)
[![image](https://static.pepy.tech/badge/xee)](https://pepy.tech/project/xee)
[![Conda Recipe](https://img.shields.io/badge/recipe-xee-green.svg)](https://github.com/conda-forge/xee-feedstock)
[![image](https://img.shields.io/conda/vn/conda-forge/xee.svg)](https://anaconda.org/conda-forge/xee)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/xee.svg)](https://anaconda.org/conda-forge/xee)

## How to use

Install with pip:
Expand All @@ -14,6 +18,12 @@ Install with pip:
pip install --upgrade xee
```

Install with conda:

```shell
conda install -c conda-forge xee
```

Then, authenticate Earth Engine:

```shell
Expand Down

0 comments on commit ac5b179

Please sign in to comment.