Skip to content

Parsing coverageDescription information #86

Answered by eblondel
annakrystalli asked this question in Q&A
Discussion options

You must be logged in to vote

@annakrystalli Here we deal with differences between WCS standard versions. The methods you try to query are specific to WCS version 1.x , so querying a WCS 2.0.1 it's totally normal you get empty lists:

  • getDomain() and getSupportedFormats() are implemented in ows4R but target WCS version 1
  • getRange() with range XML parsing is not yet implemented in ows4R, it targets WCS version 1.0

In ows4R, to deal with this heterogeneity of how dimensions are handled depending on WCS version and also the complexity of WCS standard when relying on GML COV bindings, i've implemented a method cov$getDimensions() that gives you the dimensions of your coverage. This is particularly useful for time / eleva…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by eblondel
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #80 on August 19, 2022 07:14.