Commit 041d025
committed
Document dtype/max_pixels and clean stale read_geotiff references (#1637)
read_geotiff_gpu and read_vrt accepted dtype/max_pixels in their
signatures but omitted them from the Parameters docstring block.
Sibling read functions (open_geotiff, read_geotiff_dask) document
both. Adds the missing entries.
Also fixes two stale references to the long-removed read_geotiff
function: a comment in read_geotiff_dask that should say
open_geotiff, and an import in bench_reproject_vs_rioxarray.py.1 parent 595ece8 commit 041d025
2 files changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1591 | 1591 | | |
1592 | 1592 | | |
1593 | 1593 | | |
1594 | | - | |
| 1594 | + | |
1595 | 1595 | | |
1596 | 1596 | | |
1597 | 1597 | | |
| |||
2161 | 2161 | | |
2162 | 2162 | | |
2163 | 2163 | | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
2164 | 2168 | | |
2165 | 2169 | | |
2166 | 2170 | | |
| |||
3009 | 3013 | | |
3010 | 3014 | | |
3011 | 3015 | | |
| 3016 | + | |
| 3017 | + | |
| 3018 | + | |
| 3019 | + | |
| 3020 | + | |
3012 | 3021 | | |
3013 | 3022 | | |
3014 | 3023 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
328 | | - | |
| 327 | + | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments