Top Level Functions#
Opening Rasters#
|
Abstraction of georeferenced raster data with lazy function evaluation. |
|
Open a netCDF or GRIB dataset. |
Combining Rasters#
|
Join a sequence of rasters along the band dimension. |
Creating Rasters from a Template#
|
Create a Raster filled with a constant value like a template raster. |
|
Create a Raster filled with uninitialized data like a template raster. |
|
Create a Raster filled with a constant value like a template raster. |
|
Create a Raster filled with ones like a template raster. |
|
Creates a Raster of random values based on the desired distribution. |
|
Create a Raster filled with zeros like a template raster. |
Remapping Rasters#
|
Reclassify the input raster values based on a mapping. |
|
Remaps values based on a mapping or list of mappings. |
Vectors#
|
A class representing vector data. |
|
Count the number of features in a layer of a vector source file. |
|
List the layers in a vector source file. |
|
Open a vector source. |