-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update develop-ref after #2655 #2663
Merged
Merged
Conversation
This file contains 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
1. Fix typo: MET-11.0.1 upgrade instructions should be MET-11.1.0. 2. Add note to update instructions about setting MET_PYTHON_BIN_EXE. 3. Use code-block formatting in config_options.rst to get rid of unexpected indent warning when building the docs.
MET_PYTHON should be the location containing the bin, include, lib and share directories for Python; Removing "/bin" from MET_PYTHON value
The structural changes in the last official release removed the met subdirectory.
Added python -m pip install -r docs/requirements.txt
Bugfix #2482 develop time slicing yyyymmdd
…uted by importing
…setting Feature #2401 sonarqube_branch_setting
…on_elv #2493 updates lat/lon/elv if SiteName is changed
* testing dropdown menu * testing dropdown menu take 2 * testing dropdown menu take 3 no header * testing dropdown menu take 4 * testing dropdown menu take 5 * testing dropdown menu take 6 * File IO section * File IO section updates * adding dropdowns BEFORE pcp-combine * adding dropdowns BEFORE tc-stat * adding dropdowns BEFORE utilities * first pass at all dropdowns * adding some more dropdowns. Making sure the new spacing is under 79 characters per line. Exceptions to this include, code blocks, web addresses or headers * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <jpresto@ucar.edu> * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <jpresto@ucar.edu> * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <jpresto@ucar.edu> * changed all references of BUFRLIB_v10.2.3 to BUFRLIB_v11.3.0. * Removed the line Are you using NetCDF version 3.4 or version 4? Currently, only NetCDF version 3.6 can be used with MET. because that is not true. * adding troubleshooting dropdowns * 79 character limit per line * removing 31.3 & 31.4 dropdown menus --------- Co-authored-by: jprestop <jpresto@ucar.edu>
…aplane Feature #2525 fill value at dataplane
…ted the log messages
…er/MET into feature_2521_sonarqube_code_smell
Feature #2521 sonarqube code smell
Co-authored-by: John Halley Gotway <johnhg@ucar.edu> Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu> Co-authored-by: jprestop <jpresto@ucar.edu> Co-authored-by: Daniel Adriaansen <dadriaan@ucar.edu> Co-authored-by: John and Cindy <halleygotway@Halleys-Mac-mini.local> Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu> Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com> Co-authored-by: hsoh-u <hsoh@ucar.edu> Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu> Co-authored-by: Seth Linden <linden@ucar.edu> Co-authored-by: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Co-authored-by: davidalbo <dave@ucar.edu> Co-authored-by: Lisa Goodrich <lisag@ucar.edu> Co-authored-by: metplus-bot <97135045+metplus-bot@users.noreply.github.com> Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jonathan Vigh <jvigh@ucar.edu> Co-authored-by: Tracy Hertneky <39317287+hertneky@users.noreply.github.com> Co-authored-by: David Albo <dave@ucar.edu> Co-authored-by: Dan Adriaansen <dadriaan@ucar.edu> Fix Python environment issue (#2407) fix definitions of G172 and G220 based on comments in NOAA-EMC/NCEPLIBS-w3emc#157. (#2406) fix #2380 develop override (#2382) fix #2408 develop empty config (#2410) fix #2390 develop compile zlib (#2404) fix #2412 develop climo (#2422) fix #2437 develop convert (#2439) fix for develop, for #2437, forgot one reference to the search_parent for a dictionary lookup. fix #2452 develop airnow (#2454) fix #2449 develop pdf (#2464) fix #2402 develop sonarqube (#2468) fix #2426 develop buoy (#2475) fix 2518 dtypes appf docs (#2519) fix 2531 compilation errors (#2533) fix #2531 compilation_errors_configure (#2535) fix 2596 main v11.1 rpath compilation (#2614) fix #2514 main_v11.1 clang (#2628)
The NPO and SPO polylines were removed in MET version 6.1 since they both contain holes. NPO contains the Aleutian Islands and SPO contains Hawaii. The polyline format does not support shapes with holes in them.
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.
PR #2655 for issue #2648 added columns to the end of the MODE CTS line type and also updated the software version number from 11.1.0 to 12.0.0. Updating develop-ref to get past these changes.
Created by @JohnHalleyGotway