API reference
- gridkit
- _statistical_functions
- base_grid
BaseGrid
BaseGrid.crs
BaseGrid.dx()
BaseGrid.dy()
BaseGrid.cell_height
BaseGrid.cell_width
BaseGrid.offset
BaseGrid.rotation
BaseGrid.rotation_matrix
BaseGrid.rotation_matrix_inv
BaseGrid.centroid()
BaseGrid.cells_near_point()
BaseGrid.to_bounded()
BaseGrid.relative_neighbours()
BaseGrid.neighbours()
BaseGrid.cell_at_point()
BaseGrid.cell_corners()
BaseGrid.is_aligned_with()
BaseGrid.to_crs()
BaseGrid.parent_grid
BaseGrid.parent_grid_class
BaseGrid.cells_in_bounds()
BaseGrid.are_bounds_aligned()
BaseGrid.align_bounds()
BaseGrid.intersect_geometries()
BaseGrid.to_shapely()
BaseGrid.interp_from_points()
BaseGrid.update()
- bounded_grid
BoundedGrid
BoundedGrid.data
BoundedGrid.dtype
BoundedGrid.astype()
BoundedGrid.update()
BoundedGrid.copy()
BoundedGrid.bounds
BoundedGrid.mpl_extent
BoundedGrid.corners
BoundedGrid.width
BoundedGrid.height
BoundedGrid.cellsize
BoundedGrid.nr_cells
BoundedGrid.intersects()
BoundedGrid.shared_bounds()
BoundedGrid.combined_bounds()
BoundedGrid.crop()
BoundedGrid.intersecting_cells()
BoundedGrid.numpy_id_to_grid_id()
BoundedGrid.grid_id_to_numpy_id()
BoundedGrid.indices
BoundedGrid.assign()
BoundedGrid.value()
BoundedGrid.nodata()
BoundedGrid.percentile()
BoundedGrid.interp_nodata()
BoundedGrid.interpolate()
BoundedGrid.argmax()
BoundedGrid.argmin()
BoundedGrid.max()
BoundedGrid.mean()
BoundedGrid.median()
BoundedGrid.min()
BoundedGrid.resample()
BoundedGrid.std()
BoundedGrid.sum()
- doc_utils
- errors
- hex_grid
HexGrid
BoundedHexGrid
BoundedHexGrid.height
BoundedHexGrid.width
BoundedHexGrid.nr_cells
BoundedHexGrid.lon
BoundedHexGrid.lat
BoundedHexGrid.intersecting_cells()
BoundedHexGrid.crop()
BoundedHexGrid.cell_corners()
BoundedHexGrid.to_shapely()
BoundedHexGrid.to_crs()
BoundedHexGrid.numpy_id_to_grid_id()
BoundedHexGrid.argmax()
BoundedHexGrid.argmin()
BoundedHexGrid.grid_id_to_numpy_id()
BoundedHexGrid.max()
BoundedHexGrid.mean()
BoundedHexGrid.median()
BoundedHexGrid.min()
BoundedHexGrid.std()
BoundedHexGrid.sum()
BoundedHexGrid.interp_nodata()
BoundedHexGrid.centroid()
BoundedHexGrid.update()
- index
- io
- rect_grid
RectGrid
BoundedRectGrid
BoundedRectGrid.nr_cells
BoundedRectGrid.lon
BoundedRectGrid.lat
BoundedRectGrid.centroid()
BoundedRectGrid.intersecting_cells()
BoundedRectGrid.crop()
BoundedRectGrid.cell_corners()
BoundedRectGrid.to_shapely()
BoundedRectGrid.to_crs()
BoundedRectGrid.numpy_id_to_grid_id()
BoundedRectGrid.argmax()
BoundedRectGrid.argmin()
BoundedRectGrid.grid_id_to_numpy_id()
BoundedRectGrid.max()
BoundedRectGrid.mean()
BoundedRectGrid.median()
BoundedRectGrid.min()
BoundedRectGrid.std()
BoundedRectGrid.sum()
BoundedRectGrid.interp_nodata()
- tri_grid
TriGrid
TriGrid.dx
TriGrid.dy
TriGrid.r
TriGrid.size
TriGrid.centroid()
TriGrid.cell_corners()
TriGrid.cell_at_point()
TriGrid.cells_in_bounds()
TriGrid.cells_near_point()
TriGrid.is_cell_upright()
TriGrid.parent_grid_class
TriGrid.relative_neighbours()
TriGrid.neighbours()
TriGrid.to_bounded()
TriGrid.to_crs()
TriGrid.update()
BoundedTriGrid
BoundedTriGrid.centroid()
BoundedTriGrid.intersecting_cells()
BoundedTriGrid.crop()
BoundedTriGrid.cell_corners()
BoundedTriGrid.to_shapely()
BoundedTriGrid.to_crs()
BoundedTriGrid.numpy_id_to_grid_id()
BoundedTriGrid.argmax()
BoundedTriGrid.argmin()
BoundedTriGrid.grid_id_to_numpy_id()
BoundedTriGrid.max()
BoundedTriGrid.mean()
BoundedTriGrid.median()
BoundedTriGrid.min()
BoundedTriGrid.std()
BoundedTriGrid.sum()
- version