Enumerations.
Bases: IntEnum
Raster band color interpretation.
Bases: Enum
Available compression algorithms for GeoTIFFs.
Note that compression options for EXR, MRF, etc are not included in this enum.
Bases: Enum
Bases: IntEnum
Bases: Enum
Available rasterization algorithms
Bases: IntEnum
Available Overview resampling algorithms.
The first 8, ‘nearest’, ‘bilinear’, ‘cubic’, ‘cubic_spline’, ‘lanczos’, ‘average’, ‘mode’, and ‘gauss’, are available for making dataset overviews.
‘nearest’, ‘bilinear’, ‘cubic’, ‘cubic_spline’, ‘lanczos’, ‘average’, ‘mode’ are always available (GDAL >= 1.10).
‘rms’ is only supported in GDAL >= 3.3.
Bases: Enum
Bases: IntEnum
Available warp resampling algorithms.
Nearest neighbor resampling (default, fastest algorithm, worst interpolation quality).
Bilinear resampling.
Cubic resampling.
Cubic spline resampling.
Lanczos windowed sinc resampling.
Average resampling, computes the weighted average of all non-NODATA contributing pixels.
Mode resampling, selects the value which appears most often of all the sampled points.
Gaussian resampling, Note: not available to the functions in rio.warp.
Maximum resampling, selects the maximum value from all non-NODATA contributing pixels. (GDAL >= 2.0)
Minimum resampling, selects the minimum value from all non-NODATA contributing pixels. (GDAL >= 2.0)
Median resampling, selects the median value of all non-NODATA contributing pixels. (GDAL >= 2.0)
Q1, first quartile resampling, selects the first quartile value of all non-NODATA contributing pixels. (GDAL >= 2.0)
Q3, third quartile resampling, selects the third quartile value of all non-NODATA contributing pixels. (GDAL >= 2.0)
Sum, compute the weighted sum of all non-NODATA contributing pixels. (GDAL >= 3.1)
RMS, root mean square / quadratic mean of all non-NODATA contributing pixels. (GDAL >= 3.3)
Notes
The first 8, ‘nearest’, ‘bilinear’, ‘cubic’, ‘cubic_spline’, ‘lanczos’, ‘average’, ‘mode’, and ‘gauss’, are available for making dataset overviews.
‘max’, ‘min’, ‘med’, ‘q1’, ‘q3’ are only supported in GDAL >= 2.0.0.
‘nearest’, ‘bilinear’, ‘cubic’, ‘cubic_spline’, ‘lanczos’, ‘average’, ‘mode’ are always available (GDAL >= 1.10).
‘sum’ is only supported in GDAL >= 3.1.
‘rms’ is only supported in GDAL >= 3.3.
Note: ‘gauss’ is not available to the functions in rio.warp.
Bases: IntEnum
Coordinate transform direction
Forward transform direction defined as image pixel (row, col) to geographic/projected (x, y) coordinates. Reverse transform direction defined as geographic/projected (x, y) to image pixel (row, col) coordinates.
Notes
The convention for transform direction for RPC based coordinate transform is typically the opposite of what is previously described. For consistency all coordinate transforms methods use the same convention.
Bases: Enum
Bases: Enum
Supported CRS WKT string versions
Alias for WKT Version 1 GDAL Style
WKT Version 1 ESRI Style
WKT Version 1 GDAL Style
Alias for latest WKT Version 2
WKT Version 2 from 2015
WKT Version 2 from 2019
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4