Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replaced incorrectly hard-coded path to data to reflect new location of data * Issue #172 update and corrections * #172 add sample hovmoeller plot * #172 add difficulty index to toc * #172 initial version of difficulty index doc * #172 fixed formatting * #172 update yaml file * updating actions * #172 content for difficulty index * #172 new content for ECLV plot * #172 added ECLV to toc * #172 added references for ECLV * fixed import, looks like some parts got accidentally removed * replaced missing portion of import statements * fixed import statement, looks like some of it was removed * still missing some portion of import * replace wind_rose_default.png with wind_rose_custom.png for plot_filename so it is consistent with the other plots' user instructions * replaced name of output plot to reflect change of output plot name in the wind_rose_custom.yaml config file * update the METPLOTPY_BASE to reflect changes made to base_plot.py in beta6 * added wind rose to toc * #172 added files for wind rose documentation * update the METPLOTPY_BASE to reflect changes to base_plot.py in beta6 * #172 missing instructions for csh * #172 additional config file for User's Guide * #172 missed one place to update the METPLOTPY_BASE * updated METPLOTPY_BASE in test setup, allowing all tests to be run. * updated imports to reflect changes made in beta6 to base_plot.py and fixed code that wasn't working * Update unit_tests.yaml adding the relative frequency, rank, and probability histogram tests. * skip the image comparison tests, these are unreliable when run on different hosts/environments * fixed incorrect syntax for skipping tests * #172 add histogram to the toc * #172 files needed for histogram documentation * #172 updates to line plot documentation for users that downloaded the source code, rather than forking or cloning. The base/root directory of the METplotpy package will be different * #172 clean up repetitive text and reformat * #172 replace METPLOTPY_SOURCE/METplotpy with METPLOTPY_BASE and update instructions to reflect this change * #172 update config files to include the points_path (commented out) to be consistent with the other plots that have intermediate points and to be consistent with the instructions in the user documentation * #172 added the points_path setting to the custom config * #172 add points_path * #172 updates to instructions, replacing METPLOTPY_SOURCE with METPLOTPY_BASE due to changes to base_plot.py * #172 fix imports * #172 updates to histogram_2d documentation * #172 updates to hovmoeller path * #172 updates to paths * #172 update to path * update path to read the docs * add stat_input and points_path settings to config file to work for the user documentation * updates to paths * add config file and support to indicate where to put input data file and output data * updates from another issue to fix histogram plots * #172 added support to indicate where to store output plots * skip image comparison tests, these fail in the Github actions container * update with latest changes * #172 try using metplotpy.plots instead of relative paths for imports * Update unit_tests.yaml troubleshooting histogram tests * fix METPLOTPY_BASE * change path to METPLOTPY_BASE, remove one level * clean up imports * clean up METPLOTPY_BASE paths * uncomment remaining two histogram tests * update reason for skip tests * Added polar plot documentation with images * added missing items to TOC * added wind-rose plot to TOC * Spelled ice correctly * Removed incorrectly spelled file * added terminating * * added histogram to TOC * #172 remove extraneous character * #172 include path to the example_difficulty_index.py script * #172 replace METPLOTPY_SOURCE with METPLOTPY_BASE * #172 replace METPLOTPY_SOURCE with METPLOTPY_BASE * #172 Replace METPLOTPY_BASE_DIR wieh METPLOTPY_BASE * #172 replace METPLOTPY_SOURCE with METPLOTPY_BASE * #172 replaced Polar Plot plot with Polar Ice plot and fixed some other rst syntax * #170 fixed header for polar ice plot * #172 removed redundant histogram entry in TOC * #172 fixed title overline length to polar plot * #172 update instructions for users that need to save output to another location * #172 fixed name of the polar plot yaml name * fixed path to config file * #172 modify the command line to not specify another config file * #172 update instruction on METPLOTPY_BASE * #172 replace incorrect yaml name with correct one, polar_ice.yaml * #172 modify instructions to change to WORKING_DIR and to run from that dir * #172 fix formatting for code block * #172 removed reference to a default config file and more clarification about what the polar_ice_plot.py plot is using for config * #172 add entry for the points_path since dump_points is set to True in the default config file * #172 added more explicit directions for replacing the METPLOTPY_BASE with the explicit path Co-authored-by: Minna Win <[email protected]> Co-authored-by: Hank Fisher <[email protected]>
- Loading branch information