typhon icon indicating copy to clipboard operation
typhon copied to clipboard

Tools for atmospheric research

Results 13 typhon issues
Sort by recently updated
recently updated
newest added

Add a fileset method to find time intervals in which a fileset has no coverage.

Currently, to run the typhon tests completely, users need to checkout the [`typhon-testfiles`](https://github.com/atmtools/typhon-testfiles) repository to a specified path. If these test data are really needed for running the tests (and...

It would be nice if `Pathlib.Path` was fully supported in `FileSet` and `FileInfo`. I haven't tested how (in)complete it currently works to add Path instances rather than strings representings paths,...

discussion
API changes
feature

import numpy as np from typhon.physics.units.common import ureg from typhon.physics.units.em import SRF frequency = ureg.Quantity(np.array( [37011414567901.24, 36560055853658.54, 36119573253012.05, 35689578333333.336, 35269700941176.47, 34859588139534.887, 34458903218390.805, 34067324772727.27, 33684545842696.633, 33310273111111.11, 32944226153846.156]), 'Hz') weight = np.array([1]*11)...

Typhon currently has two competing Dataset approaches. One lives in the typhon.datasets package and its subpackages, another in typhon.spareice.datasets. The two have overlapping aims but diverge in their implementation and...

discussion
API changes

Owing to the recent development of these classes, there are just a few tests working and most of them are obsolete. Hence, they need a review and many tests must...

Most tutorials need an update or to be finished. The documentation strings of many classes (especially SPAREICE) must be reviewed and adapted to the new API. ## FileSet - [...

documentation

[from @gerritholl] > If I understand `generate_filename` correctly, the typhon.spareice.datasets approach assumes that the filename can be calculated using only the placeholders in the template. This is not the case...

discussion

Realised through FCDR_HIRS but the problem lies in typhon. On numpy 1.13: ``` $ plot_hirs_field_timeseries --plot_noise_with_other --without_gain --without_rself --temp_fields --count_fields space --with_corr above --corr_count 6 --corr_timeres 30min --sat noaa15 --channel...

bug