Skip to content

Unsupported file format error in getCoverage() #133

Answered by eblondel
dgobb asked this question in OGC WCS
Discussion options

You must be logged in to vote

The WCS 1.0 requires more parameters to work, making it not really user friendly (why WCS 2 was designed). You have to give HEIGHT and WIDTH parameters. These are not set by default behind the request done by ows4R. QGIS should be applying some default values or compute them based on the bounding box.

You can try this:

ras2 <- cov$getCoverage(bbox = bbox, width=1000, height=1000)

I note your remark on getCoverageSummaries() and indeed doc should be improved on this.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@eblondel
Comment options

Answer selected by dgobb
@dgobb
Comment options

@eblondel
Comment options

@eblondel
Comment options

@dgobb
Comment options

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