eblondel / ows4R

R Interface for OGC Web-Services (OWS)
https://eblondel.github.io/ows4R/
Other
37 stars 8 forks source link

Issue with missing EPSG:404000 code not found in init file #18

Closed eblondel closed 5 years ago

eblondel commented 6 years ago

Test case: Global namespace of VLIZ geoserver. Missing EPSG:404000

wfs = ows4R::WFSClient$new(url = "http://geo.vliz.be/geoserver/wfs", serviceVersion="1.0.0", logger = "DEBUG")
eblondel commented 6 years ago

https://github.com/jswhit/pyproj/issues/101

eblondel commented 5 years ago

According to GeoServer team, EPSG:404000 is a special wildcard used when there is no actual world-based coordinate system used. A special rule has been set to assign a CRS as NA for data being referenced with EPSG:404000 in such way reading the WFS GetCapabilities will not be blocked if such epsg code is reference for some feature type.