Now that pygeoapi supports Part 2 - CRS support, it makes sense to upgrade the pygeoapi publishing section for the WS to showcase. Although defaults (WGS84 with lon,lat axis ordering) apply, it would be good to show support, if only to mention.
Basically for each 'feature' provider the crs and storageCRS config params need to be added, for example:
Also remove all source_srs and target_srs from OGR Providers (they are unsupported and obsolete now). source_srs should be replaced with corresponding storage_crs.
See also https://docs.pygeoapi.io/en/latest/crs.html.
Now that pygeoapi supports Part 2 - CRS support, it makes sense to upgrade the pygeoapi publishing section for the WS to showcase. Although defaults (WGS84 with lon,lat axis ordering) apply, it would be good to show support, if only to mention.
Basically for each 'feature' provider the
crs
andstorageCRS
config params need to be added, for example:http://www.opengis.net/def/crs/OGC/1.3/CRS84 basically means WGS84 with lon,lat axis ordering, the default.
Also remove all
source_srs
andtarget_srs
from OGR Providers (they are unsupported and obsolete now).source_srs
should be replaced with correspondingstorage_crs
. See also https://docs.pygeoapi.io/en/latest/crs.html.