Unspecified image with WCS #127
-
Hi, when I try to get coverage data from an FAO server I get either an internal error or an external one related to an unspecified image. Here's the setup code:
Here's where I request the data:
This gives the following error:
I figured this might be an issue of not having a bounding box, so I created a global one:
This produced the following error:
Does anyone have any insight into what I might be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'm looking at it; From what I see, this is not a problem with the |
Beta Was this translation helpful? Give feedback.
I could make it work using version
2.0.1
of the WCS service. One note when using version 2 the separator between the namespace and the layer name is not:
but a double underscoe__
. Layer name would beGLEAM3__a_prod
.I realized this server fails 1 out of 2 attempts to get coverage. Don't be surprised if the first request fails, in general the 2d works. I suspect they have a load balancer that delegates request to one service instance that is down behind, which would explain why 1 request out of 2 is failing.
See this code