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

Vegetation Index values (equation) as string instead of List in jsonb #96

Open
marujore opened this issue Apr 1, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@marujore
Copy link

marujore commented Apr 1, 2022

Vegetation Index values (equation) are being created as List instead of string in metadata jsonb.
Current:
{"expression": {"bands": [1218, 1213], "value": ["10000. * ((B8A - B04) / (B8A + B04))"]}}
Desidered
{"expression": {"bands": [1218, 1213], "value": "10000. * ((B8A - B04) / (B8A + B04))"}}

@marujore marujore added the bug Something isn't working label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant