1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
Virtual large arrays and lazy evaluation.
For example, we can combine multiple array data sources into a single virtual array:
>>> first_time_series = OrthoArrayAdapter(hdf_var_a)
>>> second_time_series = OrthoArrayAdapater(hdf_var_b)
>>> print first_time_series.shape, second_time_series.shape
(52000, 800, 600) (56000, 800, 600)
>>> time_series = biggus.LinearMosaic([first_time_series, second_time_series], axis=0)
>>> time_series
<LinearMosaic shape=(108000, 800, 600) dtype=dtype('float32')>
Any biggus Array can then be indexed, independent of underlying data sources:
>>> time_series[51999:52001, 10, 12]
<LinearMosaic shape=(2,) dtype=dtype('float32')>
And an Array can be converted to a numpy ndarray on demand:
>>> time_series[51999:52001, 10, 12].ndarray() array([ 0.72151309, 0.54654914], dtype=float32)
Get in touch!
We’ve got lots of exciting plans underway for biggus, but we’re also very keen to hear from you.
How are you thinking of using biggus?
What capabilities does biggus need for it to be useful to you?
What capabilities does biggus already have that you find useful?
Further reading
To get more ideas of what Biggus can do, please browse the wiki, and its examples.
If you have any questions or feedback please feel free to post to the discussion group or raise an issue on the issue tracker.
Release files for Biggus 0.14.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Biggus-0.14.0.tar.gz | 74.3 kB | Details |
Release files / Biggus-0.14.0.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | Biggus-0.14.0.tar.gz |
|---|---|
| Size | 74.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db0a90408221f92817d693bfd6a4533edeaff83a5be6fa246d60b39cc33ac818
|
|
BLAKE2b-256 checksum How to use checksums |
c684aa196be7263dd5b18a61cc3779928176c0636f624455901bad0d8967ed9b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |