stac-extensions / pointcloud

Provides a way to describe point cloud datasets. The point clouds can come from either active or passive sensors, and data is frequently acquired using tools such as LiDAR or coincidence-matched imagery.
Apache License 2.0
11 stars 4 forks source link

Release v2.0.0 #14

Open gadomski opened 4 months ago

gadomski commented 4 months ago

The main changes are

Related issues

m-mohr commented 4 months ago

because [...] it is allowed to have fields w/ a pc: prefix that aren't in the extension.

That is not correct. Unknown pc: prefixed fields will be reported as invalid. @gadomski

gadomski commented 4 months ago

Alrighty, then should be v2.0.0. Thanks @m-mohr I'll update.

m-mohr commented 3 months ago

Generally, the schema could be updated to a better version that we use in some other extensions. I'm not sure it's in the template extension yet, but if you go 2.0.0 preferrably also improve the schema ;-)

gadomski commented 3 months ago

Generally, the schema could be updated to a better version that we use in some other extensions. I'm not sure it's in the template extension yet, but if you go 2.0.0 preferrably also improve the schema ;-)

Ok, I'll hold off on merging and see if I can get some time to update the schema 👍🏼

m-mohr commented 3 months ago

Here's a recent example of a "better" schema ;-) https://github.com/stac-extensions/eo/blob/9dfcf270dbd210e74ee1e06a15c50beedc2e3b5d/json-schema/schema.json

gadomski commented 3 months ago

@m-mohr I did my best to ape the EO extension into the jsonschema, but full disclosure I don't play in jsonschema much so mistakes are quite possible. If you have time to take a look I'd appreciate 🙇🏼 .

m-mohr commented 3 months ago

The CI tests fail, could you fix those first? :-) Or any specific issues I should look at?

gadomski commented 3 months ago

The CI tests fail, could you fix those first? :-)

Yeah, I'm flailing around now — please ignore, I'll ping again when I get things green 🙇🏼 .