We'd like a way to store the confidence level of an automated or manual species ID into Guano. The use case for this would be when running automated species identification tools so the confidence can be written to the metadata. I also believe many government agencies now require the confidence levels to be put into any report tendered.
I think the simplest way to incorporate this into the existing guano spec would be to add an optional field to Species Auto ID and Species Manual ID. This would be a percentage and stored as a float.
The problems I think need to be solved are
- Use of exisitng Guano fields
- Confidence seperator
I think using the existing Guano fields would be acceptable, as older reading implementations would still output the species label in a user readable way, although it may make it clumsy to use.
The separator is a bit harder, but I think it could get away with using a space and having the last item in the species label being the confidence level. Other options could be to use braces "{ }" or "[ ]" or chevrons "< >" as I'm sure these would be uncommon usages in existing species labels
I would propose something similar to:
optional, list of strings with optional float confidence level. . The optional float confidence level is represented as a percentage and should be the last field.
Species Auto ID: Bat 70.3, A very long bat name 50.8
We'd like a way to store the confidence level of an automated or manual species ID into Guano. The use case for this would be when running automated species identification tools so the confidence can be written to the metadata. I also believe many government agencies now require the confidence levels to be put into any report tendered.
I think the simplest way to incorporate this into the existing guano spec would be to add an optional field to Species Auto ID and Species Manual ID. This would be a percentage and stored as a float.
The problems I think need to be solved are
I think using the existing Guano fields would be acceptable, as older reading implementations would still output the species label in a user readable way, although it may make it clumsy to use.
The separator is a bit harder, but I think it could get away with using a space and having the last item in the species label being the confidence level. Other options could be to use braces "{ }" or "[ ]" or chevrons "< >" as I'm sure these would be uncommon usages in existing species labels
I would propose something similar to:
optional, list of strings with optional float confidence level. . The optional float confidence level is represented as a percentage and should be the last field.
Species Auto ID: Bat 70.3, A very long bat name 50.8