Skip to content

Commit

Permalink
Update install_dev_osgeo.sh (#689)
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!

---------

Co-authored-by: eitsupi <[email protected]>
  • Loading branch information
cboettig and eitsupi authored Aug 23, 2023
1 parent 7c2ef86 commit 7815dd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/experimental/install_dev_osgeo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ apt_install \
cmake \
libtiff5-dev \
libhdf4-alt-dev \
libhdf5-dev
libhdf5-dev \
liblzma-dev \
libblosc-dev \
libzstd-dev \
liblz4-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
Expand Down

0 comments on commit 7815dd9

Please sign in to comment.