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

Add ability to create geotiffs with add_coastlines #639

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Sep 12, 2023

Closes #627

I at first tried to copy all tiff tags, but since some of them correspond to actual properties about the image data (number of bands, color scheme, etc) this doesn't work since we often convert L band images to RGB/A images. For now it is a simple check to only do higher numbered tags (usually geotiff-based tags).

@djhoese djhoese added enhancement component:utility Utility scripts or functions labels Sep 12, 2023
@djhoese djhoese added this to the Polar2Grid 3.1 milestone Sep 12, 2023
@djhoese djhoese self-assigned this Sep 12, 2023
@coveralls
Copy link

Coverage Status

coverage: 85.291% (+0.05%) from 85.24% when pulling bca50ed on djhoese:feature-coastlines-geotiff into c75b62d on ssec:main.

@djhoese djhoese merged commit 198070d into ssec:main Sep 12, 2023
6 checks passed
@djhoese djhoese deleted the feature-coastlines-geotiff branch September 12, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:utility Utility scripts or functions enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to save geotiffs with add_coastlines
2 participants