-
```
See issue #57.
Two possibilites:
1. Add items to an existing program jump list
2. Overwrite an existing program jump list outright
#1 requires that I can read jump lists. #2 requires that I dete…
-
@jasonb5 reported that opening files in cdms (I guess via opendap) can hang for ever.
It would be nice to be able to timeout on file opening.
@jasonb5 . can you provide an example of timing out file…
-
Hi,
I just found information about the project while reading documents from "Expert Meeting on WMO CDMS Strategy" and I'd like to know how can I join the project and contribute as a developer.
T…
-
Data from CDMs may include a "multirace" value or more than on race records per patient.
The OMB standard for collecting race records indicate[ "the total number of respondents reporting "more th…
-
Here is a short script to reproduce:
python
```
import vcs, cdms2, os
vcs.download_sample_data_files()
# offscreen mode
bg = 1
modeStr = 'offscreen' if bg is 1 else 'onscreen'
# An ex…
-
https://github.com/CDAT/cdms/blob/09431cbd9c662b8c95bde4f2374ff18f2b502977/Lib/avariable.py#L1024
Why not putting the code of this method in a Regridder class similar to http://www.ifremer.fr/vacumm/…
-
Needed: a short series of focused meetings between JHU team & representatives of CDMs to develop detailed specification(s) / desired outcome for each of the data quality gates in proposed N3C DI&H wo…
-
It seems that while the spec does not allow a CDM to share origin names (or associable equivalents) with its central server, and also prohibits Distinctive Identifiers that could be associated by coll…
-
Use suggestion in https://stackoverflow.com/a/36575128/6424231 to make the tests accessible on an installed package
-
pyspeckit/spectrum/models/lte_molecule.py
I try to run this command:
`freqs, aij, deg, EU, partfunc = get_molecular_parameters("H2C(CN)2", catalog="CDMS", fmin=232567.224454 * u.MHz, fmax=23443…