Skip to content

Commit

Permalink
Update install_dev_osgeo.sh
Browse files Browse the repository at this point in the history
Support for zarr format needs blosc compression.

osgeo-dev should also be sure other common compression libs are included.  

/ht @mdsumner, thanks!
  • Loading branch information
cboettig authored Aug 23, 2023
1 parent 7c2ef86 commit 3345f6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/experimental/install_dev_osgeo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,12 @@ apt_install \
cmake \
libtiff5-dev \
libhdf4-alt-dev \
libhdf5-dev

libhdf5-dev \
liblzma-dev \
libblosc-dev \
libzstd-dev \
libz4-dev

## geoparquet support
wget https://apache.jfrog.io/artifactory/arrow/"$(lsb_release --id --short | tr '[:upper:]' '[:lower:]')"/apache-arrow-apt-source-latest-"$(lsb_release --codename --short)".deb
apt_install -y -V ./apache-arrow-apt-source-latest-"$(lsb_release --codename --short)".deb
Expand Down

0 comments on commit 3345f6e

Please sign in to comment.