Skip to content

Commit

Permalink
DAS-2180: Add notice of gdal requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Jul 31, 2024
1 parent 8c18fb8 commit c455ebf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,25 @@ def create_browse(
"""
```

### library installation

The hybig-py library can be installed from PyPI but has a prerequisite
dependency requirement on the GDAL libraries. Ensure you have an environment with the libraries available. You can check on Linux/macOS:
```bash
gdal-config --version
```
on windows (if GDAL is in your PATH):
```bash
gdalinfo --version
```

Once verified, you can simply install the libary:

```bash
pip install hybig-py
```


### Reprojection

GIBS expects to receive images in one of three Coordinate Reference System (CRS) projections.
Expand Down

0 comments on commit c455ebf

Please sign in to comment.