The wrapper for main PlantCV's resize function produces a misleading thumbnail when the nodata value is -32767. It introduces values like -32767.004, which throw off the stretching for visualization. If unintentionally included within plot boundaries, these values would also cause problems in analysis, because they wouldn't be recognized by rasterstats as the same as the states nodata value.
Solution: The wrapper in geospatial should mask nodata values prior to resizing (if that works?).
The wrapper for main PlantCV's resize function produces a misleading thumbnail when the nodata value is -32767. It introduces values like -32767.004, which throw off the stretching for visualization. If unintentionally included within plot boundaries, these values would also cause problems in analysis, because they wouldn't be recognized by rasterstats as the same as the states nodata value.
Solution: The wrapper in geospatial should mask nodata values prior to resizing (if that works?).