-
GeoCAT-comp has begun to use type hints for function arguments and return values. Since Python is not a strongly typed language, type hints ensure that a user passes in an argument of the correct type…
-
When `NCL_skewt_2_2.py` was originally created, the GeoCAT ecosystem did not have the capability to calculate the values found in the subtitle of the original NCL plot. Now values for CAPE, Showalter …
-
The geocat-comp documentation pages should link to each function's NCL counterpart(s) in order to aid in helping users search the ReadTheDocs site for the functionality they need.
These links can b…
-
**Describe the bug**
I went through the tutorial and ran into a few issues. I need an example yaml file for the my_rgb definitition somehow i wasn't able to recreate the syntax.
**To Reproduce…
-
**Describe the bug**
When applying the function interp_hybrid_to_pressure() to a variable the label of the resulting plot is changed to '_vertical_remap_'
**Expected behavior**
I expected that th…
-
**Describe the bug**
Running `scn.load(['B04'])` gives `AttributeError: 'AHIHSDFileHandler' object has no attribute 'area'`
**To Reproduce**
Tested on master
```
$ conda create -n test_en…
-
An action item for the GeoCAT-Xdev meeting was to create an active projects page on the ESDS site.
Some projects to include would be:
* GeoCAT
* comp
* viz
* Diagnostics efforts?
* E…
-
We have a script that uses geocat.comp.rcm2points() to extract linearly interpolated values from a non-uniform grid. This command works just fine for my colleague, who has an older version of geocat-c…
-
Hi,
I followed the installation instructions from
https://geocat-comp.readthedocs.io/en/latest/installation.html
and I got the following "UnsatisfiableError " error:
$ conda create -n geoc…
-
I'm a long time NCL/PyNGL user and I'm a huge fan of plotting unstructured grid data on the native grid. In fact, for E3SM development, using the native grid to plot has helped identify problems that …