Skip to content

Commit

Permalink
Add Dask-delayed raster subsample(), reproject() and `interp_poin…
Browse files Browse the repository at this point in the history
…ts()` (#537)

Co-authored-by: Amelie <[email protected]>
  • Loading branch information
rhugonnet and ameliefroessl authored May 22, 2024
1 parent c8a1989 commit 23df712
Show file tree
Hide file tree
Showing 10 changed files with 1,485 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- scipy=1.*
- tqdm
- xarray
- dask
- rioxarray=0.*

# Development-specific, to mirror manually in setup.cfg [options.extras_require].
Expand All @@ -27,6 +28,8 @@ dependencies:
- pyyaml
- flake8
- pylint
- netcdf4 # To write synthetic data with chunksizes
- dask-memusage

# Doc dependencies
- sphinx
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ dependencies:
- scipy=1.*
- tqdm
- xarray
- dask
- rioxarray=0.*
791 changes: 791 additions & 0 deletions geoutils/raster/delayed.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ numpy==1.*
scipy==1.*
tqdm
xarray
dask
rioxarray==0.*
File renamed without changes.
689 changes: 689 additions & 0 deletions tests/test_raster/test_delayed.py

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 23df712

Please sign in to comment.