rasters#
Raster tools
You can use this only if you have installed sertit[full] or sertit[rasters]
Functions
|
Allows a function to ingest AnyRasterType and convert it into a xr.DataArray: |
|
Compute the aspect of a DEM. |
|
Collocate two georeferenced arrays: forces the other raster to be exactly georeferenced onto the reference raster by reprojection. |
|
Cropping a dataset: setting nodata outside the given shapes AND cropping the raster to the shapes extent. |
|
Approximately convert a distance in degrees to a distance in meters. |
|
Approximately convert a distance in meters to a distance in degrees. |
|
Get nodata mask from a xarray. |
|
Get the image path from a |
|
Get the extent of a raster as a |
|
Get real footprint of the product (without nodata, in french == emprise utile) |
|
|
|
|
|
Get default nodata value from any given dtype. |
Retrieve the nodata from a xarray structure. |
|
|
Get the nodata vector of a raster as a vector. |
|
Get the valid data of a raster, returned as a vector. |
|
Compute the hillshade of a DEM from an azimuth and zenith angle (in degrees). |
|
Masking a dataset: setting nodata outside the given shapes, but without cropping the raster to the shapes extent. |
|
Merge rasters as a GeoTiff. |
|
Merge rasters as a VRT. |
|
Painting a dataset: setting values inside the given shapes. |
|
|
|
Rasterize a vector into raster format. |
|
Read a raster dataset from a : |
|
Read bit arrays as a succession of binary masks (sort of read a slice of the bit mask, slice number |
|
Read 8 bit arrays as a succession of binary masks. |
|
Set metadata from a |
|
Set nodata to a xarray that have no default nodata value. |
|
Sieving, overloads rasterio function with raster shaped like an image: |
|
Compute the slope of a DEM (in degrees). |
|
Function found here |
|
Vectorize a |
|
Overloads |
|
Write raster to disk. |
Module Attributes
|
|
|
|
|
|
|