It is not possible to add a Web Coverage Service (WCS) service to a map in ArcGIS Pro 2.1.2.
上次发布: July 23, 2021ArcGIS Pro
漏洞 ID 编号
BUG-000113310
已提交
April 18, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.1.1
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We discussed with the original issue submitter - customer of "Imagem", via TAM for Brazil, Juan Perez, it was determined that their WCS service can be properly consumed in ArcGIS Pro 2.7.1.Here are additional comments for other user's WCS server that has problem when interacting with ArcGIS Pro:https://geoserver.tern.org.au/geoserver/aus/wcs?SERVICE=WCS&ACCEPTVERSIONS=1.1.1&REQUEST=GetCapabilitiescomments: WCS version 1.1.1's getCapabilities request should be sent with "acceptversions" parameter according to OGC WCS 1.1.1 specification, but the above request returns error. It looks like the server incorrectly uses "version" instead of "acceptversions" parameter there.User also claims that the same service above also has problem when accessing using WCS 1.0.0 syntax for some of the coverages. Again, this is something geoserver is not implemented correctly.I found the coverage with name "aus:lztmre_qld_e8814_dhxa2" is not working. This is because it describeCoverage request doesn't have any valid values for "wcs:supportedCRSs".https://geoserver.tern.org.au/geoserver/aus/wcs?SERVICE=WCS&REQUEST=DescribeCoverage&VERSION=1.0.0&COVERAGE=aus:lztmre_qld_e8814_dhxa2So, ArcGIS client has to leave CRS parameter in getCoverage request as empty. but it still doesn't work. Eventually, I found it needs a "&CRS=EPSG:3577" parameter, but apparently ArcGIS Pro doesn't know it.For other users not having the similar problems, please reach out to Esri again with the WCS url you have encountered problems.