Skip to content

WCS VOM UK data #121

Feb 13, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

hi @jorgesainzdeaja I've tested your data source. As follow-up I made 2 enhancements (#122, #123) and everything works as expected now:

  • #122 is to better handle service exceptions (in your case if you try to get the full coverage). It appears that this WCS service is not handling status code 400 when there is an exception, but a valid 200 response.
  • #123 actually targets the error you got, for which some envelope axisLabels (E N) were not managed as valid lon/lat axisLabels

Code I've tested:

VOM <- WCSClient$new("https://environment.data.gov.uk/spatialdata/vegetation-object-model/wcs", "2.0.1", logger = "INFO")
VOM_cov <- VOM$capabilities$findCoverageSummaryById("ecae3bef-1e1d-4051-887b-…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jorgesainzdeajacurbelo
Comment options

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