-
Port the NCL **pres_hybrid_ccm** family of functions, including: pres_hybrid_ccm, dpres_hybrid_ccm. **pres_hybrid_ccm** Interpolates data on constant pressure levels to hybrid levels.
-
It would be wonderful if we had asynchronous versions of the API call wrapper functions in this library.
For example, if we had an asynchronous function `dcicutils.ff_utils.afaceted_search`, then it…
-
I had to speed up refactoring, design, and implementation of the V2 design, and because of it plenty of unit tests are missing now.
Any help would be appreciated.
Here is the list of features no…
mpusz updated
9 months ago
-
### Description
I'm using dask to parallelise various functions, including some unit conversions. As documented in this [issue](https://github.com/dask/dask-mpi/issues/76), when usi…
-
Is there benefit in deciding on a common set of [FeatureOfInterest](https://www.w3.org/TR/vocab-ssn/#SOSAFeatureOfInterest)'s.
I'd say keep these really generic, e.g. use the terms already on Newca…
-
## Contents
- [Data description](#data-description)
- [Important notes / Known issues](#known-issues)
- [Relationship to other data sets](#relationships)
- [Data Structure](#data-structure)
- [Da…
-
When using "Amount is weight" for yeast, inventory units are locked to kilograms.
This wouldn't be that big of an issue, but this field also doesn't support decimals making it unusable.
Even manuall…
-
This will be a set of functions for the `Transition` class. It should allow to retrieve correlations from the total path ensemble. Like this
```
correlation = transition.tpe(cv1, cv2)
```
Could eith…
-
The MessageBufferPool implementation used in OutgoingMessageQueue have unlimited capacity of object pool, so it could cause Out-Of-Memory if you repeatedly publish large messages like compressedImage,…
-
Hi,
I am trying to use PoseNet for my own dataset. More specifically, I now use PoseNet trained on Human3.6M and MPII to test my own dataset and I got some preliminary result. But I want to improve…