-
Notifications
You must be signed in to change notification settings - Fork 14
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
no native format for coverages #279
Comments
@juliepierson on this specific issue, I'd need to spend some time with you, if you can show me lively the issue with a run of workflow. |
Just tested now to access a WCS via QGIS, here's geoserver logs : |
Le lien vers le XML : view-source:https://portail.indigeo.fr/geoserver/rest/workspaces/TEST/coveragestores/test_sougeal_2017-07-07/coverages/test_sougeal_2017-07-07.xml |
J'ai testé en ajoutant |
L'erreur renvoyée par QGIS suppose que c'est la version 1.0.0 du WCS qui est appelée... Si on regarde la description coverage en 2.0.1 cela passe bien (https://portail.indigeo.fr/geoserver/ows?service=WCS&version=2.0.1&request=DescribeCoverage&CoverageId=TEST__test_sougeal_2017-07-07), en revanche cela ne passe pas pour la 1.0.0 https://portail.indigeo.fr/geoserver/ows?service=WCS&version=1.0.0&coverage=TEST:test_sougeal_2017-07-07&request=DescribeCoverage Ce dernier lien devrait renvoyer un XML et ce n'est pas le cas... Est-ce que le module QGIS WCS fonctionne pour tes autres couches geotiff? |
This supposes 2 issues:
If I use the ows4R WCS client, It works well: require(ows4R)
require(terra)
WCS = ows4R::WCSClient$new(url = "https://portail.indigeo.fr/geoserver/ows", serviceVersion = "2.0.1", logger = "DEBUG")
rr = WCS$getCoverage("TEST:test_sougeal_2017-07-07")
plot(rr) |
Hi, thanks for your input ! WCS seems to work ok for the geotiff layers I created with geoserver API, I only have this problem for layers created with geoflow. From the QGIS doc : |
Can we have a call to go through your geoflow?
Le mar. 18 oct. 2022 à 16:36, Julie Pierson ***@***.***> a
écrit :
… Hi, thanks for your input !
WCS seems to work ok for the geotiff layers I created with geoserver API,
I only have this problem for layers created with geoflow.
From the QGIS doc
<https://docs.qgis.org/3.22/en/docs/user_manual/working_with_ogc/ogc_client_support.html#wcs-client>:
QGIS has a native WCS provider and supports both version 1.0 and 1.1
(which are significantly different), but currently it prefers 1.0, because
1.1 has many issues (i.e., each server implements it in a different way
with various particularities).
—
Reply to this email directly, view it on GitHub
<#279 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKDK3CHMWA4KH7II3BHXN3WD2YYFANCNFSM57SPBJ2Q>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
I suppose that you solved this issue. In case not, feel free to reopen |
Hi,
When creating a coverage from a geotiff image with geoflow, WMS is ok but WCS cannot be accessed. When I add
<nativeFormat>GeoTIFF</nativeFormat>
in coverage with the geoserver rest API, WCS works ok.Thanks !
The text was updated successfully, but these errors were encountered: