From 6a941612f825a53d72a0241f268ff0ee6bee391b Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Fri, 2 Feb 2024 15:26:54 -0500 Subject: [PATCH] Add docker instructions and earthaccess package --- docs/installation.md | 8 ++++++++ requirements.txt | 1 + 2 files changed, 9 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 0ed9744..6875d87 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -75,6 +75,14 @@ It is also possible to install the latest development version directly from the pip install git+https://github.com/opengeos/geospatial.git ``` +## Using Docker + +If you are familiar with [Docker](https://www.docker.com), you can use the following command to pull the latest geospatial image from the [GitHub Container Registry](https://github.com/opengeos/geospatial/pkgs/container/geospatial) + +```bash +docker pull ghcr.io/opengeos/geospatial:latest +``` + ## Upgrading geospatial If you have installed geospatial before and want to upgrade to the latest version, you can run the following command in your terminal: diff --git a/requirements.txt b/requirements.txt index e47fead..10b9a99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ cubo dask-geopandas datashader duckdb +earthaccess earthengine-api earthpy easystac