stac-extensions / perspective-imagery

Describes perspective imagery collected by photogrammetric or non-photogrammetric cameras
Apache License 2.0
14 stars 2 forks source link

Validation issue with schema.json stac_extension's URL #9

Closed PanierAvide closed 1 year ago

PanierAvide commented 1 year ago

Hello,

I'm trying to make the API I'm working on tested against STAC specs using STAC API Validator.

As I use this extension for describing geolocated pictures, the URL to extension is set in my items' stac_extensions field. The only URL I found to use is https://raw.githubusercontent.com/stac-extensions/perspective-imagery/main/json-schema/schema.json, as the schema isn't available on https://stac-extensions.github.io/perspective-imagery/v1.0.0/schema.json. But, in the JSON schema, the STAC extension URL should match the stac-extensions.github.io URL. This causes issues against the validator :

Would it be possible to find a solution for this ? Either removing the stac_extension requirement in schema.json, or publish the existing version on stac-extensions.github.io.

Best regards.

m-mohr commented 1 year ago

The extension needs to be released for this. @AsgerPetersen do you want to do this? Otherwise, I could also click the buttons...

AsgerPetersen commented 1 year ago

@m-mohr I would appreciate it very much if you could help us out here. I am quite busy at the moment.

m-mohr commented 1 year ago

Done, the schema identifier https://stac-extensions.github.io/perspective-imagery/v1.0.0/schema.json is now available.

AsgerPetersen commented 1 year ago

Thank you very much @m-mohr !

PanierAvide commented 1 year ago

Thanks for solving the issue, that will be very helpful :clap: