Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Coverage Service (WCS) does not work anymore #151

Open
JakobMiksch opened this issue Sep 9, 2021 · 0 comments
Open

Web Coverage Service (WCS) does not work anymore #151

JakobMiksch opened this issue Sep 9, 2021 · 0 comments

Comments

@JakobMiksch
Copy link
Contributor

Downloading Raster images via WCS does not work anymore.

With a GET-Request like this it used to work:

https://sauber-sdi.meggsimum.de/geoserver/image_mosaics/wms?SERVICE=WCS&
VERSION=2.0.1&
REQUEST=GetCoverage&
COVERAGEID=image_mosaics:nrw_no2_am1h&
SUBSET=time("2021-09-08T21:00:00.000Z")&
FORMAT=GeoTIFF

It used to provide a raster file. But now the error message is:

<ows:ExceptionReport version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>
java.lang.OutOfMemoryError: Java heap space Java heap space
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
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

No branches or pull requests

1 participant