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

mappt report DN values for all bands (or at least the band for the DN value) #3875

Closed
lavalaz opened this issue May 20, 2020 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request Products Issues which are impacting the products group

Comments

@lavalaz
Copy link

lavalaz commented May 20, 2020

Description

Currently mappt only reports the DN value for a single band. To get the values for different bands at the same location you need to run mappt repeatedly for each band. But then there is no record of which band the DN value came from in the output file. This greatly reduces the usability of mappt. It would be nice if the band was labeled not just with the band number but also the name so one did not need to retain the original .cub file to know what the numbers in the output file mean.
Example

@jessemapel jessemapel added the enhancement New feature or request label May 20, 2020
@jessemapel
Copy link
Contributor

Good candidate for work alongside #3872

@jlaura jlaura added the Products Issues which are impacting the products group label May 22, 2020
@Kelvinrr Kelvinrr assigned Kelvinrr and unassigned Kelvinrr Jun 1, 2020
@Kelvinrr
Copy link
Collaborator

Kelvinrr commented Jun 2, 2020

PR is up for this change: #3890

This adds band and filter info as part of the output.

Some questions:

  1. I am not sure whether multiple band output is part of the requirements? The first half of the post implies it is but the rest implies you only want the band info to be part of the output?
  2. PR adds physical band number and filter name as part of the output. I understand some cubes will not have filter names and simply have filter number, is the current behavior in the PR of only reporting filter name if available otherwise default to "Null" the desired behavior?

@lavalaz
Copy link
Author

lavalaz commented Jun 2, 2020

  1. Just recording which band the DN value corresponds to is acceptable. Being able to output the values of multiple bands would be nice but may be impractical given how varied (and large) the number of bands can be.
  2. "Null" if there is no name for the band is fine. Thanks!

@jlaura jlaura closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Products Issues which are impacting the products group
Projects
None yet
Development

No branches or pull requests

4 participants