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

check mimetype on wcs subset #46

Closed
jordansread opened this issue Sep 5, 2014 · 5 comments
Closed

check mimetype on wcs subset #46

jordansread opened this issue Sep 5, 2014 · 5 comments
Assignees

Comments

@jordansread
Copy link
Contributor

"org.n52.wps.server.ExceptionReport: Could not determine input format because none of the supported formats match the given schema ("null") and encoding ("null"). (A mimetype was not specified)"

for experimental NED service

@jordansread jordansread self-assigned this Sep 5, 2014
@jordansread
Copy link
Contributor Author

*** Class geoknife, method Print *** 
* WFS_URL:  http://cida.usgs.gov/gdp/geoserver/wfs 
* WPS_URL:  http://cida.usgs.gov/gdp/process/WebProcessingService 
* algorithm:    WCS Subset 
* ------process inputs------
    - REQUIRE_FULL_COVERAGE: true 
    - DATASET_URI: dods://cida.usgs.gov/thredds/dodsC/iclus/hc 
* ------feature------
    - LinearRing: -111.4801 36.95 -111.48 36.9501 -111.4799 36.95 -111.48 36.9499 -111.4801 36.95 
* processID:    http://cida.usgs.gov:80/gdp/process/RetrieveResultServlet?id=36efeaa2-5956-4b5a-bd64-8e356ecae323 
**** End Print (geoknife)**** 
<wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows/1.1" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd" serviceInstance="null://cida.usgs.gov:80/gdp/process/WebProcessingService?REQUEST=GetCapabilities&SERVICE=WPS" xml:lang="en-US" service="WPS" version="1.0.0" statusLocation="http://cida.usgs.gov:80/gdp/process/RetrieveResultServlet?id=36efeaa2-5956-4b5a-bd64-8e356ecae323">
<wps:Process wps:processVersion="1.0.0">
<ows:Identifier>
gov.usgs.cida.gdp.wps.algorithm.FeatureCoverageIntersectionAlgorithm
</ows:Identifier>
<ows:Title>WCS Subset</ows:Title>
</wps:Process>
<wps:Status creationTime="2015-02-04T13:53:44.370-06:00">
<wps:ProcessFailed>
<ows:ExceptionReport version="1.0.0">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>
java.lang.RuntimeException: Error obtaining WCS DescribeCoverage document from dods://cida.usgs.gov/thredds/dodsC/iclus/hc?service=WCS&version=1.1.1&request=DescribeCoverage&Identifiers=null
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
</wps:ProcessFailed>
</wps:Status>
</wps:ExecuteResponse>

@jiwalker-usgs
Copy link
Contributor

That dataset URI is OPeNDAP, which is why it isn't working. I'm failing to find a good WCS endpoint right now.

@jordansread
Copy link
Contributor Author

yeah, trying to find one that'll work too. Blodgett suggests s geotiff from SB

@dblodgett-usgs
Copy link
Collaborator

This functionality is going away.

dblodgett-usgs added a commit to dblodgett-usgs/geoknife that referenced this issue Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants