GIS layer objects#
|
A |
|
A |
Additional plotting utilities#
|
Function to create a |
|
Function to plot a north arrow in a map. |
|
Function to add an |
|
Object used to create a scale bar based on an axes transform. |
Additional GIS processing tools#
- onstove.raster.align_raster(raster_1, raster_2, method='nearest', compression='DEFLATE')#
- onstove.raster.mask_raster(raster_path, mask_layer, output_file, nodata=0, compression='NONE', all_touched=False)#
- onstove.raster.merge_rasters(files_path, dst_crs, outpul_file)#
- onstove.raster.normalize(raster=None, limit=None, output_file=None, inverse=False, meta=None, buffer=False)#
- onstove.raster.reproject_raster(raster_path, dst_crs, cell_width=None, cell_height=None, method='nearest', compression='DEFLATE')#
Resamples and/or reproject a raster layer.
- onstove.raster.resample(raster_path, height, width, method='bilinear')#
- onstove.raster.sample_raster(path, gdf)#