Skip to content

Commit

Permalink
Update conda download links (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Mar 13, 2024
1 parent 91b2456 commit 8b9645f
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ To use **geemap**, you must first `sign up <https://earthengine.google.com/signu
pip install geemap
**Geemap** is also available on `conda-forge <https://anaconda.org/conda-forge/geemap>`__. If you have `Anaconda <https://www.anaconda.com/distribution/#download-section>`__ or `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`__ installed on your computer, you can create a conda Python environment to install geemap:
**Geemap** is also available on `conda-forge <https://anaconda.org/conda-forge/geemap>`__. If you have `Anaconda <https://www.anaconda.com/download>`__ or `Miniconda <https://docs.anaconda.com/free/miniconda>`__ installed on your computer, you can create a conda Python environment to install geemap:

.. code:: python
conda create -n gee python=3.10
conda create -n gee python=3.11
conda activate gee
conda install -n base mamba -c conda-forge
mamba install geemap -c conda-forge
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install geemap
## Install from conda-forge

**Geemap** is also available on [conda-forge](https://anaconda.org/conda-forge/geemap). If you have
[Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) installed on your computer, you can install geemap using the following command:
[Anaconda](https://www.anaconda.com/download) or [Miniconda](https://docs.anaconda.com/free/miniconda) installed on your computer, you can install geemap using the following command:

```bash
conda install geemap -c conda-forge
Expand All @@ -28,7 +28,7 @@ conda install geemap -c conda-forge
The geemap package has some optional dependencies, such as [GeoPandas](https://geopandas.org) and [localtileserver](https://github.com/banesullivan/localtileserver). These optional dependencies can be challenging to install on some computers, especially Windows. It is highly recommended that you create a fresh conda environment to install geemap. Follow the commands below to set up a conda env and install geemap:

```bash
conda create -n gee python=3.10
conda create -n gee python=3.11
conda activate gee
conda install -n base mamba -c conda-forge
mamba install geemap -c conda-forge
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/AGU_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "2",
"metadata": {},
"source": [
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://docs.anaconda.com/free/miniconda), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"\n",
"```bash\n",
"conda create -n gee python=3.11\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/G4G_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "2",
"metadata": {},
"source": [
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://docs.anaconda.com/free/miniconda), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"\n",
"```bash\n",
"conda create -n gee python=3.11\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/GEE_Workshop_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"\n",
"### Prerequisite\n",
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"\n",
"\n",
"### Set up a conda environment\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/GeoPython_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"\n",
"### Prerequisite\n",
"- A Google Earth Engine account. Sign up [here](https://earthengine.google.com) if needed. \n",
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"\n",
"\n",
"### Set up a conda environment\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/NCSU_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "2",
"metadata": {},
"source": [
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://docs.anaconda.com/free/miniconda), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"\n",
"```bash\n",
"conda create -n gee python=3.11\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/SRM_Workshop_2022.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"\n",
"### Prerequisite\n",
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
"\n",
"\n",
"### Set up a conda environment\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/AGU_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "2",
"metadata": {},
"source": [
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://docs.anaconda.com/free/miniconda), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"\n",
"```bash\n",
"conda create -n gee python=3.11\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/G4G_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "2",
"metadata": {},
"source": [
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://docs.anaconda.com/free/miniconda), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"\n",
"```bash\n",
"conda create -n gee python=3.11\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/GEE_Workshop_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"\n",
"### Prerequisite\n",
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"\n",
"\n",
"### Set up a conda environment\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/GeoPython_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"\n",
"### Prerequisite\n",
"- A Google Earth Engine account. Sign up [here](https://earthengine.google.com) if needed. \n",
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
"\n",
"\n",
"### Set up a conda environment\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/NCSU_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "2",
"metadata": {},
"source": [
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"Note that some geemap features do not work properly with Google Colab. If you are familiar with [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://docs.anaconda.com/free/miniconda), it is recommended to create a new conda environment to install geemap and its optional dependencies on your local computer. \n",
"\n",
"```bash\n",
"conda create -n gee python=3.11\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/SRM_Workshop_2022.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"\n",
"### Prerequisite\n",
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
"\n",
"\n",
"### Set up a conda environment\n",
Expand Down

0 comments on commit 8b9645f

Please sign in to comment.