index
:
szilagyi
master
Software implementation of Szilagyi Waterspout Index
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2022-09-03
Moved all calculation logic to nomogram
Aki
2022-09-03
Cleaned-up _dataset module a bit
Aki
2022-09-03
Dataset is now loaded along the module
Aki
2022-09-03
Moved Vector to dataset
Aki
2022-09-03
Moved dataset loading function to dataset module
Aki
2022-09-02
Marked dataset as private
Aki
2022-08-31
Wrapped points into a class
Aki
The getitem implementation is here to ease the transition and divide it into clear small steps. Later, it will be removed in favour of x and y properties or simply real and imag accesses.
2022-08-30
Filled SWI -10 dataset with more entries
Aki
Function is a constant, but having more entries allows to make some assumptions about all the datasets.
2022-08-30
Included dataset in the package
Aki
2022-08-30
Extracted plots related stuff to own submodule
Aki
2022-08-30
Wrapped script in a setup.py package
Aki
2022-08-30
Added python cache directory to ignore list
Aki
2022-08-28
Implemented naive interpolation for continuous SWI values
Aki
2022-08-27
Refactored segment searching method
Aki
2022-08-26
The example plot is a bit interactive now
Aki
2022-08-26
Implemented finding candidates for boundaries
Aki
2022-08-26
Implemented stub that plots the dataset
Aki