Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 5e2045b commit 3c65328
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions advanced/backends/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Introduction


```mermaid
---
title: "Xarray Engines: Opening Your Data with xr.open_dataset()"
Expand All @@ -27,7 +26,7 @@ flowchart TD
Sentinel-1 SAFE (**xarray-sentinel**)
`"])
installed("`Install the package indicated in parentheses
installed("`Install the package indicated in parentheses
to your Python environment. Restart the kernel
and use *xr.open_dataset(files, engine='rioxarray')*`")
Expand All @@ -45,7 +44,6 @@ flowchart TD
```


You can [read different type of files](https://docs.xarray.dev/en/stable/user-guide/io.html) in `xr.open_dataset` by specifying the engine to be used:

```python
Expand Down

0 comments on commit 3c65328

Please sign in to comment.