Skip to content

Commit

Permalink
Add libgdal-hdf5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 20, 2024
1 parent 058b79f commit ff8d995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ test:
- gmt-config --all # [not win]
- gmt # [win]
- gmt grdmath -Rg -I1 0 90 SDIST = dist_to_NP.nc -x2
# Test reading/writing a netCDF/HDF5 file
- gmt grdcut @earth_relief_01d -R-10/-9/3/5 -Greliefcut.nc
- "[ -e 'reliefcut.nc' ] && exit 0 || exit 1"
# Test reading/writing a JP2 file (S90E000.earth_relief_05m_p.jp2)
- gmt grdcut @earth_relief_05m -R-10/-9/3/5 -Greliefcut.jp2=gd:JP2OpenJPEG
- "[ -e 'reliefcut.jp2' ] && exit 0 || exit 1"
Expand Down

0 comments on commit ff8d995

Please sign in to comment.