Closed pomadchin closed 2 years ago
This PR changes the json / xml field name:
s"band-$i-pixel-value"
s"band-$i-value"
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.954221646931719, 55.19328859044019 ] }, "properties": { "band-0-value": 30.0 } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.954221646931719, 56.19328859044019 ] }, "properties": { "band-0-value": 27.0 } } ] }
Overview
This PR changes the json / xml field name:
s"band-$i-pixel-value"
=>s"band-$i-value"
Checklist
Demo