Skip to content

Commit

Permalink
Add docker instructions and earthaccess package (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Feb 2, 2024
1 parent 7f8e3aa commit d051fc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cubo
dask-geopandas
datashader
duckdb
earthaccess
earthengine-api
earthpy
easystac
Expand Down

0 comments on commit d051fc0

Please sign in to comment.