Skip to content

Commit e96f861

Browse files
committed
Update conda download links
1 parent 91b2456 commit e96f861

14 files changed

+16
-16
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ To use **geemap**, you must first `sign up <https://earthengine.google.com/signu
153153
pip install geemap
154154
155155
156-
**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:
156+
**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:
157157

158158
.. code:: python
159159
160-
conda create -n gee python=3.10
160+
conda create -n gee python=3.11
161161
conda activate gee
162162
conda install -n base mamba -c conda-forge
163163
mamba install geemap -c conda-forge

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install geemap
1919
## Install from conda-forge
2020

2121
**Geemap** is also available on [conda-forge](https://anaconda.org/conda-forge/geemap). If you have
22-
[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:
22+
[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:
2323

2424
```bash
2525
conda install geemap -c conda-forge
@@ -28,7 +28,7 @@ conda install geemap -c conda-forge
2828
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:
2929

3030
```bash
31-
conda create -n gee python=3.10
31+
conda create -n gee python=3.11
3232
conda activate gee
3333
conda install -n base mamba -c conda-forge
3434
mamba install geemap -c conda-forge

docs/workshops/AGU_2023.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"id": "2",
6969
"metadata": {},
7070
"source": [
71-
"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",
71+
"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",
7272
"\n",
7373
"```bash\n",
7474
"conda create -n gee python=3.11\n",

docs/workshops/G4G_2023.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"id": "2",
6969
"metadata": {},
7070
"source": [
71-
"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",
71+
"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",
7272
"\n",
7373
"```bash\n",
7474
"conda create -n gee python=3.11\n",

docs/workshops/GEE_Workshop_2021.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"\n",
6565
"### Prerequisite\n",
6666
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
67-
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
67+
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
6868
"\n",
6969
"\n",
7070
"### Set up a conda environment\n",

docs/workshops/GeoPython_2021.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"\n",
4646
"### Prerequisite\n",
4747
"- A Google Earth Engine account. Sign up [here](https://earthengine.google.com) if needed. \n",
48-
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
48+
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
4949
"\n",
5050
"\n",
5151
"### Set up a conda environment\n",

docs/workshops/NCSU_2023.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"id": "2",
6969
"metadata": {},
7070
"source": [
71-
"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",
71+
"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",
7272
"\n",
7373
"```bash\n",
7474
"conda create -n gee python=3.11\n",

docs/workshops/SRM_Workshop_2022.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"### Prerequisite\n",
5151
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
52-
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
52+
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
5353
"\n",
5454
"\n",
5555
"### Set up a conda environment\n",

examples/workshops/AGU_2023.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"id": "2",
6969
"metadata": {},
7070
"source": [
71-
"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",
71+
"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",
7272
"\n",
7373
"```bash\n",
7474
"conda create -n gee python=3.11\n",

examples/workshops/G4G_2023.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"id": "2",
6969
"metadata": {},
7070
"source": [
71-
"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",
71+
"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",
7272
"\n",
7373
"```bash\n",
7474
"conda create -n gee python=3.11\n",

examples/workshops/GEE_Workshop_2021.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"\n",
6565
"### Prerequisite\n",
6666
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
67-
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
67+
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
6868
"\n",
6969
"\n",
7070
"### Set up a conda environment\n",

examples/workshops/GeoPython_2021.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"\n",
4646
"### Prerequisite\n",
4747
"- A Google Earth Engine account. Sign up [here](https://earthengine.google.com) if needed. \n",
48-
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual)\n",
48+
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual)\n",
4949
"\n",
5050
"\n",
5151
"### Set up a conda environment\n",

examples/workshops/NCSU_2023.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"id": "2",
6969
"metadata": {},
7070
"source": [
71-
"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",
71+
"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",
7272
"\n",
7373
"```bash\n",
7474
"conda create -n gee python=3.11\n",

examples/workshops/SRM_Workshop_2022.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"### Prerequisite\n",
5151
"- A Google Earth Engine account. Sigh up [here](https://earthengine.google.com) if needed. \n",
52-
"- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
52+
"- [Miniconda](https://docs.anaconda.com/free/miniconda) or [Anaconda](https://www.anaconda.com/products/individual) has been installed on your computer.\n",
5353
"\n",
5454
"\n",
5555
"### Set up a conda environment\n",

0 commit comments

Comments
 (0)