General update to plotting and a few other things #29
Merged
Conversation
-- project.plot2d() overhauled to plot all soil types, be able to plot bathymetry contour lines, and mask land - These features were developed by Jun Tanemoto of Shimizu Corporation and implemented by NREL - new input options include: - plot_bathy_contours (plot bathymetry contours) - plot_landmask (plot a gray mask over land areas) - cmap_soil (string name of matplotlib colormap to represent soils (discretized by famodel) - new examples added to 01_Visualization folder to show these new capabilities -- LineDesign bug fix for suspended mooring lines - set mooring.symmetric=True - removed reset call in updateDesign for now, as this slightly slows the process and it's not currently needed (would be needed if marine growth is added though) -- Mooring bug fix reset - when re-creating subsystem, sends in correct case instead of default -- Added test for suspended mooring system in LineDesign -- commented out getSize function in anchor.py to avoid confusion (should now be using getSizeAnchor()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-- project.plot2d() overhauled to plot all soil types, be able to plot bathymetry contour lines, and mask land
- These features were developed by Jun Tanemoto of Shimizu Corporation and implemented by NREL
- new input options include:
- plot_bathy_contours (plot bathymetry contours)
- plot_landmask (plot a gray mask over land areas)
- cmap_soil (string name of matplotlib colormap to represent soils (discretized by famodel)
- new examples added to 01_Visualization folder to show these new capabilities -- LineDesign bug fix for suspended mooring lines
- set mooring.symmetric=True
- removed reset call in updateDesign for now, as this slightly slows the process and it's not currently needed (would be needed if marine growth is added though) -- Mooring bug fix reset
- when re-creating subsystem, sends in correct case instead of default -- Added test for suspended mooring system in LineDesign -- commented out getSize function in anchor.py to avoid confusion (should now be using getSizeAnchor()