Skip to content

gdal_has_pam() to query PAM support - #2171

Open
MichaelChirico wants to merge 3 commits into
rspatial:masterfrom
MichaelChirico:gdal-has-pam
Open

gdal_has_pam() to query PAM support#2171
MichaelChirico wants to merge 3 commits into
rspatial:masterfrom
MichaelChirico:gdal-has-pam

Conversation

@MichaelChirico

Copy link
Copy Markdown
Contributor

Closes #2170. Just a possible solution -- I didn't see an easy way to shoehorn this into the existing API so it adds an export. That export could just as well be gdal_build_info() and the test itself does grepl().

Depending on your tastes, we could also leave everything un-exported and just have terra:::gdal_has_pam() (etc) in the test suite. Unlike {testthat}, {tinytest} does not expose private namespace symbols to the test suite, so ::: would be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some tests assume GDAL has PAM enabled

1 participant