-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add `DatasetReader/Writer` protocols * add working binary stack reader * add rasterio as dep * start implementing the 3d reader * fix docstyle, allow 1 or 3 slices for stack * start getting binary file test working * start hdf5 stack, add binary slices test * add similar hdf5 tests * add general gdal raster reader * start test * add `BaseStackReader` for common features * add `num_threads` to other readers * fix bad typing * remove `get_max_block_shape`. switch to `StackReader` protocol for `EagerLoader` * reorg tests into classes * reorder locations of background loaders * use `StackReader` in `ps.create_ps`, drop `.iter_blocks` * fix loading for new `StackReader`, fix `...` as band index * fix tests for EagerLoader refactor * bad math * update changelog for new version. Close #174 [skip ci]
- Loading branch information
1 parent
c9b98a1
commit bd31392
Showing
17 changed files
with
1,168 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ jobs: | |
pydantic=2.1 | ||
pymp-pypi=0.4.5 | ||
pyproj=3.3 | ||
rasterio=1.3 | ||
rich=12.0 | ||
ruamel_yaml=0.15 | ||
scipy=1.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.