Skip to content

Add Raster.from_xarray() to create raster from a xr.DataArray (#521) #993

Add Raster.from_xarray() to create raster from a xr.DataArray (#521)

Add Raster.from_xarray() to create raster from a xr.DataArray (#521) #993

Workflow file for this run

name: Linting and formatting (pre-commit)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1