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

Zoo Workflow Upgrade: Plot Reference Shoreline Buffer on the Detection Figure #210

Closed
2320sharon opened this issue Jan 9, 2024 · 2 comments

Comments

@2320sharon
Copy link
Collaborator

In the zoo workflow the diagram showing the detection of the extracted Shoreline figures does not show the reference Shoreline buffer like the coast at workflow does. Add in the necessary code to show the reference Shoreline buffer on the Shoreline detection images

@2320sharon 2320sharon changed the title Zoo Workflow Upgrade Zoo Workflow Upgrade: Plot Reference Shoreline Buffer on the Detection Figure Jan 9, 2024
@2320sharon
Copy link
Collaborator Author

@dbuscombe-usgs
I also added the fix the minimize the amount of white space per figure by using bbox_inches="tight" within the save_detection_figure function. I added the same code to the coastsat_package 0.1.43 , so that the shoreline detection figures generated by the coastsat workflow also minimize the amount of white space per figure.

    fig.savefig(
        os.path.join(filepath, date + "_" + satname + ".jpg"),
        dpi=150,
        bbox_inches="tight",
    )

2320sharon added a commit that referenced this issue Jan 18, 2024
@2320sharon
Copy link
Collaborator Author

Closed in version 1.1.27

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