Skip to content

Commit

Permalink
Xarray and Sliderule IO Improvements (#31)
Browse files Browse the repository at this point in the history
* 3dep sampling, landcover notebook

* xarray loading in io submodule

* improved sliderule handling

* unpin pixi version in ci

* add contextual data example notebook
  • Loading branch information
scottyhq authored Dec 6, 2024
1 parent f366a45 commit d4a1bf8
Show file tree
Hide file tree
Showing 14 changed files with 5,579 additions and 5,772 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * *
workflow_dispatch:
pull_request:
push:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

- uses: prefix-dev/[email protected]
with:
pixi-version: v0.34.0
environments: dev
manifest-path: pyproject.toml
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
rev: "v4.6.0"
hooks:
- id: check-added-large-files
args: ["--maxkb=1000"]
args: ["--maxkb=2000"]
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
Expand Down
3 changes: 3 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ IO

sliderule.subset_gedi02a
sliderule.subset_atl06
sliderule.process_atl06sr
sliderule.sample_3dep
xarray.to_dataset
xarray.plot_esa_worldcover
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
always_document_param_types = True
# autodoc_typehints = "none"
nb_execution_mode = "auto" # off, on
nb_execution_excludepatterns = ["sliderule.ipynb"]
nb_execution_excludepatterns = ["sliderule.ipynb", "contextual_data.ipynb"]
Loading

0 comments on commit d4a1bf8

Please sign in to comment.