Skip to content

Commit 54e7ef1

Browse files
committed
Tweaked ordering of scheme table.
1 parent 8a8bcda commit 54e7ef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyrasterframes/src/main/python/docs/raster-read.pymd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ RasterFrames relies on three different IO drivers, selected based on a combinati
6161
| `http://` | ✔︎ | ✔︎ | - |
6262
| `https://` | ✔︎ | ✔︎ | - |
6363
| `ftp://` | `/vsicurl/` | ✔ | - |
64-
| `s3://` | `/vsis3/` ︎ | ✔︎ | - |
6564
| `hdfs://` | `/vsihdfs/` ︎| - | ✔︎ |
66-
| `s3n://` | - ︎ | - | ✔︎ |
67-
| `s3a://` | - ︎ | - | ✔︎ |
65+
| `s3://` | `/vsis3/` ︎ | ✔︎ | - |
66+
| `s3n://` | - ︎ | - | ✔︎ |
67+
| `s3a://` | - ︎ | - | ✔︎ |
6868
| `wasb://` | `/vsiaz/` ︎ | - | ✔︎ |
6969
| `wasbs://` | - ︎ | - | ✔︎ |
7070

0 commit comments

Comments
 (0)