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

UseNOAAFileFormat option does not work for GOES-R imagery #87

Open
hdoverobinson opened this issue Jan 14, 2018 · 0 comments
Open

UseNOAAFileFormat option does not work for GOES-R imagery #87

hdoverobinson opened this issue Jan 14, 2018 · 0 comments

Comments

@hdoverobinson
Copy link
Contributor

if (UseNOAAFileFormat) {
contains unnecessary checks that don't allow GOES-R LRIT filenames to be used as image names.

The following was substituted in:
if (UseNOAAFileFormat) {
origName = origName != null ? Path.GetFileName (origName) : "";
string baseName = Path.GetFileNameWithoutExtension (origName);
return $"{baseName}.png";
}

This produces images with the same filename as the first LRIT in their respective segmentation sequences. False Color images are no longer produced - have to look into how to identify those images in the UseNOAAFileFormat if statement so they can retain their OSP filename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant