forked from Open-EO/openeo-processes-dask
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic handling for X,Y,band,time dimensions for transpose and rep… (
Open-EO#244) * Add basic handling for X,Y,band,time dimensions for transpose and reprojection in the resample_spatial process * Updated README to include the --recurse-submodules in the instructions to fetch process specs * Updated resample_spatial to include a dummy align parameter, reworked N dimensional transpose support to keep the data.openeo functionality * Run pre-commit to hopefully fix the tests --------- Co-authored-by: Zvolenský Juraj <[email protected]>
- Loading branch information
1 parent
5ab8aa6
commit ea996ba
Showing
2 changed files
with
14 additions
and
3 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 |
---|---|---|
|
@@ -28,6 +28,11 @@ A subset of process implementations with heavy or unstable dependencies are hidd | |
## Development environment | ||
openeo-processes-dask requires poetry >1.2, see their [docs](https://python-poetry.org/docs/#installation) for installation instructions. | ||
|
||
Clone the repository with `--recurse-submodules` to also fetch the process specs: | ||
``` | ||
git clone --recurse-submodules [email protected]:Open-EO/openeo-processes-dask.git | ||
``` | ||
|
||
To setup the python venv and install this project into it run: | ||
``` | ||
poetry install --all-extras | ||
|
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