From 723c831647eebcbe1ce9ff30febb2b1fcc3dfe77 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 10 Oct 2023 21:48:10 -0700 Subject: [PATCH 1/2] Add conda-forge package --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7e643a5..23c07fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Xee: Xarray + 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) ![Xee Logo](https://raw.githubusercontent.com/google/Xee/main/docs/xee-logo.png) @@ -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 From 955fced3425e49025bdd25b506201b2041a60865 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 10 Oct 2023 22:09:12 -0700 Subject: [PATCH 2/2] Move badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23c07fa..c8343da 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Xee: Xarray + Google Earth Engine +![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) -![Xee Logo](https://raw.githubusercontent.com/google/Xee/main/docs/xee-logo.png) - -_An Xarray extension for Google Earth Engine._ - ## How to use Install with pip: