Cora Schneck

Results 14 issues of Cora Schneck

### Overview Warning for when using invalid scale range that includes zero which is easy to accidentally do when setting up scales dynamically and would be nice to fail gracefully....

maintenance

Solution for Issue https://github.com/agermanidis/pigeon/issues/8 to allow users to set when dropdown is displayed instead of buttons. Useful for users with large amount of classes quickly select a class ![image](https://user-images.githubusercontent.com/22159116/195740498-bd1e2a97-8684-471a-bcf1-7ab72f0eda93.png)

## PR Summary Useful pre-commit hook to check that the yaml file is valid before committing ## Related Tickets & Documents Closes #624 ## PR Checklist **General** - [x] PR...

developer feature

### Describe the functionality you are requesting, linking any relevant usage or previous implementations in the python ecosystem or otherwise. New pre-commit hook to check that yaml file is valid...

developer feature

## PR Summary Add link to Feature Request Form in Issue Template ## Related Tickets & Documents Closes #622 ## PR Checklist **General** - [x] PR includes a summary of...

documentation
developer feature

### Please describe your issue here Add [link](https://geocat-comp.readthedocs.io/en/stable/contrib.html) to feature request google form in Issue Templates

documentation
developer feature

Internal package `interpolation.py` currently throws a UserWarning for interpolation test `test_interp_hybrid_to_pressure_extrap_geopotential` ``` interpolation.py:133: UserWarning: Interpolation point out of data bounds encountered return func_interpolate(new_levels, xcoords, data, axis=interp_axis) ``` The interpolation warning...

bug
support

**Describe the feature you'd like added to this project** Expand input validation for existing geoCAT-comp functions with new associated testing **Describe the solution you'd like** Expand existing input validation (i.e.,...

testing

**Describe the feature you'd like added to this project** Set up public documentation for converting from NCL to GeoCAT Links for functions that: - Are replicated in GeoCAT-Comp - Are...

documentation

## PR Summary Closes #512 ## PR Checklist **General** - [x] Make an issue if one doesn't already exist - [x] Link the issue this PR resolves by adding `closes...

documentation
testing