developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
153 stars 23 forks source link

update conformance links for those that exist #65

Closed ranchodeluxe closed 1 year ago

ranchodeluxe commented 1 year ago

What I am changing

Fixing/removing conformance links that are 404'ing

How I did it

I didn't immediately notice but the newest OGC docs (see links below) have removed the bad links, so I followed that example (outside of the ogcapi-features-3.0 examples which are broken and not removed).

https://docs.ogc.org/is/19-072/19-072.html#toc64 https://docs.opengeospatial.org/is/17-069r4/17-069r4.html#_response_3

I also left some questions on the relevant ogcapi repos:

https://github.com/opengeospatial/ogcapi-features/issues/821 https://github.com/opengeospatial/ogcapi-common/issues/327

How you can test it

for link in links:
    curl -XGET link
ranchodeluxe commented 1 year ago

progress: https://github.com/opengeospatial/ogcapi-features/pull/822

I'll wait to hear back from the ogcapi-common repo for fixes and see what they've done there. Then I can tweak things around and fix the tests here

ranchodeluxe commented 1 year ago

progress: opengeospatial/ogcapi-features#822

I'll wait to hear back from the ogcapi-common repo for fixes and see what they've done there. Then I can tweak things around and fix the tests here

Given the feedback on those ogcapi repo tickets we learned one big thing:

I think that's pretty awful 😆 but I don't want to die on any OGC-redirect-link hills. This is their problem. So not going to make any changes here and let them figure it out

vincentsarago commented 1 year ago

Thanks @ranchodeluxe 🙏 Yeah OGC is sometime hard to follow ;-)