Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update conformance links for those that exist #65

Closed
wants to merge 2 commits into from

Conversation

ranchodeluxe
Copy link

@ranchodeluxe ranchodeluxe commented Apr 18, 2023

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:

opengeospatial/ogcapi-features#821
opengeospatial/ogcapi-common#327

How you can test it

for link in links:
    curl -XGET link

@ranchodeluxe
Copy link
Author

ranchodeluxe commented Apr 19, 2023

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

@ranchodeluxe
Copy link
Author

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:

  • that the OGC has embedded extra meaning into what a 404 means from the domain "http://www.opengis.net". They expect 404 users to somehow know, "oh, this must mean that the OGC spec this link is referring to isn't an 'approved standard' yet"

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants