On mardi 31 octobre 2017 08:58:24 CET Ari Jolma wrote:
> Rasdaman writes SRS definitions such as
> "http://ows.rasdaman.org/def/crs/EPSG/0/32633"; in WCS coverage
> descriptions. The URL returns a gml:ProjectedCRS XML. GDAL fetches the
> XML but then gives up in SetFromUserInput since it only expects "..that
> this method will be extended in the future to support  XML".
> 
> I wonder could the "crs/EPSG/0/32633" part be used as a proof that we
> know what this is?

Ideally importFromXML() should better support GML serialized SRS (there's a 
ticket 
about that: https://trac.osgeo.org/gdal/ticket/6852 ), but I'd agree that a URL 
ending 
with crs/EPSG/0/32633 could be just redirected to importFromEPSGA(32633)

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to