-
Notifications
You must be signed in to change notification settings - Fork 3
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
add validation of MLM output using classification:classes (fixes #48) #50
Conversation
@m-mohr Should we wait more for feedback or can it be merged as is? |
I think we can merge, but was just thinking that we should add a note in the Readme and a change log entry. |
@m-mohr Added in the latest commits. |
- `nodata` to `classification:classes` | ||
- `nodata` to Class Object | ||
- `percentage` to Class Object | ||
- `count` to Class Object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `nodata` to `classification:classes` | |
- `nodata` to Class Object | |
- `percentage` to Class Object | |
- `count` to Class Object | |
- `nodata` to the Class Object | |
- `nodata` to the Class Object | |
- `percentage` to the Class Object | |
- `count` to the Class Object |
Thanks. With regards to the README, I think it should be mentioned here: Otherwise it's not clear from the README directly that it can be used in MLM. |
Thanks. |
As proposed in #48, adds the validation of
classification:classes
nested under anmlm:output
definition.Adds an example demonstrating how it can be used.
For the moment, the MLM URI validation fails inside the npm checker as it is not yet published on stac-extensions (to be discussed in the next community meeting how to make that happen). The corresponding Item (https://github.com/crim-ca/dlm-extension/blob/v1.0.0/examples/item_raster_bands.json) is however validated in using the mapping in the repository https://github.com/crim-ca/dlm-extension/blob/v1.0.0/package.json#L8-L9.Uses the URI defined on https://crim-ca.github.io/mlm-extension/v1.1.0/schema.json
Looking for initial feedback in case some adjustments must be done before the MLM extension is published officially.
Fixes #48